public static class opencv_core.Formatter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
static opencv_core.Formatter |
get() |
static opencv_core.Formatter |
get(BytePointer fmt) |
static opencv_core.Formatter |
get(String fmt) |
static opencv_core.Formatter |
setDefault(opencv_core.Formatter fmt) |
void |
write(Pointer out,
opencv_core.Mat m) |
void |
write(Pointer out,
opencv_core.Mat m,
int[] params,
int nparams) |
void |
write(Pointer out,
opencv_core.Mat m,
IntBuffer params,
int nparams) |
void |
write(Pointer out,
opencv_core.Mat m,
IntPointer params,
int nparams) |
void |
write(Pointer out,
Pointer data,
int nelems,
int type) |
void |
write(Pointer out,
Pointer data,
int nelems,
int type,
int[] params,
int nparams) |
void |
write(Pointer out,
Pointer data,
int nelems,
int type,
IntBuffer params,
int nparams) |
void |
write(Pointer out,
Pointer data,
int nelems,
int type,
IntPointer params,
int nparams) |
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 Formatter()
public Formatter(Pointer p)
public void write(Pointer out, opencv_core.Mat m, IntPointer params, int nparams)
public void write(Pointer out, opencv_core.Mat m)
public void write(Pointer out, opencv_core.Mat m, IntBuffer params, int nparams)
public void write(Pointer out, opencv_core.Mat m, int[] params, int nparams)
public void write(Pointer out, Pointer data, int nelems, int type, IntPointer params, int nparams)
public void write(Pointer out, Pointer data, int nelems, int type, IntBuffer params, int nparams)
public static opencv_core.Formatter get(BytePointer fmt)
public static opencv_core.Formatter get()
public static opencv_core.Formatter get(String fmt)
public static opencv_core.Formatter setDefault(opencv_core.Formatter fmt)
Copyright © 2014. All Rights Reserved.