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
e3ee2677
Commit
e3ee2677
authored
Nov 12, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added CV_EXPORTS to OpponentColorDescriptorExtractor
parent
b4c38f90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features2d.hpp
modules/features2d/include/opencv2/features2d/features2d.hpp
+2
-2
No files found.
modules/features2d/include/opencv2/features2d/features2d.hpp
View file @
e3ee2677
...
...
@@ -1414,7 +1414,7 @@ protected:
* Adapts a detector to detect points over multiple levels of a Gaussian
* pyramid. Useful for detectors that are not inherently scaled.
*/
CV_EXPORTS
class
PyramidAdaptedFeatureDetector
:
public
FeatureDetector
class
CV_EXPORTS
PyramidAdaptedFeatureDetector
:
public
FeatureDetector
{
public
:
PyramidAdaptedFeatureDetector
(
const
Ptr
<
FeatureDetector
>&
detector
,
int
levels
=
2
);
...
...
@@ -1580,7 +1580,7 @@ void CalonderDescriptorExtractor<T>::write( FileStorage& ) const
* (set in constructor) computes descriptors on each of the three channel and concatenate
* them into a single color descriptor.
*/
class
OpponentColorDescriptorExtractor
:
public
DescriptorExtractor
class
CV_EXPORTS
OpponentColorDescriptorExtractor
:
public
DescriptorExtractor
{
public
:
OpponentColorDescriptorExtractor
(
const
Ptr
<
DescriptorExtractor
>&
dextractor
);
...
...
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