public static class opencv_core.AlgorithmInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AlgorithmInfo() |
opencv_core.AlgorithmInfo(BytePointer name,
opencv_core.Algorithm.Constructor create) |
opencv_core.AlgorithmInfo(Pointer p) |
opencv_core.AlgorithmInfo(String name,
opencv_core.Algorithm.Constructor create) |
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_core.AlgorithmInfo()
public opencv_core.AlgorithmInfo(Pointer p)
public opencv_core.AlgorithmInfo(BytePointer name, opencv_core.Algorithm.Constructor create)
public opencv_core.AlgorithmInfo(String name, opencv_core.Algorithm.Constructor create)
public void get(opencv_core.Algorithm algo, BytePointer name, int argType, Pointer value)
public void get(opencv_core.Algorithm algo, String name, int argType, Pointer value)
public void addParam_(opencv_core.Algorithm algo, BytePointer name, int argType, Pointer value, boolean readOnly, opencv_core.Algorithm.Getter getter, opencv_core.Algorithm.Setter setter, BytePointer help)
public void addParam_(opencv_core.Algorithm algo, BytePointer name, int argType, Pointer value, boolean readOnly, opencv_core.Algorithm.Getter getter, opencv_core.Algorithm.Setter setter)
public void addParam_(opencv_core.Algorithm algo, String name, int argType, Pointer value, boolean readOnly, opencv_core.Algorithm.Getter getter, opencv_core.Algorithm.Setter setter, String help)
public void addParam_(opencv_core.Algorithm algo, String name, int argType, Pointer value, boolean readOnly, opencv_core.Algorithm.Getter getter, opencv_core.Algorithm.Setter setter)
public BytePointer paramHelp(BytePointer name)
public int paramType(BytePointer name)
public int paramType(String name)
public void getParams(opencv_core.StringVector names)
public void write(opencv_core.Algorithm algo, opencv_core.FileStorage fs)
public void read(opencv_core.Algorithm algo, opencv_core.FileNode fn)
public BytePointer name()
Copyright © 2014. All Rights Reserved.