Package org.opencv.objdetect
Class DetectorParametersMCC
- java.lang.Object
-
- org.opencv.objdetect.DetectorParametersMCC
-
public class DetectorParametersMCC extends java.lang.Object
struct DetectorParametersMCC is used by CCheckerDetector
-
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description DetectorParametersMCC()
protected
DetectorParametersMCC(long addr)
-
Method Summary
-
-
-
Method Detail
-
getNativeObjAddr
public long getNativeObjAddr()
-
__fromPtr__
public static DetectorParametersMCC __fromPtr__(long addr)
-
get_adaptiveThreshWinSizeMin
public int get_adaptiveThreshWinSizeMin()
-
set_adaptiveThreshWinSizeMin
public void set_adaptiveThreshWinSizeMin(int adaptiveThreshWinSizeMin)
-
get_adaptiveThreshWinSizeMax
public int get_adaptiveThreshWinSizeMax()
-
set_adaptiveThreshWinSizeMax
public void set_adaptiveThreshWinSizeMax(int adaptiveThreshWinSizeMax)
-
get_adaptiveThreshWinSizeStep
public int get_adaptiveThreshWinSizeStep()
-
set_adaptiveThreshWinSizeStep
public void set_adaptiveThreshWinSizeStep(int adaptiveThreshWinSizeStep)
-
get_adaptiveThreshConstant
public double get_adaptiveThreshConstant()
-
set_adaptiveThreshConstant
public void set_adaptiveThreshConstant(double adaptiveThreshConstant)
-
get_minContoursAreaRate
public double get_minContoursAreaRate()
-
set_minContoursAreaRate
public void set_minContoursAreaRate(double minContoursAreaRate)
-
get_minContoursArea
public double get_minContoursArea()
-
set_minContoursArea
public void set_minContoursArea(double minContoursArea)
-
get_confidenceThreshold
public double get_confidenceThreshold()
-
set_confidenceThreshold
public void set_confidenceThreshold(double confidenceThreshold)
-
get_minContourSolidity
public double get_minContourSolidity()
-
set_minContourSolidity
public void set_minContourSolidity(double minContourSolidity)
-
get_findCandidatesApproxPolyDPEpsMultiplier
public double get_findCandidatesApproxPolyDPEpsMultiplier()
-
set_findCandidatesApproxPolyDPEpsMultiplier
public void set_findCandidatesApproxPolyDPEpsMultiplier(double findCandidatesApproxPolyDPEpsMultiplier)
-
get_borderWidth
public int get_borderWidth()
-
set_borderWidth
public void set_borderWidth(int borderWidth)
-
get_B0factor
public float get_B0factor()
-
set_B0factor
public void set_B0factor(float B0factor)
-
get_maxError
public float get_maxError()
-
set_maxError
public void set_maxError(float maxError)
-
get_minContourPointsAllowed
public int get_minContourPointsAllowed()
-
set_minContourPointsAllowed
public void set_minContourPointsAllowed(int minContourPointsAllowed)
-
get_minContourLengthAllowed
public int get_minContourLengthAllowed()
-
set_minContourLengthAllowed
public void set_minContourLengthAllowed(int minContourLengthAllowed)
-
get_minInterContourDistance
public int get_minInterContourDistance()
-
set_minInterContourDistance
public void set_minInterContourDistance(int minInterContourDistance)
-
get_minInterCheckerDistance
public int get_minInterCheckerDistance()
-
set_minInterCheckerDistance
public void set_minInterCheckerDistance(int minInterCheckerDistance)
-
get_minImageSize
public int get_minImageSize()
-
set_minImageSize
public void set_minImageSize(int minImageSize)
-
get_minGroupSize
public int get_minGroupSize()
-
set_minGroupSize
public void set_minGroupSize(int minGroupSize)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-