Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
f1d4a1e1
Commit
f1d4a1e1
authored
Jul 19, 2014
by
Alex Leontiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
dfbdb1c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
trackerTLD.cpp
modules/tracking/src/trackerTLD.cpp
+0
-2
No files found.
modules/tracking/src/trackerTLD.cpp
View file @
f1d4a1e1
...
...
@@ -449,7 +449,6 @@ timeStampPositiveNext(0),timeStampNegativeNext(0),params_(params){
#ifdef BLUR_AS_VADIM
GaussianBlur
(
standardPatch
,
blurredPatch
,
GaussBlurKernelSize
,
0.0
);
resize
(
blurredPatch
,
blurredPatch
,
minSize
);
CV_Assert
(
blurredPatch
.
cols
==
minSize
.
width
&&
blurredPatch
.
rows
==
minSize
.
height
);
#else
resample
(
blurredImg
,
RotatedRect
(
center
,
size
,
angle
),
blurredPatch
);
#endif
...
...
@@ -778,7 +777,6 @@ int Pexpert::additionalExamples(std::vector<Mat_<uchar> >& examplesForModel,std:
#ifdef BLUR_AS_VADIM
GaussianBlur
(
standardPatch
,
blurredPatch
,
GaussBlurKernelSize
,
0.0
);
resize
(
blurredPatch
,
blurredPatch
,
initSize_
);
CV_Assert
(
blurredPatch
.
cols
==
initSize_
.
width
&&
blurredPatch
.
rows
==
initSize_
.
height
);
#else
resample
(
blurredImg
,
RotatedRect
(
center
,
size
,
angle
),
blurredPatch
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment