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
ecc71c32
Commit
ecc71c32
authored
Jun 25, 2015
by
Vladimir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing whitespaces
parent
1c70b5a0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
tldDetector.hpp
modules/tracking/src/tldDetector.hpp
+0
-1
tldEnsembleClassifier.cpp
modules/tracking/src/tldEnsembleClassifier.cpp
+0
-1
tldEnsembleClassifier.hpp
modules/tracking/src/tldEnsembleClassifier.hpp
+0
-2
tldModel.cpp
modules/tracking/src/tldModel.cpp
+0
-1
tldTracker.cpp
modules/tracking/src/tldTracker.cpp
+0
-0
tldTracker.hpp
modules/tracking/src/tldTracker.hpp
+0
-1
No files found.
modules/tracking/src/tldDetector.hpp
View file @
ecc71c32
...
...
@@ -70,7 +70,6 @@ namespace cv
public
:
TLDDetector
(){}
~
TLDDetector
(){}
inline
double
ensembleClassifierNum
(
const
uchar
*
data
);
inline
void
prepareClassifiers
(
int
rowstep
);
double
Sr
(
const
Mat_
<
uchar
>&
patch
);
...
...
modules/tracking/src/tldEnsembleClassifier.cpp
View file @
ecc71c32
...
...
@@ -55,7 +55,6 @@ namespace cv
measurements
.
assign
(
meas
.
begin
()
+
beg
,
meas
.
begin
()
+
end
);
offset
.
assign
(
mpc
,
Point2i
(
0
,
0
));
}
// Calculate measure locations from 15x15 grid on minSize patches
void
TLDEnsembleClassifier
::
stepPrefSuff
(
std
::
vector
<
Vec4b
>&
arr
,
int
pos
,
int
len
,
int
gridSize
)
{
...
...
modules/tracking/src/tldEnsembleClassifier.hpp
View file @
ecc71c32
...
...
@@ -65,6 +65,5 @@ namespace cv
int
lastStep_
;
};
}
}
\ No newline at end of file
modules/tracking/src/tldModel.cpp
View file @
ecc71c32
...
...
@@ -64,7 +64,6 @@ namespace cv
//Calculate the variance in initial BB
originalVariance_
=
variance
(
image
(
boundingBox
));
//Find the scale
double
scale
=
scaleAndBlur
(
image
,
cvRound
(
log
(
1.0
*
boundingBox
.
width
/
(
minSize
.
width
))
/
log
(
SCALE_STEP
)),
scaledImg
,
blurredImg
,
GaussBlurKernelSize
,
SCALE_STEP
);
...
...
modules/tracking/src/tldTracker.cpp
View file @
ecc71c32
modules/tracking/src/tldTracker.hpp
View file @
ecc71c32
...
...
@@ -61,7 +61,6 @@ void TrackerTLD::Params::write(cv::FileStorage& /*fs*/) const {}
namespace
tld
{
class
TrackerProxy
{
public
:
...
...
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