public static class opencv_legacy.CvProb extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvProb() |
opencv_legacy.CvProb(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddFeature(float W,
int[] comps) |
void |
AddFeature(float W,
int[] comps,
int x,
int y) |
void |
AddFeature(float W,
IntBuffer comps) |
void |
AddFeature(float W,
IntBuffer comps,
int x,
int y) |
void |
AddFeature(float W,
IntPointer comps) |
void |
AddFeature(float W,
IntPointer comps,
int x,
int y) |
void |
Release() |
void |
Scale() |
void |
Scale(float factor,
int x,
int y) |
double |
Value(int[] arg0) |
double |
Value(int[] arg0,
int arg1,
int arg2) |
double |
Value(IntBuffer arg0) |
double |
Value(IntBuffer arg0,
int arg1,
int arg2) |
double |
Value(IntPointer arg0) |
double |
Value(IntPointer arg0,
int arg1,
int arg2) |
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_legacy.CvProb()
public opencv_legacy.CvProb(Pointer p)
public double Value(IntPointer arg0, int arg1, int arg2)
public double Value(IntPointer arg0)
public double Value(IntBuffer arg0, int arg1, int arg2)
public double Value(IntBuffer arg0)
public double Value(int[] arg0,
int arg1,
int arg2)
public double Value(int[] arg0)
public void AddFeature(float W,
IntPointer comps,
int x,
int y)
public void AddFeature(float W,
IntPointer comps)
public void AddFeature(float W,
IntBuffer comps,
int x,
int y)
public void AddFeature(float W,
IntBuffer comps)
public void AddFeature(float W,
int[] comps,
int x,
int y)
public void AddFeature(float W,
int[] comps)
public void Scale(float factor,
int x,
int y)
public void Scale()
public void Release()
Copyright © 2014. All Rights Reserved.