public static class opencv_core.CvTypeInfo
extends org.bytedeco.javacpp.Pointer
The structure contains information about one of the standard or user-defined types. Instances of the type may or may not contain a pointer to the corresponding CvTypeInfo structure. In any case, there is a way to find the type info structure for a given object using the cvTypeOf function. Alternatively, type info can be found by type name using cvFindType, which is used when an object is read from file storage. The user can register a new type with cvRegisterType that adds the type information structure into the beginning of the type list. Thus, it is possible to create specialized types from generic standard types and override the basic methods.
| Constructor and Description |
|---|
CvTypeInfo()
Default native constructor.
|
CvTypeInfo(long size)
Native array allocator.
|
CvTypeInfo(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvTypeInfo()
public CvTypeInfo(long size)
Pointer.position(long).public CvTypeInfo(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvTypeInfo position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int flags()
public opencv_core.CvTypeInfo flags(int flags)
public int header_size()
public opencv_core.CvTypeInfo header_size(int header_size)
public opencv_core.CvTypeInfo prev()
public opencv_core.CvTypeInfo prev(opencv_core.CvTypeInfo prev)
public opencv_core.CvTypeInfo next()
public opencv_core.CvTypeInfo next(opencv_core.CvTypeInfo next)
@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer type_name()
public opencv_core.CvIsInstanceFunc is_instance()
public opencv_core.CvTypeInfo is_instance(opencv_core.CvIsInstanceFunc is_instance)
public opencv_core.CvReleaseFunc release()
public opencv_core.CvTypeInfo release(opencv_core.CvReleaseFunc release)
public opencv_core.CvReadFunc read()
public opencv_core.CvTypeInfo read(opencv_core.CvReadFunc read)
public opencv_core.CvWriteFunc write()
public opencv_core.CvTypeInfo write(opencv_core.CvWriteFunc write)
public opencv_core.CvCloneFunc clone()
public opencv_core.CvTypeInfo clone(opencv_core.CvCloneFunc clone)
Copyright © 2018. All rights reserved.