added CV_EXPORTS to OpponentColorDescriptorExtractor
This commit is contained in:
parent
b4c38f905a
commit
e3ee2677c7
@ -1414,7 +1414,7 @@ protected:
|
|||||||
* Adapts a detector to detect points over multiple levels of a Gaussian
|
* Adapts a detector to detect points over multiple levels of a Gaussian
|
||||||
* pyramid. Useful for detectors that are not inherently scaled.
|
* pyramid. Useful for detectors that are not inherently scaled.
|
||||||
*/
|
*/
|
||||||
CV_EXPORTS class PyramidAdaptedFeatureDetector : public FeatureDetector
|
class CV_EXPORTS PyramidAdaptedFeatureDetector : public FeatureDetector
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PyramidAdaptedFeatureDetector( const Ptr<FeatureDetector>& detector, int levels=2 );
|
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
|
* (set in constructor) computes descriptors on each of the three channel and concatenate
|
||||||
* them into a single color descriptor.
|
* them into a single color descriptor.
|
||||||
*/
|
*/
|
||||||
class OpponentColorDescriptorExtractor : public DescriptorExtractor
|
class CV_EXPORTS OpponentColorDescriptorExtractor : public DescriptorExtractor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
OpponentColorDescriptorExtractor( const Ptr<DescriptorExtractor>& dextractor );
|
OpponentColorDescriptorExtractor( const Ptr<DescriptorExtractor>& dextractor );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user