public static class opencv_objdetect.LatentSvmDetector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_objdetect.LatentSvmDetector.ObjectDetection |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.LatentSvmDetector() |
opencv_objdetect.LatentSvmDetector(int size) |
opencv_objdetect.LatentSvmDetector(opencv_core.StringVector filenames) |
opencv_objdetect.LatentSvmDetector(opencv_core.StringVector filenames,
opencv_core.StringVector classNames) |
opencv_objdetect.LatentSvmDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
detect(opencv_core.Mat image,
opencv_objdetect.LatentSvmDetector.ObjectDetection objectDetections) |
void |
detect(opencv_core.Mat image,
opencv_objdetect.LatentSvmDetector.ObjectDetection objectDetections,
float overlapThreshold,
int numThreads) |
boolean |
empty() |
long |
getClassCount() |
opencv_core.StringVector |
getClassNames() |
boolean |
load(opencv_core.StringVector filenames) |
boolean |
load(opencv_core.StringVector filenames,
opencv_core.StringVector classNames) |
opencv_objdetect.LatentSvmDetector |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_objdetect.LatentSvmDetector(Pointer p)
public opencv_objdetect.LatentSvmDetector(int size)
public opencv_objdetect.LatentSvmDetector()
public opencv_objdetect.LatentSvmDetector(opencv_core.StringVector filenames, opencv_core.StringVector classNames)
public opencv_objdetect.LatentSvmDetector(opencv_core.StringVector filenames)
public opencv_objdetect.LatentSvmDetector position(int position)
public void clear()
public boolean empty()
public boolean load(opencv_core.StringVector filenames, opencv_core.StringVector classNames)
public boolean load(opencv_core.StringVector filenames)
public void detect(opencv_core.Mat image, opencv_objdetect.LatentSvmDetector.ObjectDetection objectDetections, float overlapThreshold, int numThreads)
public void detect(opencv_core.Mat image, opencv_objdetect.LatentSvmDetector.ObjectDetection objectDetections)
public opencv_core.StringVector getClassNames()
public long getClassCount()
Copyright © 2014. All Rights Reserved.