类 EdgeDrawing_Params
- java.lang.Object
-
- org.opencv.ximgproc.EdgeDrawing_Params
-
public class EdgeDrawing_Params extends java.lang.Object
-
-
字段摘要
字段 修饰符和类型 字段 描述 protected longnativeObj
-
构造函数摘要
构造函数 修饰符 构造函数 描述 EdgeDrawing_Params()保护EdgeDrawing_Params(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static EdgeDrawing_Params__fromPtr__(long addr)protected voidfinalize()intget_AnchorThresholdValue()intget_EdgeDetectionOperator()intget_GradientThresholdValue()doubleget_LineFitErrorThreshold()doubleget_MaxDistanceBetweenTwoLines()doubleget_MaxErrorThreshold()intget_MinLineLength()intget_MinPathLength()booleanget_NFAValidation()booleanget_PFmode()intget_ScanInterval()floatget_Sigma()booleanget_SumFlag()longgetNativeObjAddr()voidset_AnchorThresholdValue(int AnchorThresholdValue)voidset_EdgeDetectionOperator(int EdgeDetectionOperator)voidset_GradientThresholdValue(int GradientThresholdValue)voidset_LineFitErrorThreshold(double LineFitErrorThreshold)voidset_MaxDistanceBetweenTwoLines(double MaxDistanceBetweenTwoLines)voidset_MaxErrorThreshold(double MaxErrorThreshold)voidset_MinLineLength(int MinLineLength)voidset_MinPathLength(int MinPathLength)voidset_NFAValidation(boolean NFAValidation)voidset_PFmode(boolean PFmode)voidset_ScanInterval(int ScanInterval)voidset_Sigma(float Sigma)voidset_SumFlag(boolean SumFlag)
-
-
-
方法详细信息
-
getNativeObjAddr
public long getNativeObjAddr()
-
__fromPtr__
public static EdgeDrawing_Params __fromPtr__(long addr)
-
get_PFmode
public boolean get_PFmode()
-
set_PFmode
public void set_PFmode(boolean PFmode)
-
get_EdgeDetectionOperator
public int get_EdgeDetectionOperator()
-
set_EdgeDetectionOperator
public void set_EdgeDetectionOperator(int EdgeDetectionOperator)
-
get_GradientThresholdValue
public int get_GradientThresholdValue()
-
set_GradientThresholdValue
public void set_GradientThresholdValue(int GradientThresholdValue)
-
get_AnchorThresholdValue
public int get_AnchorThresholdValue()
-
set_AnchorThresholdValue
public void set_AnchorThresholdValue(int AnchorThresholdValue)
-
get_ScanInterval
public int get_ScanInterval()
-
set_ScanInterval
public void set_ScanInterval(int ScanInterval)
-
get_MinPathLength
public int get_MinPathLength()
-
set_MinPathLength
public void set_MinPathLength(int MinPathLength)
-
get_Sigma
public float get_Sigma()
-
set_Sigma
public void set_Sigma(float Sigma)
-
get_SumFlag
public boolean get_SumFlag()
-
set_SumFlag
public void set_SumFlag(boolean SumFlag)
-
get_NFAValidation
public boolean get_NFAValidation()
-
set_NFAValidation
public void set_NFAValidation(boolean NFAValidation)
-
get_MinLineLength
public int get_MinLineLength()
-
set_MinLineLength
public void set_MinLineLength(int MinLineLength)
-
get_MaxDistanceBetweenTwoLines
public double get_MaxDistanceBetweenTwoLines()
-
set_MaxDistanceBetweenTwoLines
public void set_MaxDistanceBetweenTwoLines(double MaxDistanceBetweenTwoLines)
-
get_LineFitErrorThreshold
public double get_LineFitErrorThreshold()
-
set_LineFitErrorThreshold
public void set_LineFitErrorThreshold(double LineFitErrorThreshold)
-
get_MaxErrorThreshold
public double get_MaxErrorThreshold()
-
set_MaxErrorThreshold
public void set_MaxErrorThreshold(double MaxErrorThreshold)
-
finalize
protected void finalize() throws java.lang.Throwable- 重写
finalize在类中java.lang.Object- 抛出
java.lang.Throwable
-
-