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