Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
8e9ea0e3
Commit
8e9ea0e3
authored
Nov 19, 2014
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen doucmentation: ml module
parent
c5a698fb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
ml.hpp
modules/ml/include/opencv2/ml.hpp
+0
-0
objdetect.hpp
modules/objdetect/include/opencv2/objdetect.hpp
+0
-0
detection_based_tracker.hpp
...ect/include/opencv2/objdetect/detection_based_tracker.hpp
+7
-0
objdetect_c.h
modules/objdetect/include/opencv2/objdetect/objdetect_c.h
+5
-0
No files found.
modules/ml/include/opencv2/ml.hpp
View file @
8e9ea0e3
This diff is collapsed.
Click to expand it.
modules/objdetect/include/opencv2/objdetect.hpp
View file @
8e9ea0e3
This diff is collapsed.
Click to expand it.
modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp
View file @
8e9ea0e3
...
...
@@ -51,6 +51,10 @@
namespace
cv
{
//! @addtogroup objdetect
//! @{
class
CV_EXPORTS
DetectionBasedTracker
{
public
:
...
...
@@ -211,6 +215,9 @@ class CV_EXPORTS DetectionBasedTracker
cv
::
Rect
calcTrackedObjectPositionToShow
(
int
i
,
ObjectStatus
&
status
)
const
;
void
detectInRegion
(
const
cv
::
Mat
&
img
,
const
cv
::
Rect
&
r
,
std
::
vector
<
cv
::
Rect
>&
detectedObjectsInRegions
);
};
//! @} objdetect
}
//end of cv namespace
#endif
...
...
modules/objdetect/include/opencv2/objdetect/objdetect_c.h
View file @
8e9ea0e3
...
...
@@ -53,6 +53,10 @@
extern
"C"
{
#endif
/** @addtogroup objdetect_c
@{
*/
/****************************************************************************************\
* Haar-like Object Detection functions *
\****************************************************************************************/
...
...
@@ -143,6 +147,7 @@ CVAPI(void) cvSetImagesForHaarClassifierCascade( CvHaarClassifierCascade* cascad
CVAPI
(
int
)
cvRunHaarClassifierCascade
(
const
CvHaarClassifierCascade
*
cascade
,
CvPoint
pt
,
int
start_stage
CV_DEFAULT
(
0
));
/** @} objdetect_c */
#ifdef __cplusplus
}
...
...
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