public static class opencv_objdetect.QuantizedPyramid extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.QuantizedPyramid() |
opencv_objdetect.QuantizedPyramid(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
extractTemplate(opencv_objdetect.Template templ)
\brief Extract most discriminant features at current pyramid level to form a new template.
|
void |
pyrDown()
\brief Go to the next pyramid level.
|
void |
quantize(opencv_core.Mat dst)
\brief Compute quantized image at current pyramid level for online detection.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_objdetect.QuantizedPyramid()
public opencv_objdetect.QuantizedPyramid(Pointer p)
public void quantize(opencv_core.Mat dst)
public boolean extractTemplate(opencv_objdetect.Template templ)
public void pyrDown()
Copyright © 2014. All Rights Reserved.