Package org.opencv.ximgproc
Class EdgeDrawing_Params
- java.lang.Object
- 
- org.opencv.ximgproc.EdgeDrawing_Params
 
- 
 public class EdgeDrawing_Params extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Constructor SummaryConstructors Modifier Constructor Description EdgeDrawing_Params()protectedEdgeDrawing_Params(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static EdgeDrawing_Params __fromPtr__(long addr) 
 - 
get_PFmodepublic boolean get_PFmode() 
 - 
set_PFmodepublic void set_PFmode(boolean PFmode) 
 - 
get_EdgeDetectionOperatorpublic int get_EdgeDetectionOperator() 
 - 
set_EdgeDetectionOperatorpublic void set_EdgeDetectionOperator(int EdgeDetectionOperator) 
 - 
get_GradientThresholdValuepublic int get_GradientThresholdValue() 
 - 
set_GradientThresholdValuepublic void set_GradientThresholdValue(int GradientThresholdValue) 
 - 
get_AnchorThresholdValuepublic int get_AnchorThresholdValue() 
 - 
set_AnchorThresholdValuepublic void set_AnchorThresholdValue(int AnchorThresholdValue) 
 - 
get_ScanIntervalpublic int get_ScanInterval() 
 - 
set_ScanIntervalpublic void set_ScanInterval(int ScanInterval) 
 - 
get_MinPathLengthpublic int get_MinPathLength() 
 - 
set_MinPathLengthpublic void set_MinPathLength(int MinPathLength) 
 - 
get_Sigmapublic float get_Sigma() 
 - 
set_Sigmapublic void set_Sigma(float Sigma) 
 - 
get_SumFlagpublic boolean get_SumFlag() 
 - 
set_SumFlagpublic void set_SumFlag(boolean SumFlag) 
 - 
get_NFAValidationpublic boolean get_NFAValidation() 
 - 
set_NFAValidationpublic void set_NFAValidation(boolean NFAValidation) 
 - 
get_MinLineLengthpublic int get_MinLineLength() 
 - 
set_MinLineLengthpublic void set_MinLineLength(int MinLineLength) 
 - 
get_MaxDistanceBetweenTwoLinespublic double get_MaxDistanceBetweenTwoLines() 
 - 
set_MaxDistanceBetweenTwoLinespublic void set_MaxDistanceBetweenTwoLines(double MaxDistanceBetweenTwoLines) 
 - 
get_LineFitErrorThresholdpublic double get_LineFitErrorThreshold() 
 - 
set_LineFitErrorThresholdpublic void set_LineFitErrorThreshold(double LineFitErrorThreshold) 
 - 
get_MaxErrorThresholdpublic double get_MaxErrorThreshold() 
 - 
set_MaxErrorThresholdpublic void set_MaxErrorThreshold(double MaxErrorThreshold) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-