public static class opencv_legacy.CvBlobSeq extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvBlobSeq() |
opencv_legacy.CvBlobSeq(int BlobSize) |
opencv_legacy.CvBlobSeq(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddBlob(opencv_legacy.CvBlob pB) |
void |
AddFormat(BytePointer str) |
void |
AddFormat(String str) |
void |
Clear() |
void |
DelBlob(int BlobIndex) |
void |
DelBlobByID(int BlobID) |
opencv_legacy.CvBlob |
GetBlob(int BlobIndex) |
opencv_legacy.CvBlob |
GetBlobByID(int BlobID) |
int |
GetBlobNum() |
void |
Load(opencv_core.CvFileStorage fs,
opencv_core.CvFileNode node) |
void |
Write(opencv_core.CvFileStorage fs,
BytePointer name) |
void |
Write(opencv_core.CvFileStorage fs,
String name) |
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.CvBlobSeq(Pointer p)
public opencv_legacy.CvBlobSeq(int BlobSize)
public opencv_legacy.CvBlobSeq()
public opencv_legacy.CvBlob GetBlob(int BlobIndex)
public opencv_legacy.CvBlob GetBlobByID(int BlobID)
public void DelBlob(int BlobIndex)
public void DelBlobByID(int BlobID)
public void Clear()
public void AddBlob(opencv_legacy.CvBlob pB)
public int GetBlobNum()
public void Write(opencv_core.CvFileStorage fs, BytePointer name)
public void Write(opencv_core.CvFileStorage fs, String name)
public void Load(opencv_core.CvFileStorage fs, opencv_core.CvFileNode node)
public void AddFormat(BytePointer str)
public void AddFormat(String str)
Copyright © 2014. All Rights Reserved.