public static class opencv_objdetect.Detector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_objdetect.Detector()
\brief Empty constructor, initialize with read().
|
opencv_objdetect.Detector(int size) |
opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities,
int[] T_pyramid) |
opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities,
IntBuffer T_pyramid) |
opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities,
IntPointer T_pyramid)
\brief Constructor.
|
opencv_objdetect.Detector(Pointer p) |
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, zero
public opencv_objdetect.Detector(Pointer p)
public opencv_objdetect.Detector(int size)
public opencv_objdetect.Detector()
public opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities, IntPointer T_pyramid)
public opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities, IntBuffer T_pyramid)
public opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities, int[] T_pyramid)
public opencv_objdetect.Detector position(int position)
public void match(opencv_core.MatVector sources, float threshold, opencv_objdetect.Match matches, opencv_core.StringVector class_ids, opencv_core.MatVector quantized_images, opencv_core.MatVector masks)
public void match(opencv_core.MatVector sources, float threshold, opencv_objdetect.Match matches)
public int addTemplate(opencv_core.MatVector sources, BytePointer class_id, opencv_core.Mat object_mask, opencv_core.Rect bounding_box)
public int addTemplate(opencv_core.MatVector sources, BytePointer class_id, opencv_core.Mat object_mask)
public int addTemplate(opencv_core.MatVector sources, String class_id, opencv_core.Mat object_mask, opencv_core.Rect bounding_box)
public int addTemplate(opencv_core.MatVector sources, String class_id, opencv_core.Mat object_mask)
public int addSyntheticTemplate(opencv_objdetect.Template templates, BytePointer class_id)
public int addSyntheticTemplate(opencv_objdetect.Template templates, String class_id)
public opencv_objdetect.ModalityVector getModalities()
public int getT(int pyramid_level)
public int pyramidLevels()
public opencv_objdetect.Template getTemplates(BytePointer class_id, int template_id)
public opencv_objdetect.Template getTemplates(String class_id, int template_id)
public int numTemplates()
public int numTemplates(BytePointer class_id)
public int numTemplates(String class_id)
public int numClasses()
public opencv_core.StringVector classIds()
public void read(opencv_core.FileNode fn)
public void write(opencv_core.FileStorage fs)
public BytePointer readClass(opencv_core.FileNode fn, BytePointer class_id_override)
public BytePointer readClass(opencv_core.FileNode fn)
public String readClass(opencv_core.FileNode fn, String class_id_override)
public void writeClass(BytePointer class_id, opencv_core.FileStorage fs)
public void writeClass(String class_id, opencv_core.FileStorage fs)
public void readClasses(opencv_core.StringVector class_ids, BytePointer format)
public void readClasses(opencv_core.StringVector class_ids)
public void readClasses(opencv_core.StringVector class_ids, String format)
public void writeClasses(BytePointer format)
public void writeClasses()
public void writeClasses(String format)
Copyright © 2014. All Rights Reserved.