| Package | Description |
|---|---|
| org.opencv.contrib | |
| org.opencv.imgproc | |
| org.opencv.ml | |
| org.opencv.video |
| Modifier and Type | Class and Description |
|---|---|
class |
FaceRecognizer
All face recognition models in OpenCV are derived from the abstract base
class "FaceRecognizer", which provides a unified access to all face
recongition algorithms in OpenCV.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CLAHE |
| Modifier and Type | Class and Description |
|---|---|
class |
EM
The class implements the EM algorithm as described in the beginning of this
section.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundSubtractor
Base class for background/foreground segmentation.
|
class |
BackgroundSubtractorMOG
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
|
class |
BackgroundSubtractorMOG2
Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
|
Copyright © 2014. All rights reserved.