Package org.opencv.ximgproc
Class EdgeDrawing_Params
- java.lang.Object
-
- org.opencv.ximgproc.EdgeDrawing_Params
-
public class EdgeDrawing_Params extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description EdgeDrawing_Params()
protected
EdgeDrawing_Params(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeDrawing_Params
__fromPtr__(long addr)
protected void
finalize()
int
get_AnchorThresholdValue()
int
get_EdgeDetectionOperator()
int
get_GradientThresholdValue()
double
get_LineFitErrorThreshold()
double
get_MaxDistanceBetweenTwoLines()
double
get_MaxErrorThreshold()
int
get_MinLineLength()
int
get_MinPathLength()
boolean
get_NFAValidation()
boolean
get_PFmode()
int
get_ScanInterval()
float
get_Sigma()
boolean
get_SumFlag()
long
getNativeObjAddr()
void
set_AnchorThresholdValue(int AnchorThresholdValue)
void
set_EdgeDetectionOperator(int EdgeDetectionOperator)
void
set_GradientThresholdValue(int GradientThresholdValue)
void
set_LineFitErrorThreshold(double LineFitErrorThreshold)
void
set_MaxDistanceBetweenTwoLines(double MaxDistanceBetweenTwoLines)
void
set_MaxErrorThreshold(double MaxErrorThreshold)
void
set_MinLineLength(int MinLineLength)
void
set_MinPathLength(int MinPathLength)
void
set_NFAValidation(boolean NFAValidation)
void
set_PFmode(boolean PFmode)
void
set_ScanInterval(int ScanInterval)
void
set_Sigma(float Sigma)
void
set_SumFlag(boolean SumFlag)
-
-
-
Method Detail
-
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
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-