xfeatures2d
All modules / xfeatures2d
Native enum entries for cuda surf cuda keypoint layout. Pass an entry to enum-typed arguments or its .value to numeric arguments.
xfeatures2d_AffineFeature2DclassClass implementing affine adaptation for key points.
xfeatures2d_AgastFeatureDetectorclassWrapping class for feature detection using the AGAST method. :
xfeatures2d_AgastFeatureDetector_createfunctionCreate an owned xfeatures2d_AgastFeatureDetector instance with the supplied configuration.
xfeatures2d_AKAZEclassClass implementing the AKAZE keypoint detector and descriptor extractor, described in [ANB13].
xfeatures2d_AKAZE_createfunctionThe AKAZE constructor
xfeatures2d_BEBLIDclassClass implementing BEBLID (Boosted Efficient Binary Local Image Descriptor),
xfeatures2d_BEBLID_BeblidSizeclassDescriptor number of bits, each bit is a boosting weak-learner.
xfeatures2d_BEBLID_createfunctionCreates the BEBLID descriptor.
xfeatures2d_BoostDescclassClass implementing BoostDesc (Learning Image Descriptors with Boosting), described in
xfeatures2d_BoostDesc_createfunctionCreate an owned xfeatures2d_BoostDesc instance with the supplied configuration.
xfeatures2d_BOWImgDescriptorExtractorclassClass to compute an image descriptor using the bag of visual words.
xfeatures2d_BOWKMeansTrainerclasskmeans -based class to train visual vocabulary using the bag of visual words approach. :
xfeatures2d_BOWTrainerclass\
xfeatures2d_BriefDescriptorExtractorclassBRIEF Descriptor
xfeatures2d_BriefDescriptorExtractor_createfunctionCreate an owned xfeatures2d_BriefDescriptorExtractor instance with the supplied configuration.
xfeatures2d_BRISKclassClass implementing the BRISK keypoint detector and descriptor extractor, described in [LCS11] .
xfeatures2d_BRISK_createfunctionThe BRISK constructor
xfeatures2d_BRISK_create1functionThe BRISK constructor for a custom pattern
xfeatures2d_BRISK_create2functionThe BRISK constructor for a custom pattern, detection threshold and octaves
xfeatures2d_DAISYclassClass implementing DAISY descriptor, described in [Tola10]
xfeatures2d_DAISY_createfunctionCreate an owned xfeatures2d_DAISY instance with the supplied configuration.
xfeatures2d_DAISY_NormalizationTypeclassNative enum entries for xfeatures2d daisy normalization type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
xfeatures2d_FREAKclassClass implementing the FREAK (Fast Retina Keypoint) keypoint descriptor, described in [AOV12] .
xfeatures2d_FREAK_createfunctionCreate an owned xfeatures2d_FREAK instance with the supplied configuration.
xfeatures2d_HarrisLaplaceFeatureDetectorclassClass implementing the Harris-Laplace feature detector as described in [Mikolajczyk2004].
xfeatures2d_HarrisLaplaceFeatureDetector_createfunctionCreates a new implementation instance.
xfeatures2d_KAZEclassClass implementing the KAZE keypoint detector and descriptor extractor, described in [ABD12] .
xfeatures2d_KAZE_createfunctionThe KAZE constructor
xfeatures2d_LATCHclassLATCH Descriptor
xfeatures2d_LATCH_createfunctionCreate an owned xfeatures2d_LATCH instance with the supplied configuration.
xfeatures2d_LUCIDclassClass implementing the locally uniform comparison image descriptor, described in [LUCID]
xfeatures2d_LUCID_createfunctionCreate an owned xfeatures2d_LUCID instance with the supplied configuration.
xfeatures2d_matchGMSfunctionGMS (Grid-based Motion Statistics) feature matching strategy described in [Bian2017gms] .
xfeatures2d_matchLOGOSfunctionLOGOS (Local geometric support for high-outlier spatial verification) feature matching strategy described in [Lowry2018LOGOSLG] .
xfeatures2d_MSDDetectorclassClass implementing the MSD (Maximal Self-Dissimilarity) keypoint detector, described in [Tombari14].
xfeatures2d_MSDDetector_createfunctionCreate an owned xfeatures2d_MSDDetector instance with the supplied configuration.
xfeatures2d_PCTSignaturesclassPosition-Color-Texture signatures
xfeatures2d_PCTSignatures_createfunctionCreates PCTSignatures algorithm using pre-generated sampling points
xfeatures2d_PCTSignatures_create1functionCreates PCTSignatures algorithm using pre-generated sampling points
xfeatures2d_PCTSignatures_create2functionCreates PCTSignatures algorithm using pre-generated sampling points
xfeatures2d_PCTSignatures_DistanceFunctionclassLp distance function selector.
xfeatures2d_PCTSignatures_drawSignaturefunctionDraws signature in the source image and outputs the result.
xfeatures2d_PCTSignatures_generateInitPointsfunctionGenerates initial sampling points according to selected point distribution.
xfeatures2d_PCTSignatures_PointDistributionclassPoint distributions supported by random point generator.
xfeatures2d_PCTSignatures_SimilarityFunctionclassSimilarity function selector.
xfeatures2d_PCTSignaturesSQFDclassClass implementing Signature Quadratic Form Distance (SQFD).
xfeatures2d_PCTSignaturesSQFD_createfunctionCreates the algorithm instance using selected distance function,
xfeatures2d_StarDetectorclassThe class implements the keypoint detector introduced by [Agrawal08], synonym of StarDetector. :
xfeatures2d_StarDetector_createfunctionthe full constructor
xfeatures2d_SURFclassClass for extracting Speeded Up Robust Features from an image [Bay06] .
xfeatures2d_SURF_createfunctionCreate an owned xfeatures2d_SURF instance with the supplied configuration.
xfeatures2d_TBMRclassClass implementing the Tree Based Morse Regions (TBMR) as described in
xfeatures2d_TBMR_createfunctionCreate an owned xfeatures2d_TBMR instance with the supplied configuration.
xfeatures2d_TEBLIDclassClass implementing TEBLID (Triplet-based Efficient Binary Local Image Descriptor),
xfeatures2d_TEBLID_createfunctionCreates the TEBLID descriptor.
xfeatures2d_TEBLID_TeblidSizeclassDescriptor number of bits, each bit is a box average difference.
xfeatures2d_VGGclassClass implementing VGG (Oxford Visual Geometry Group) descriptor trained end to end
xfeatures2d_VGG_createfunctionCreate an owned xfeatures2d_VGG instance with the supplied configuration.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
cuda_SURF_CUDA_X_ROWcuda surf cuda x row constant (0), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_Y_ROWcuda surf cuda y row constant (0+1), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_LAPLACIAN_ROWcuda surf cuda laplacian row constant (0+2), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_OCTAVE_ROWcuda surf cuda octave row constant (0+3), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_SIZE_ROWcuda surf cuda size row constant (0+4), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_ANGLE_ROWcuda surf cuda angle row constant (0+5), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_HESSIAN_ROWcuda surf cuda hessian row constant (0+6), defined by OpenCV for cv::cuda::SURF_CUDA.
cuda_SURF_CUDA_ROWS_COUNTcuda surf cuda rows count constant (0+7), defined by OpenCV for cv::cuda::SURF_CUDA.
xfeatures2d_BEBLID_SIZE_512_BITSxfeatures2d beblid size 512 bits constant (100), defined by OpenCV for cv::xfeatures2d::BEBLID.
xfeatures2d_BEBLID_SIZE_256_BITSxfeatures2d beblid size 256 bits constant (101), defined by OpenCV for cv::xfeatures2d::BEBLID.
xfeatures2d_TEBLID_SIZE_256_BITSxfeatures2d teblid size 256 bits constant (102), defined by OpenCV for cv::xfeatures2d::TEBLID.
xfeatures2d_TEBLID_SIZE_512_BITSxfeatures2d teblid size 512 bits constant (103), defined by OpenCV for cv::xfeatures2d::TEBLID.
xfeatures2d_DAISY_NRM_NONExfeatures2d daisy nrm none constant (100), defined by OpenCV for cv::xfeatures2d::DAISY.
xfeatures2d_DAISY_NRM_PARTIALxfeatures2d daisy nrm partial constant (101), defined by OpenCV for cv::xfeatures2d::DAISY.
xfeatures2d_DAISY_NRM_FULLxfeatures2d daisy nrm full constant (102), defined by OpenCV for cv::xfeatures2d::DAISY.
xfeatures2d_DAISY_NRM_SIFTxfeatures2d daisy nrm sift constant (103), defined by OpenCV for cv::xfeatures2d::DAISY.
xfeatures2d_PCTSignatures_L0_25xfeatures2d pctsignatures l0 25 constant (0), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L0_25xfeatures2d pctsignatures l0 25 constant (0), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L0_5xfeatures2d pctsignatures l0 5 constant (1), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L0_5xfeatures2d pctsignatures l0 5 constant (1), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L1xfeatures2d pctsignatures l1 constant (2), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L1xfeatures2d pctsignatures l1 constant (2), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L2xfeatures2d pctsignatures l2 constant (3), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L2xfeatures2d pctsignatures l2 constant (3), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L2SQUAREDxfeatures2d pctsignatures l2 squared constant (4), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L2SQUAREDxfeatures2d pctsignatures l2 squared constant (4), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L5xfeatures2d pctsignatures l5 constant (5), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L5xfeatures2d pctsignatures l5 constant (5), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_L_INFINITYxfeatures2d pctsignatures l infinity constant (6), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSIGNATURES_L_INFINITYxfeatures2d pctsignatures l infinity constant (6), defined by OpenCV for cv::xfeatures2d::PCTSignatures.
xfeatures2d_PCTSignatures_UNIFORMGenerate numbers uniformly.
xfeatures2d_PCTSIGNATURES_UNIFORMGenerate numbers uniformly.
xfeatures2d_PCTSignatures_REGULARGenerate points in a regular grid.
xfeatures2d_PCTSIGNATURES_REGULARGenerate points in a regular grid.
xfeatures2d_PCTSignatures_NORMALGenerate points with normal (gaussian) distribution.
xfeatures2d_PCTSIGNATURES_NORMALGenerate points with normal (gaussian) distribution.
xfeatures2d_PCTSignatures_MINUS-d(c_i, c_j)xfeatures2d_PCTSIGNATURES_MINUS-d(c_i, c_j)xfeatures2d_PCTSignatures_GAUSSIANe^{ -\alpha * d^2(c_i, c_j)}xfeatures2d_PCTSIGNATURES_GAUSSIANe^{ -\alpha * d^2(c_i, c_j)}xfeatures2d_PCTSignatures_HEURISTIC\frac{1}{\alpha + d(c_i, c_j)}xfeatures2d_PCTSIGNATURES_HEURISTIC\frac{1}{\alpha + d(c_i, c_j)}xfeatures2d_AgastFeatureDetector_AGAST_5_8xfeatures2d agast feature detector agast 5 8 constant (0), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_AGAST_5_8xfeatures2d agast feature detector agast 5 8 constant (0), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AgastFeatureDetector_AGAST_7_12dxfeatures2d agast feature detector agast 7 12d constant (1), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_AGAST_7_12Dxfeatures2d agast feature detector agast 7 12 d constant (1), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AgastFeatureDetector_AGAST_7_12sxfeatures2d agast feature detector agast 7 12s constant (2), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_AGAST_7_12Sxfeatures2d agast feature detector agast 7 12 s constant (2), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AgastFeatureDetector_OAST_9_16xfeatures2d agast feature detector oast 9 16 constant (3), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_OAST_9_16xfeatures2d agast feature detector oast 9 16 constant (3), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AgastFeatureDetector_THRESHOLDxfeatures2d agast feature detector threshold constant (10000), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_THRESHOLDxfeatures2d agast feature detector threshold constant (10000), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AgastFeatureDetector_NONMAX_SUPPRESSIONxfeatures2d agast feature detector nonmax suppression constant (10001), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_AGAST_FEATURE_DETECTOR_NONMAX_SUPPRESSIONxfeatures2d agast feature detector nonmax suppression constant (10001), defined by OpenCV for cv::xfeatures2d::AgastFeatureDetector.
xfeatures2d_KAZE_DIFF_PM_G1xfeatures2d kaze diff pm g1 constant (0), defined by OpenCV for cv::xfeatures2d::KAZE.
xfeatures2d_KAZE_DIFF_PM_G2xfeatures2d kaze diff pm g2 constant (1), defined by OpenCV for cv::xfeatures2d::KAZE.
xfeatures2d_KAZE_DIFF_WEICKERTxfeatures2d kaze diff weickert constant (2), defined by OpenCV for cv::xfeatures2d::KAZE.
xfeatures2d_KAZE_DIFF_CHARBONNIERxfeatures2d kaze diff charbonnier constant (3), defined by OpenCV for cv::xfeatures2d::KAZE.
xfeatures2d_AKAZE_DESCRIPTOR_KAZE_UPRIGHTUpright descriptors, not invariant to rotation
xfeatures2d_AKAZE_DESCRIPTOR_KAZEUpright descriptors, not invariant to rotation
xfeatures2d_AKAZE_DESCRIPTOR_MLDB_UPRIGHTUpright descriptors, not invariant to rotation
xfeatures2d_AKAZE_DESCRIPTOR_MLDBUpright descriptors, not invariant to rotation