public static class opencv_imgproc.BaseRowFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.BaseRowFilter() |
opencv_imgproc.BaseRowFilter(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
anchor() |
opencv_imgproc.BaseRowFilter |
anchor(int anchor) |
void |
apply(byte[] src,
byte[] dst,
int width,
int cn) |
void |
apply(ByteBuffer src,
ByteBuffer dst,
int width,
int cn) |
void |
apply(BytePointer src,
BytePointer dst,
int width,
int cn)
the filtering operator.
|
int |
ksize() |
opencv_imgproc.BaseRowFilter |
ksize(int ksize) |
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.BaseRowFilter()
public opencv_imgproc.BaseRowFilter(Pointer p)
public void apply(BytePointer src, BytePointer dst, int width, int cn)
public void apply(ByteBuffer src, ByteBuffer dst, int width, int cn)
public void apply(byte[] src,
byte[] dst,
int width,
int cn)
public int ksize()
public opencv_imgproc.BaseRowFilter ksize(int ksize)
public int anchor()
public opencv_imgproc.BaseRowFilter anchor(int anchor)
Copyright © 2014. All Rights Reserved.