| Package | Description |
|---|---|
| org.opencv.features2d |
| Modifier and Type | Class and Description |
|---|---|
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 |
SimpleBlobDetector
Class for extracting blobs from an image.
|
| Modifier and Type | Method and Description |
|---|---|
static Feature2D |
Feature2D.__fromPtr__(long addr) |
Copyright © 2021. All rights reserved.