Class Filter2DParams
java.lang.Object
org.opencv.imgproc.Filter2DParams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filter2DParams__fromPtr__(long addr) intintintintdoubledoublelongvoidset_anchorX(int anchorX) voidset_anchorY(int anchorY) voidset_borderType(int borderType) voidset_ddepth(int ddepth) voidset_scale(double scale) voidset_shift(double shift)
-
Field Details
-
nativeObj
protected final long nativeObj
-
-
Constructor Details
-
Filter2DParams
protected Filter2DParams(long addr)
-
-
Method Details
-
getNativeObjAddr
public long getNativeObjAddr() -
__fromPtr__
-
get_anchorX
public int get_anchorX() -
set_anchorX
public void set_anchorX(int anchorX) -
get_anchorY
public int get_anchorY() -
set_anchorY
public void set_anchorY(int anchorY) -
get_borderType
public int get_borderType() -
set_borderType
public void set_borderType(int borderType) -
get_ddepth
public int get_ddepth() -
set_ddepth
public void set_ddepth(int ddepth) -
get_scale
public double get_scale() -
set_scale
public void set_scale(double scale) -
get_shift
public double get_shift() -
set_shift
public void set_shift(double shift)
-