| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_contrib.FaceRecognizer |
static class |
opencv_features2d.AdjusterAdapter
\brief A feature detector parameter adjuster, this is used by the DynamicAdaptedFeatureDetector
and is a wrapper for FeatureDetector that allow them to be adjusted after a detection
|
static class |
opencv_features2d.BFMatcher |
static class |
opencv_features2d.BriefDescriptorExtractor |
static class |
opencv_features2d.BRISK
BRISK implementation
|
static class |
opencv_features2d.DenseFeatureDetector |
static class |
opencv_features2d.DescriptorExtractor |
static class |
opencv_features2d.DescriptorMatcher
\
DescriptorMatcher *
\
|
static class |
opencv_features2d.DynamicAdaptedFeatureDetector
\brief an adaptively adjusting detector that iteratively detects until the desired number
of features are detected.
|
static class |
opencv_features2d.FastAdjuster
\brief an adjust for the FAST detector.
|
static class |
opencv_features2d.FastFeatureDetector |
static class |
opencv_features2d.Feature2D |
static class |
opencv_features2d.FeatureDetector
Base Classes
|
static class |
opencv_features2d.FlannBasedMatcher |
static class |
opencv_features2d.FREAK
FREAK implementation
|
static class |
opencv_features2d.GFTTDetector |
static class |
opencv_features2d.GridAdaptedFeatureDetector |
static class |
opencv_features2d.MSER
Maximal Stable Extremal Regions class.
|
static class |
opencv_features2d.OpponentColorDescriptorExtractor |
static class |
opencv_features2d.ORB
ORB implementation.
|
static class |
opencv_features2d.PyramidAdaptedFeatureDetector |
static class |
opencv_features2d.SimpleBlobDetector |
static class |
opencv_features2d.StarAdjuster
An adjuster for StarFeatureDetector, this one adjusts the responseThreshold for now
TODO find a faster way to converge the parameters for Star - use CvStarDetectorParams
|
static class |
opencv_features2d.StarDetector
The "Star" Detector.
|
static class |
opencv_features2d.SurfAdjuster |
static class |
opencv_imgproc.CLAHE |
static class |
opencv_imgproc.GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform
Ballard, D.H.
|
static class |
opencv_ml.EM
\
Expectation - Maximization *
\
|
static class |
opencv_nonfree.SIFT
SIFT implementation.
|
static class |
opencv_nonfree.SURF
SURF implementation.
|
static class |
opencv_superres.DenseOpticalFlowExt |
static class |
opencv_superres.SuperResolution |
static class |
opencv_video.BackgroundSubtractor
The Base Class for Background/Foreground Segmentation
The class is only used to define the common interface for
the whole family of background/foreground segmentation algorithms.
|
static class |
opencv_video.BackgroundSubtractorGMG
Background Subtractor module.
|
static class |
opencv_video.BackgroundSubtractorMOG
Gaussian Mixture-based Backbround/Foreground Segmentation Algorithm
The class implements the following algorithm:
"An improved adaptive background mixture model for real-time tracking with shadow detection"
P.
|
static class |
opencv_video.BackgroundSubtractorMOG2
The class implements the following algorithm:
"Improved adaptive Gausian mixture model for background subtraction"
Z.Zivkovic
International Conference Pattern Recognition, UK, August, 2004.
|
static class |
opencv_video.DenseOpticalFlow |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Algorithm |
opencv_core.Algorithm._create(BytePointer name) |
opencv_core.Algorithm |
opencv_core.Algorithm._create(String name) |
opencv_core.Algorithm |
opencv_core.Algorithm.Constructor.call() |
opencv_core.Algorithm |
opencv_core.Algorithm.getAlgorithm(BytePointer name) |
opencv_core.Algorithm |
opencv_core.Algorithm.getAlgorithm(String name) |
opencv_core.Algorithm |
opencv_core.Algorithm.position(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_core.AlgorithmInfo.addParam_(opencv_core.Algorithm algo,
BytePointer name,
int argType,
Pointer value,
boolean readOnly,
opencv_core.Algorithm.Getter getter,
opencv_core.Algorithm.Setter setter) |
void |
opencv_core.AlgorithmInfo.addParam_(opencv_core.Algorithm algo,
BytePointer name,
int argType,
Pointer value,
boolean readOnly,
opencv_core.Algorithm.Getter getter,
opencv_core.Algorithm.Setter setter,
BytePointer help) |
void |
opencv_core.AlgorithmInfo.addParam_(opencv_core.Algorithm algo,
String name,
int argType,
Pointer value,
boolean readOnly,
opencv_core.Algorithm.Getter getter,
opencv_core.Algorithm.Setter setter) |
void |
opencv_core.AlgorithmInfo.addParam_(opencv_core.Algorithm algo,
String name,
int argType,
Pointer value,
boolean readOnly,
opencv_core.Algorithm.Getter getter,
opencv_core.Algorithm.Setter setter,
String help) |
int |
opencv_core.Algorithm.Getter.call(opencv_core.Algorithm o) |
void |
opencv_core.Algorithm.Setter.call(opencv_core.Algorithm o,
int arg0) |
void |
opencv_core.AlgorithmInfo.get(opencv_core.Algorithm algo,
BytePointer name,
int argType,
Pointer value) |
void |
opencv_core.AlgorithmInfo.get(opencv_core.Algorithm algo,
String name,
int argType,
Pointer value) |
void |
opencv_core.AlgorithmInfo.read(opencv_core.Algorithm algo,
opencv_core.FileNode fn) |
void |
opencv_core.Algorithm.set(BytePointer name,
opencv_core.Algorithm value) |
void |
opencv_core.Algorithm.set(String name,
opencv_core.Algorithm value) |
void |
opencv_core.Algorithm.setAlgorithm(BytePointer name,
opencv_core.Algorithm value) |
void |
opencv_core.Algorithm.setAlgorithm(String name,
opencv_core.Algorithm value) |
void |
opencv_core.AlgorithmInfo.write(opencv_core.Algorithm algo,
opencv_core.FileStorage fs) |
Copyright © 2014. All Rights Reserved.