public class Objdetect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CASCADE_DO_CANNY_PRUNING |
static int |
CASCADE_DO_ROUGH_SEARCH |
static int |
CASCADE_FIND_BIGGEST_OBJECT |
static int |
CASCADE_SCALE_IMAGE |
Constructor and Description |
---|
Objdetect() |
Modifier and Type | Method and Description |
---|---|
static void |
groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold) |
static void |
groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold,
double eps) |
public static final int CASCADE_DO_CANNY_PRUNING
public static final int CASCADE_SCALE_IMAGE
public static final int CASCADE_FIND_BIGGEST_OBJECT
public static final int CASCADE_DO_ROUGH_SEARCH
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0