public static class opencv_imgproc.BaseColumnFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.BaseColumnFilter() |
opencv_imgproc.BaseColumnFilter(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
anchor() |
opencv_imgproc.BaseColumnFilter |
anchor(int anchor) |
void |
apply(byte[] src,
byte[] dst,
int dststep,
int dstcount,
int width) |
void |
apply(ByteBuffer src,
ByteBuffer dst,
int dststep,
int dstcount,
int width) |
void |
apply(BytePointer src,
BytePointer dst,
int dststep,
int dstcount,
int width) |
void |
apply(PointerPointer src,
BytePointer dst,
int dststep,
int dstcount,
int width)
the filtering operator.
|
int |
ksize() |
opencv_imgproc.BaseColumnFilter |
ksize(int ksize) |
void |
reset()
resets the internal buffers, if any
|
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_imgproc.BaseColumnFilter()
public opencv_imgproc.BaseColumnFilter(Pointer p)
public void apply(PointerPointer src, BytePointer dst, int dststep, int dstcount, int width)
public void apply(BytePointer src, BytePointer dst, int dststep, int dstcount, int width)
public void apply(ByteBuffer src, ByteBuffer dst, int dststep, int dstcount, int width)
public void apply(byte[] src,
byte[] dst,
int dststep,
int dstcount,
int width)
public void reset()
public int ksize()
public opencv_imgproc.BaseColumnFilter ksize(int ksize)
public int anchor()
public opencv_imgproc.BaseColumnFilter anchor(int anchor)
Copyright © 2014. All Rights Reserved.