Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Commits
d64fff27
Commit
d64fff27
authored
4 years ago
by
d.kilic
Browse files
Options
Downloads
Plain Diff
Merge branch '81-make-petraack-compile-under-msvc' into 'master'
Resolve "Make PeTrack compile under MSVC" Closes
#81
See merge request
!53
parents
e405fb4e
c9a0a7a5
No related branches found
No related tags found
1 merge request
!53
Resolve "Make PeTrack compile under MSVC"
Pipeline
#25501
failed
4 years ago
Stage: build_environment
Stage: build
Stage: test
Changes
2
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backgroundFilter.cpp
+1
-1
1 addition, 1 deletion
src/backgroundFilter.cpp
src/main.cpp
+0
-7
0 additions, 7 deletions
src/main.cpp
with
1 addition
and
8 deletions
src/backgroundFilter.cpp
+
1
−
1
View file @
d64fff27
...
@@ -193,7 +193,7 @@ bool BackgroundFilter::save(QString /*dest*/) //default = ""
...
@@ -193,7 +193,7 @@ bool BackgroundFilter::save(QString /*dest*/) //default = ""
// wenn mit photoshop backgroundImgage veraendert wird muss darauf geachtet werden, dass photoshop in greyscale modus arbeitet!!!!!!!!!!!!!!!!!!!!!!!!
// wenn mit photoshop backgroundImgage veraendert wird muss darauf geachtet werden, dass photoshop in greyscale modus arbeitet!!!!!!!!!!!!!!!!!!!!!!!!
bool
BackgroundFilter
::
load
(
QString
dest
)
//default = ""
bool
BackgroundFilter
::
load
(
QString
dest
)
//default = ""
{
{
if
(
!
mBgPointCloud
.
empty
()
||
mBgModel
!=
NULL
)
// initialisierung
if
(
!
mBgPointCloud
.
empty
()
||
mBgModel
!=
nullptr
)
// initialisierung
debout
<<
"Warning: Eliminate existing background!"
<<
endl
;
debout
<<
"Warning: Eliminate existing background!"
<<
endl
;
if
(
1
)
// (*stereoContext()) // auskommentiert, damit bg auch angelegt werden kann, wenn noch kein video geladen wurde
if
(
1
)
// (*stereoContext()) // auskommentiert, damit bg auch angelegt werden kann, wenn noch kein video geladen wurde
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
0
−
7
View file @
d64fff27
...
@@ -12,13 +12,6 @@ using namespace std;
...
@@ -12,13 +12,6 @@ using namespace std;
// release/petrack.exe -sequence ../../einzelbilder/wert0001.png -autoSave dir|ttt.avi
// release/petrack.exe -sequence ../../einzelbilder/wert0001.png -autoSave dir|ttt.avi
#include
<stdio.h>
/* defines FILENAME_MAX */
#include
<stdio.h>
/* defines FILENAME_MAX */
#ifdef WINDOWS
#include
<direct.h>
#define GetCurrentDir _getcwd
#else
#include
<unistd.h>
#define GetCurrentDir getcwd
#endif
#include
"signal.h"
#include
"signal.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment