public static class opencv_legacy.CvSURFParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvSURFParams() |
opencv_legacy.CvSURFParams(int size) |
opencv_legacy.CvSURFParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
extended() |
opencv_legacy.CvSURFParams |
extended(int extended) |
double |
hessianThreshold() |
opencv_legacy.CvSURFParams |
hessianThreshold(double hessianThreshold) |
int |
nOctaveLayers() |
opencv_legacy.CvSURFParams |
nOctaveLayers(int nOctaveLayers) |
int |
nOctaves() |
opencv_legacy.CvSURFParams |
nOctaves(int nOctaves) |
opencv_legacy.CvSURFParams |
position(int position) |
int |
upright() |
opencv_legacy.CvSURFParams |
upright(int upright) |
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_legacy.CvSURFParams()
public opencv_legacy.CvSURFParams(int size)
public opencv_legacy.CvSURFParams(Pointer p)
public opencv_legacy.CvSURFParams position(int position)
public int extended()
public opencv_legacy.CvSURFParams extended(int extended)
public int upright()
public opencv_legacy.CvSURFParams upright(int upright)
public double hessianThreshold()
public opencv_legacy.CvSURFParams hessianThreshold(double hessianThreshold)
public int nOctaves()
public opencv_legacy.CvSURFParams nOctaves(int nOctaves)
public int nOctaveLayers()
public opencv_legacy.CvSURFParams nOctaveLayers(int nOctaveLayers)
Copyright © 2014. All Rights Reserved.