@Convention(value="CV_CDECL") @Properties(inherit=opencv_imgproc.class) public class CvDistanceFunction extends FunctionPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier | Constructor and Description |
---|---|
protected |
CvDistanceFunction() |
|
CvDistanceFunction(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
call(FloatPointer a,
FloatPointer b,
Pointer user_param) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvDistanceFunction(Pointer p)
Pointer.Pointer(Pointer)
.protected CvDistanceFunction()
public float call(@Const FloatPointer a, @Const FloatPointer b, Pointer user_param)
Copyright © 2020. All rights reserved.