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
a360a19c
Commit
a360a19c
authored
May 24, 2011
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added TBB optimization to DOT
parent
3d50df37
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
objdetect.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
+4
-2
dotdetector.cpp
modules/objdetect/src/dotdetector.cpp
+0
-0
No files found.
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
View file @
a360a19c
...
...
@@ -652,6 +652,8 @@ public:
cv
::
Mat
quantizedImage
;
float
texturelessRatio
;
int
area
;
std
::
vector
<
int
>
objectClassIDs
;
std
::
vector
<
TrainData
>
trainData
;
};
...
...
@@ -680,8 +682,8 @@ public:
protected
:
void
detectQuantized
(
const
Mat
&
queryQuantizedImage
,
float
minRatio
,
vector
<
vector
<
Rect
>
>&
rects
,
vector
<
vector
<
float
>
>
&
ratios
,
vector
<
vector
<
int
>
>
&
dotTemplateIndices
)
const
;
vector
<
vector
<
float
>
>
*
ratios
,
vector
<
vector
<
int
>
>
*
dotTemplateIndices
)
const
;
TrainParams
trainParams
;
...
...
modules/objdetect/src/dotdetector.cpp
View file @
a360a19c
This diff is collapsed.
Click to expand it.
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