@Namespace(value="cv::flann") @NoOffset @Properties(inherit=opencv_flann.class) public class IndexParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IndexParams() |
IndexParams(long size)
Native array allocator.
|
IndexParams(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
getAll(StringVector names,
int[] types,
StringVector strValues,
double[] numValues) |
void |
getAll(StringVector names,
IntBuffer types,
StringVector strValues,
DoubleBuffer numValues) |
void |
getAll(StringVector names,
IntPointer types,
StringVector strValues,
DoublePointer numValues) |
double |
getDouble(BytePointer key) |
double |
getDouble(BytePointer key,
double defaultVal) |
double |
getDouble(String key) |
double |
getDouble(String key,
double defaultVal) |
int |
getInt(BytePointer key) |
int |
getInt(BytePointer key,
int defaultVal) |
int |
getInt(String key) |
int |
getInt(String key,
int defaultVal) |
BytePointer |
getString(BytePointer key) |
BytePointer |
getString(BytePointer key,
BytePointer defaultVal) |
String |
getString(String key) |
String |
getString(String key,
String defaultVal) |
Pointer |
params() |
IndexParams |
params(Pointer setter) |
IndexParams |
position(long position) |
void |
setAlgorithm(int value) |
void |
setBool(BytePointer key,
boolean value) |
void |
setBool(String key,
boolean value) |
void |
setDouble(BytePointer key,
double value) |
void |
setDouble(String key,
double value) |
void |
setFloat(BytePointer key,
float value) |
void |
setFloat(String key,
float value) |
void |
setInt(BytePointer key,
int value) |
void |
setInt(String key,
int value) |
void |
setString(BytePointer key,
BytePointer value) |
void |
setString(String key,
String value) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IndexParams(Pointer p)
Pointer.Pointer(Pointer)
.public IndexParams(long size)
Pointer.position(long)
.public IndexParams()
public IndexParams position(long position)
@opencv_core.Str public BytePointer getString(@opencv_core.Str BytePointer key, @opencv_core.Str BytePointer defaultVal)
@opencv_core.Str public BytePointer getString(@opencv_core.Str BytePointer key)
@opencv_core.Str public String getString(@opencv_core.Str String key, @opencv_core.Str String defaultVal)
@opencv_core.Str public String getString(@opencv_core.Str String key)
public int getInt(@opencv_core.Str BytePointer key, int defaultVal)
public int getInt(@opencv_core.Str BytePointer key)
public int getInt(@opencv_core.Str String key, int defaultVal)
public int getInt(@opencv_core.Str String key)
public double getDouble(@opencv_core.Str BytePointer key, double defaultVal)
public double getDouble(@opencv_core.Str BytePointer key)
public double getDouble(@opencv_core.Str String key, double defaultVal)
public double getDouble(@opencv_core.Str String key)
public void setString(@opencv_core.Str BytePointer key, @opencv_core.Str BytePointer value)
public void setString(@opencv_core.Str String key, @opencv_core.Str String value)
public void setInt(@opencv_core.Str BytePointer key, int value)
public void setInt(@opencv_core.Str String key, int value)
public void setDouble(@opencv_core.Str BytePointer key, double value)
public void setDouble(@opencv_core.Str String key, double value)
public void setFloat(@opencv_core.Str BytePointer key, float value)
public void setFloat(@opencv_core.Str String key, float value)
public void setBool(@opencv_core.Str BytePointer key, @Cast(value="bool") boolean value)
public void setBool(@opencv_core.Str String key, @Cast(value="bool") boolean value)
public void setAlgorithm(int value)
public void getAll(@ByRef StringVector names, @Cast(value="cv::flann::FlannIndexType*") @StdVector IntPointer types, @ByRef StringVector strValues, @StdVector DoublePointer numValues)
public void getAll(@ByRef StringVector names, @Cast(value="cv::flann::FlannIndexType*") @StdVector IntBuffer types, @ByRef StringVector strValues, @StdVector DoubleBuffer numValues)
public void getAll(@ByRef StringVector names, @Cast(value="cv::flann::FlannIndexType*") @StdVector int[] types, @ByRef StringVector strValues, @StdVector double[] numValues)
public Pointer params()
public IndexParams params(Pointer setter)
Copyright © 2020. All rights reserved.