Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.helper |
Modifier and Type | Method and Description |
---|---|
static CvContourScanner |
opencv_imgproc.cvStartFindContours(CvArr image,
CvMemStorage storage) |
static CvContourScanner |
opencv_imgproc.cvStartFindContours(CvArr image,
CvMemStorage storage,
int header_size,
int mode,
int method,
CvPoint offset)
\brief Initializes contour retrieving process.
|
static CvContourScanner |
opencv_imgproc.cvStartFindContours(CvArr image,
CvMemStorage storage,
int header_size,
int mode,
int method,
int[] offset) |
static CvContourScanner |
opencv_imgproc.cvStartFindContours(CvArr image,
CvMemStorage storage,
int header_size,
int mode,
int method,
IntBuffer offset) |
Modifier and Type | Method and Description |
---|---|
static CvSeq |
opencv_imgproc.cvEndFindContours(CvContourScanner scanner)
\brief Releases contour scanner and returns pointer to the first outer contour
|
static CvSeq |
opencv_imgproc.cvFindNextContour(CvContourScanner scanner)
\brief Retrieves next contour
|
static void |
opencv_imgproc.cvSubstituteContour(CvContourScanner scanner,
CvSeq new_contour)
\brief Substitutes the last retrieved contour with the new one
|
Modifier and Type | Method and Description |
---|---|
static CvContourScanner |
opencv_imgproc.cvStartFindContours(CvArr image,
CvMemStorage storage,
int header_size,
int mode,
int method) |
Copyright © 2020. All rights reserved.