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
660174e8
Commit
660174e8
authored
Jun 24, 2015
by
Kurnianggoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove whitespaces
parent
261086b1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
tracking.bib
modules/tracking/doc/tracking.bib
+0
-0
tracker.hpp
modules/tracking/include/opencv2/tracking/tracker.hpp
+0
-0
trackerKCF.cpp
modules/tracking/src/trackerKCF.cpp
+1
-1
No files found.
modules/tracking/doc/tracking.bib
View file @
660174e8
modules/tracking/include/opencv2/tracking/tracker.hpp
View file @
660174e8
modules/tracking/src/trackerKCF.cpp
View file @
660174e8
...
...
@@ -90,7 +90,7 @@ namespace cv{
void
createHanningWindow
(
OutputArray
_dst
,
const
cv
::
Size
winSize
,
const
int
type
)
const
;
void
inline
fft2
(
const
Mat
src
,
std
::
vector
<
Mat
>
&
dest
)
const
;
void
inline
fft2
(
const
Mat
src
,
Mat
&
dest
)
const
;
void
inline
ifft2
(
const
Mat
src
,
Mat
&
dest
)
const
;
void
inline
ifft2
(
const
Mat
src
,
Mat
&
dest
)
const
;
void
inline
pixelWiseMult
(
const
std
::
vector
<
Mat
>
src1
,
const
std
::
vector
<
Mat
>
src2
,
std
::
vector
<
Mat
>
&
dest
,
const
int
flags
,
const
bool
conjB
=
false
)
const
;
void
inline
sumChannels
(
std
::
vector
<
Mat
>
src
,
Mat
&
dest
)
const
;
void
inline
updateProjectionMatrix
(
const
Mat
src
,
Mat
&
old_cov
,
Mat
&
_proj_mtx
,
double
pca_rate
,
int
compressed_sz
)
const
;
...
...
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