Package org.opencv.objdetect
Class Objdetect
- java.lang.Object
- 
- org.opencv.objdetect.Objdetect
 
- 
 public class Objdetect extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static intCASCADE_DO_CANNY_PRUNINGstatic intCASCADE_DO_ROUGH_SEARCHstatic intCASCADE_FIND_BIGGEST_OBJECTstatic intCASCADE_SCALE_IMAGEstatic intDetectionBasedTracker_DETECTEDstatic intDetectionBasedTracker_DETECTED_NOT_SHOWN_YETstatic intDetectionBasedTracker_DETECTED_TEMPORARY_LOSTstatic intDetectionBasedTracker_WRONG_OBJECT
 - 
Constructor SummaryConstructors Constructor Description Objdetect()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgroupRectangles(MatOfRect rectList, MatOfInt weights, int groupThreshold)static voidgroupRectangles(MatOfRect rectList, MatOfInt weights, int groupThreshold, double eps)
 
- 
- 
- 
Field Detail- 
CASCADE_DO_CANNY_PRUNINGpublic static final int CASCADE_DO_CANNY_PRUNING - See Also:
- Constant Field Values
 
 - 
CASCADE_SCALE_IMAGEpublic static final int CASCADE_SCALE_IMAGE - See Also:
- Constant Field Values
 
 - 
CASCADE_FIND_BIGGEST_OBJECTpublic static final int CASCADE_FIND_BIGGEST_OBJECT - See Also:
- Constant Field Values
 
 - 
CASCADE_DO_ROUGH_SEARCHpublic static final int CASCADE_DO_ROUGH_SEARCH - See Also:
- Constant Field Values
 
 - 
DetectionBasedTracker_DETECTED_NOT_SHOWN_YETpublic static final int DetectionBasedTracker_DETECTED_NOT_SHOWN_YET - See Also:
- Constant Field Values
 
 - 
DetectionBasedTracker_DETECTEDpublic static final int DetectionBasedTracker_DETECTED - See Also:
- Constant Field Values
 
 - 
DetectionBasedTracker_DETECTED_TEMPORARY_LOSTpublic static final int DetectionBasedTracker_DETECTED_TEMPORARY_LOST - See Also:
- Constant Field Values
 
 - 
DetectionBasedTracker_WRONG_OBJECTpublic static final int DetectionBasedTracker_WRONG_OBJECT - See Also:
- Constant Field Values
 
 
- 
 
-