mexopencv  3.4.1
MEX interface for OpenCV library
Functions | Variables

Common definitions for the features2d and xfeatures2d modules. More...

#include "mexopencv.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/xfeatures2d.hpp"

Go to the source code of this file.

Functions

cv::Ptr< cv::BRISKcreateBRISK (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of BRISK using options in arguments. More...
 
cv::Ptr< cv::ORBcreateORB (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of ORB using options in arguments. More...
 
cv::Ptr< cv::MSERcreateMSER (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of MSER using options in arguments. More...
 
cv::Ptr< cv::FastFeatureDetectorcreateFastFeatureDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of FastFeatureDetector using options in arguments. More...
 
cv::Ptr< cv::GFTTDetectorcreateGFTTDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of GFTTDetector using options in arguments. More...
 
cv::Ptr< cv::SimpleBlobDetectorcreateSimpleBlobDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of SimpleBlobDetector using options in arguments. More...
 
cv::Ptr< cv::KAZEcreateKAZE (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of KAZE using options in arguments. More...
 
cv::Ptr< cv::AKAZEcreateAKAZE (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of AKAZE using options in arguments. More...
 
cv::Ptr< cv::AgastFeatureDetectorcreateAgastFeatureDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of AgastFeatureDetector using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::SIFTcreateSIFT (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of SIFT using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::SURFcreateSURF (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of SURF using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::FREAKcreateFREAK (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of FREAK using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::StarDetectorcreateStarDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of StarDetector using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::BriefDescriptorExtractorcreateBriefDescriptorExtractor (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of BriefDescriptorExtractor using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::LUCIDcreateLUCID (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of LUCID using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::LATCHcreateLATCH (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of LATCH using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::DAISYcreateDAISY (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of DAISY using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::MSDDetectorcreateMSDDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of MSDDetector using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::VGGcreateVGG (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of VGG using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::BoostDesccreateBoostDesc (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of BoostDesc using options in arguments. More...
 
cv::Ptr< cv::xfeatures2d::HarrisLaplaceFeatureDetectorcreateHarrisLaplaceFeatureDetector (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of HarrisLaplaceFeatureDetector using options in arguments. More...
 
cv::Ptr< cv::FeatureDetectorcreateFeatureDetector (const std::string &type, std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Factory function for FeatureDetector creation. More...
 
cv::Ptr< cv::DescriptorExtractorcreateDescriptorExtractor (const std::string &type, std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Factory function for DescriptorExtractor creation. More...
 
cv::Ptr< cv::FlannBasedMatchercreateFlannBasedMatcher (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of FlannBasedMatcher using options in arguments. More...
 
cv::Ptr< cv::BFMatchercreateBFMatcher (std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Create an instance of BFMatcher using options in arguments. More...
 
cv::Ptr< cv::DescriptorMatchercreateDescriptorMatcher (const std::string &type, std::vector< MxArray >::const_iterator first, std::vector< MxArray >::const_iterator last)
 Factory function for DescriptorMatcher creation. More...
 

Variables

const ConstMap< std::string, int > ORBScoreType
 ORB score types. More...
 
const ConstMap< int, std::stringORBScoreTypeInv
 inverse ORB score types More...
 
const ConstMap< std::string, int > FASTTypeMap
 FAST types. More...
 
const ConstMap< int, std::stringFASTTypeMapInv
 inverse FAST types More...
 
const ConstMap< std::string, int > KAZEDiffusivityType
 KAZE Diffusivity type. More...
 
const ConstMap< int, std::stringKAZEDiffusivityTypeInv
 inverse KAZE Diffusivity type More...
 
const ConstMap< std::string, int > AKAZEDescriptorType
 AKAZE descriptor type. More...
 
const ConstMap< int, std::stringAKAZEDescriptorTypeInv
 inverse AKAZE descriptor type More...
 
const ConstMap< std::string, int > AgastTypeMap
 AGAST neighborhood types. More...
 
const ConstMap< int, std::stringAgastTypeInvMap
 inverse AGAST neighborhood types More...
 
const ConstMap< std::string, int > DAISYNormType
 DAISY normalization types. More...
 
const ConstMap< int, std::stringDAISYNormTypeInv
 inverse DAISY normalization types More...
 
const ConstMap< std::string, int > VGGDescType
 VGG descriptor types. More...
 
const ConstMap< int, std::stringVGGDescTypeInv
 inverse VGG descriptor types More...
 
const ConstMap< std::string, int > BoostDescType
 BoostDesc descriptor types. More...
 
const ConstMap< int, std::stringBoostDescTypeInv
 inverse BoostDesc descriptor types More...
 

Detailed Description

Common definitions for the features2d and xfeatures2d modules.

Author
Amro
Date
2015

Header file for MEX-functions that use features2d or xfeatures2d modules from OpenCV library. This file includes maps for option processing, as well as functions for creating instances of Features2D-derived classes from parsed arguments.

Definition in file mexopencv_features2d.hpp.

Function Documentation

◆ createAgastFeatureDetector()

cv::Ptr<cv::AgastFeatureDetector> createAgastFeatureDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of AgastFeatureDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::AgastFeatureDetector

Definition at line 352 of file mexopencv_features2d.cpp.

◆ createAKAZE()

cv::Ptr<cv::AKAZE> createAKAZE ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of AKAZE using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::AKAZE

Definition at line 315 of file mexopencv_features2d.cpp.

◆ createBFMatcher()

cv::Ptr<cv::BFMatcher> createBFMatcher ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of BFMatcher using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::BFMatcher

Definition at line 1052 of file mexopencv_features2d.cpp.

◆ createBoostDesc()

cv::Ptr<cv::xfeatures2d::BoostDesc> createBoostDesc ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of BoostDesc using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::BoostDesc

◆ createBriefDescriptorExtractor()

cv::Ptr<cv::xfeatures2d::BriefDescriptorExtractor> createBriefDescriptorExtractor ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of BriefDescriptorExtractor using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::BriefDescriptorExtractor

◆ createBRISK()

cv::Ptr<cv::BRISK> createBRISK ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of BRISK using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::BRISK

Definition at line 23 of file mexopencv_features2d.cpp.

◆ createDAISY()

cv::Ptr<cv::xfeatures2d::DAISY> createDAISY ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of DAISY using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::DAISY

◆ createDescriptorExtractor()

cv::Ptr<cv::DescriptorExtractor> createDescriptorExtractor ( const std::string type,
std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Factory function for DescriptorExtractor creation.

Parameters
typedescriptor extractor type, one of:
  • "BRISK"
  • "ORB"
  • "KAZE"
  • "AKAZE"
  • "SIFT" (requires xfeatures2d module)
  • "SURF" (requires xfeatures2d module)
  • "FREAK" (requires xfeatures2d module)
  • "BriefDescriptorExtractor" (requires xfeatures2d module)
  • "LUCID" (requires xfeatures2d module)
  • "LATCH" (requires xfeatures2d module)
  • "DAISY" (requires xfeatures2d module)
  • "VGG" (requires xfeatures2d module)
  • "BoostDesc" (requires xfeatures2d module)
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::DescriptorExtractor

Definition at line 789 of file mexopencv_features2d.cpp.

◆ createDescriptorMatcher()

cv::Ptr<cv::DescriptorMatcher> createDescriptorMatcher ( const std::string type,
std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Factory function for DescriptorMatcher creation.

Parameters
typedescriptor matcher type, one of:
  • "BruteForce"
  • "BruteForce-L1"
  • "BruteForce-SL2"
  • "BruteForce-Hamming" or "BruteForce-HammingLUT"
  • "BruteForce-Hamming(2)"
  • "FlannBased"
Or:
  • "FlannBasedMatcher"
  • "BFMatcher"
The last two matcher types are the ones that accept extra arguments passed to the corresponding create functions.
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::DescriptorMatcher

Definition at line 1073 of file mexopencv_features2d.cpp.

◆ createFastFeatureDetector()

cv::Ptr<cv::FastFeatureDetector> createFastFeatureDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of FastFeatureDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::FastFeatureDetector

Definition at line 166 of file mexopencv_features2d.cpp.

◆ createFeatureDetector()

cv::Ptr<cv::FeatureDetector> createFeatureDetector ( const std::string type,
std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Factory function for FeatureDetector creation.

Parameters
typefeature detector type, one of:
  • "BRISK"
  • "ORB"
  • "MSER"
  • "FastFeatureDetector"
  • "GFTTDetector"
  • "SimpleBlobDetector"
  • "KAZE"
  • "AKAZE"
  • "AgastFeatureDetector"
  • "SIFT" (requires xfeatures2d module)
  • "SURF" (requires xfeatures2d module)
  • "StarDetector" (requires xfeatures2d module)
  • "MSDDetector" (requires xfeatures2d module)
  • "HarrisLaplaceFeatureDetector" (requires xfeatures2d module)
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::FeatureDetector

Definition at line 744 of file mexopencv_features2d.cpp.

◆ createFlannBasedMatcher()

cv::Ptr<cv::FlannBasedMatcher> createFlannBasedMatcher ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of FlannBasedMatcher using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::FlannBasedMatcher

Definition at line 1026 of file mexopencv_features2d.cpp.

◆ createFREAK()

cv::Ptr<cv::xfeatures2d::FREAK> createFREAK ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of FREAK using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::FREAK

◆ createGFTTDetector()

cv::Ptr<cv::GFTTDetector> createGFTTDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of GFTTDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::GFTTDetector

Definition at line 190 of file mexopencv_features2d.cpp.

◆ createHarrisLaplaceFeatureDetector()

cv::Ptr<cv::xfeatures2d::HarrisLaplaceFeatureDetector> createHarrisLaplaceFeatureDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of HarrisLaplaceFeatureDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::HarrisLaplaceFeatureDetector

◆ createKAZE()

cv::Ptr<cv::KAZE> createKAZE ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of KAZE using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::KAZE

Definition at line 281 of file mexopencv_features2d.cpp.

◆ createLATCH()

cv::Ptr<cv::xfeatures2d::LATCH> createLATCH ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of LATCH using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::LATCH

◆ createLUCID()

cv::Ptr<cv::xfeatures2d::LUCID> createLUCID ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of LUCID using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::LUCID

◆ createMSDDetector()

cv::Ptr<cv::xfeatures2d::MSDDetector> createMSDDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of MSDDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::MSDDetector

◆ createMSER()

cv::Ptr<cv::MSER> createMSER ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of MSER using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::MSER

Definition at line 122 of file mexopencv_features2d.cpp.

◆ createORB()

cv::Ptr<cv::ORB> createORB ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of ORB using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::ORB

Definition at line 79 of file mexopencv_features2d.cpp.

◆ createSIFT()

cv::Ptr<cv::xfeatures2d::SIFT> createSIFT ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of SIFT using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::SIFT

◆ createSimpleBlobDetector()

cv::Ptr<cv::SimpleBlobDetector> createSimpleBlobDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of SimpleBlobDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::SimpleBlobDetector

Definition at line 227 of file mexopencv_features2d.cpp.

◆ createStarDetector()

cv::Ptr<cv::xfeatures2d::StarDetector> createStarDetector ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of StarDetector using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::StarDetector

◆ createSURF()

cv::Ptr<cv::xfeatures2d::SURF> createSURF ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of SURF using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::SURF

◆ createVGG()

cv::Ptr<cv::xfeatures2d::VGG> createVGG ( std::vector< MxArray >::const_iterator  first,
std::vector< MxArray >::const_iterator  last 
)

Create an instance of VGG using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to an instance cv::xfeatures2d::VGG

Variable Documentation

◆ AgastTypeInvMap

const ConstMap<int, std::string> AgastTypeInvMap
Initial value:

inverse AGAST neighborhood types

Definition at line 86 of file mexopencv_features2d.hpp.

◆ AgastTypeMap

const ConstMap<std::string, int> AgastTypeMap
Initial value:

AGAST neighborhood types.

Definition at line 79 of file mexopencv_features2d.hpp.

◆ AKAZEDescriptorType

const ConstMap<std::string, int> AKAZEDescriptorType
Initial value:
DESCRIPTOR_MLDB_UPRIGHT
DESCRIPTOR_KAZE_UPRIGHT
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

AKAZE descriptor type.

Definition at line 65 of file mexopencv_features2d.hpp.

◆ AKAZEDescriptorTypeInv

const ConstMap<int, std::string> AKAZEDescriptorTypeInv
Initial value:
DESCRIPTOR_MLDB_UPRIGHT
DESCRIPTOR_KAZE_UPRIGHT
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

inverse AKAZE descriptor type

Definition at line 72 of file mexopencv_features2d.hpp.

◆ BoostDescType

const ConstMap<std::string, int> BoostDescType

◆ BoostDescTypeInv

const ConstMap<int, std::string> BoostDescTypeInv

◆ DAISYNormType

const ConstMap<std::string, int> DAISYNormType
Initial value:

DAISY normalization types.

Definition at line 94 of file mexopencv_features2d.hpp.

◆ DAISYNormTypeInv

const ConstMap<int, std::string> DAISYNormTypeInv
Initial value:

inverse DAISY normalization types

Definition at line 101 of file mexopencv_features2d.hpp.

◆ FASTTypeMap

const ConstMap<std::string, int> FASTTypeMap
Initial value:

FAST types.

Definition at line 39 of file mexopencv_features2d.hpp.

◆ FASTTypeMapInv

const ConstMap<int, std::string> FASTTypeMapInv
Initial value:

inverse FAST types

Definition at line 45 of file mexopencv_features2d.hpp.

◆ KAZEDiffusivityType

const ConstMap<std::string, int> KAZEDiffusivityType
Initial value:
("CHARBONNIER", cv::KAZE::DIFF_CHARBONNIER)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

KAZE Diffusivity type.

Definition at line 51 of file mexopencv_features2d.hpp.

◆ KAZEDiffusivityTypeInv

const ConstMap<int, std::string> KAZEDiffusivityTypeInv
Initial value:
(cv::KAZE::DIFF_CHARBONNIER, "CHARBONNIER")
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

inverse KAZE Diffusivity type

Definition at line 58 of file mexopencv_features2d.hpp.

◆ ORBScoreType

const ConstMap<std::string, int> ORBScoreType
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

ORB score types.

Definition at line 29 of file mexopencv_features2d.hpp.

◆ ORBScoreTypeInv

const ConstMap<int, std::string> ORBScoreTypeInv
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

inverse ORB score types

Definition at line 34 of file mexopencv_features2d.hpp.

◆ VGGDescType

const ConstMap<std::string, int> VGGDescType
Initial value:

VGG descriptor types.

Definition at line 108 of file mexopencv_features2d.hpp.

◆ VGGDescTypeInv

const ConstMap<int, std::string> VGGDescTypeInv
Initial value:

inverse VGG descriptor types

Definition at line 115 of file mexopencv_features2d.hpp.