| Package | Description |
|---|---|
| org.opencv.features2d |
| Modifier and Type | Class and Description |
|---|---|
class |
AffineFeature
Class for implementing the wrapper which makes detectors and extractors to be affine invariant,
described as ASIFT in CITE: YM11 .
|
class |
AgastFeatureDetector
Wrapping class for feature detection using the AGAST method.
|
class |
AKAZE
Class implementing the AKAZE keypoint detector and descriptor extractor, described in CITE: ANB13.
|
class |
BRISK
Class implementing the BRISK keypoint detector and descriptor extractor, described in CITE: LCS11 .
|
class |
FastFeatureDetector
Wrapping class for feature detection using the FAST method.
|
class |
GFTTDetector
Wrapping class for feature detection using the goodFeaturesToTrack function.
|
class |
KAZE
Class implementing the KAZE keypoint detector and descriptor extractor, described in CITE: ABD12 .
|
class |
MSER
Maximally stable extremal region extractor
The class encapsulates all the parameters of the %MSER extraction algorithm (see [wiki
article](http://en.wikipedia.org/wiki/Maximally_stable_extremal_regions)).
|
class |
ORB
Class implementing the ORB (*oriented BRIEF*) keypoint detector and descriptor extractor
described in CITE: RRKB11 .
|
class |
SIFT
Class for extracting keypoints and computing descriptors using the Scale Invariant Feature Transform
(SIFT) algorithm by D.
|
class |
SimpleBlobDetector
Class for extracting blobs from an image.
|
| Modifier and Type | Method and Description |
|---|---|
static Feature2D |
Feature2D.__fromPtr__(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static AffineFeature |
AffineFeature.create(Feature2D backend) |
static AffineFeature |
AffineFeature.create(Feature2D backend,
int maxTilt) |
static AffineFeature |
AffineFeature.create(Feature2D backend,
int maxTilt,
int minTilt) |
static AffineFeature |
AffineFeature.create(Feature2D backend,
int maxTilt,
int minTilt,
float tiltStep) |
static AffineFeature |
AffineFeature.create(Feature2D backend,
int maxTilt,
int minTilt,
float tiltStep,
float rotateStepBase) |
Copyright © 2023. All rights reserved.