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 Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5