OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Classes | |
class | AffineFeature2D |
Class implementing affine adaptation for key points. More... | |
class | BEBLID |
Class implementing BEBLID (Boosted Efficient Binary Local Image Descriptor), described in [Suarez2020BEBLID] . More... | |
class | BoostDesc |
Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in [Trzcinski13a] and [Trzcinski13b]. More... | |
class | BriefDescriptorExtractor |
Class for computing BRIEF descriptors described in [calon2010] . More... | |
class | DAISY |
Class implementing DAISY descriptor, described in [Tola10]. More... | |
class | FREAK |
Class implementing the FREAK (Fast Retina Keypoint) keypoint descriptor, described in [AOV12] . More... | |
class | HarrisLaplaceFeatureDetector |
Class implementing the Harris-Laplace feature detector as described in [Mikolajczyk2004]. More... | |
class | LATCH |
class | LUCID |
Class implementing the locally uniform comparison image descriptor, described in [LUCID]. More... | |
class | MSDDetector |
Class implementing the MSD (Maximal Self-Dissimilarity) keypoint detector, described in [Tombari14]. More... | |
class | PCTSignatures |
Class implementing PCT (position-color-texture) signature extraction as described in [KrulisLS16]. The algorithm is divided to a feature sampler and a clusterizer. Feature sampler produces samples at given set of coordinates. Clusterizer then produces clusters of these samples using k-means algorithm. Resulting set of clusters is the signature of the input image. More... | |
class | PCTSignaturesSQFD |
Class implementing Signature Quadratic Form Distance (SQFD). More... | |
class | StarDetector |
The class implements the keypoint detector introduced by [Agrawal08], synonym of StarDetector. : More... | |
class | TBMR |
Class implementing the Tree Based Morse Regions (TBMR) as described in [Najman2014] extended with scaled extraction ability. More... | |
class | TEBLID |
Class implementing TEBLID (Triplet-based Efficient Binary Local Image Descriptor), described in [Suarez2021TEBLID]. More... | |
class | VGG |
Class implementing VGG (Oxford Visual Geometry Group) descriptor trained end to end using "Descriptor Learning Using Convex Optimisation" (DLCO) aparatus described in [Simonyan14]. More... | |
class | Xfeatures2d |