public static class opencv_imgproc.FilterEngine extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.FilterEngine()
the default constructor
|
opencv_imgproc.FilterEngine(int size) |
opencv_imgproc.FilterEngine(opencv_imgproc.BaseFilter _filter2D,
opencv_imgproc.BaseRowFilter _rowFilter,
opencv_imgproc.BaseColumnFilter _columnFilter,
int srcType,
int dstType,
int bufType) |
opencv_imgproc.FilterEngine(opencv_imgproc.BaseFilter _filter2D,
opencv_imgproc.BaseRowFilter _rowFilter,
opencv_imgproc.BaseColumnFilter _columnFilter,
int srcType,
int dstType,
int bufType,
int _rowBorderType,
int _columnBorderType,
opencv_core.Scalar _borderValue)
the full constructor.
|
opencv_imgproc.FilterEngine(Pointer p) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_imgproc.FilterEngine(Pointer p)
public opencv_imgproc.FilterEngine(int size)
public opencv_imgproc.FilterEngine()
public opencv_imgproc.FilterEngine(opencv_imgproc.BaseFilter _filter2D, opencv_imgproc.BaseRowFilter _rowFilter, opencv_imgproc.BaseColumnFilter _columnFilter, int srcType, int dstType, int bufType, int _rowBorderType, int _columnBorderType, opencv_core.Scalar _borderValue)
public opencv_imgproc.FilterEngine(opencv_imgproc.BaseFilter _filter2D, opencv_imgproc.BaseRowFilter _rowFilter, opencv_imgproc.BaseColumnFilter _columnFilter, int srcType, int dstType, int bufType)
public opencv_imgproc.FilterEngine position(int position)
public void init(opencv_imgproc.BaseFilter _filter2D, opencv_imgproc.BaseRowFilter _rowFilter, opencv_imgproc.BaseColumnFilter _columnFilter, int srcType, int dstType, int bufType, int _rowBorderType, int _columnBorderType, opencv_core.Scalar _borderValue)
public void init(opencv_imgproc.BaseFilter _filter2D, opencv_imgproc.BaseRowFilter _rowFilter, opencv_imgproc.BaseColumnFilter _columnFilter, int srcType, int dstType, int bufType)
public int start(opencv_core.Size wholeSize, opencv_core.Rect roi, int maxBufRows)
public int start(opencv_core.Size wholeSize, opencv_core.Rect roi)
public int start(opencv_core.Mat src, opencv_core.Rect srcRoi, boolean isolated, int maxBufRows)
public int start(opencv_core.Mat src)
public int proceed(BytePointer src, int srcStep, int srcCount, BytePointer dst, int dstStep)
public int proceed(ByteBuffer src, int srcStep, int srcCount, ByteBuffer dst, int dstStep)
public int proceed(byte[] src,
int srcStep,
int srcCount,
byte[] dst,
int dstStep)
public void apply(opencv_core.Mat src, opencv_core.Mat dst, opencv_core.Rect srcRoi, opencv_core.Point dstOfs, boolean isolated)
public void apply(opencv_core.Mat src, opencv_core.Mat dst)
public boolean isSeparable()
public int remainingInputRows()
public int remainingOutputRows()
public int srcType()
public opencv_imgproc.FilterEngine srcType(int srcType)
public int dstType()
public opencv_imgproc.FilterEngine dstType(int dstType)
public int bufType()
public opencv_imgproc.FilterEngine bufType(int bufType)
public opencv_core.Size ksize()
public opencv_imgproc.FilterEngine ksize(opencv_core.Size ksize)
public opencv_core.Point anchor()
public opencv_imgproc.FilterEngine anchor(opencv_core.Point anchor)
public int maxWidth()
public opencv_imgproc.FilterEngine maxWidth(int maxWidth)
public opencv_core.Size wholeSize()
public opencv_imgproc.FilterEngine wholeSize(opencv_core.Size wholeSize)
public opencv_core.Rect roi()
public opencv_imgproc.FilterEngine roi(opencv_core.Rect roi)
public int dx1()
public opencv_imgproc.FilterEngine dx1(int dx1)
public int dx2()
public opencv_imgproc.FilterEngine dx2(int dx2)
public int rowBorderType()
public opencv_imgproc.FilterEngine rowBorderType(int rowBorderType)
public int columnBorderType()
public opencv_imgproc.FilterEngine columnBorderType(int columnBorderType)
public IntPointer borderTab()
public opencv_imgproc.FilterEngine borderTab(IntPointer borderTab)
public int borderElemSize()
public opencv_imgproc.FilterEngine borderElemSize(int borderElemSize)
public BytePointer ringBuf()
public opencv_imgproc.FilterEngine ringBuf(BytePointer ringBuf)
public BytePointer srcRow()
public opencv_imgproc.FilterEngine srcRow(BytePointer srcRow)
public BytePointer constBorderValue()
public opencv_imgproc.FilterEngine constBorderValue(BytePointer constBorderValue)
public BytePointer constBorderRow()
public opencv_imgproc.FilterEngine constBorderRow(BytePointer constBorderRow)
public int bufStep()
public opencv_imgproc.FilterEngine bufStep(int bufStep)
public int startY()
public opencv_imgproc.FilterEngine startY(int startY)
public int startY0()
public opencv_imgproc.FilterEngine startY0(int startY0)
public int endY()
public opencv_imgproc.FilterEngine endY(int endY)
public int rowCount()
public opencv_imgproc.FilterEngine rowCount(int rowCount)
public int dstY()
public opencv_imgproc.FilterEngine dstY(int dstY)
public PointerPointer rows()
public opencv_imgproc.FilterEngine rows(PointerPointer rows)
public opencv_imgproc.BaseFilter filter2D()
public opencv_imgproc.FilterEngine filter2D(opencv_imgproc.BaseFilter filter2D)
public opencv_imgproc.BaseRowFilter rowFilter()
public opencv_imgproc.FilterEngine rowFilter(opencv_imgproc.BaseRowFilter rowFilter)
public opencv_imgproc.BaseColumnFilter columnFilter()
public opencv_imgproc.FilterEngine columnFilter(opencv_imgproc.BaseColumnFilter columnFilter)
Copyright © 2014. All Rights Reserved.