Package org.opencv.ml
Class ParamGrid
- java.lang.Object
-
- org.opencv.ml.ParamGrid
-
public class ParamGrid extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected longnativeObj
-
Constructor Summary
Constructors Modifier Constructor Description protectedParamGrid(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParamGrid__fromPtr__(long addr)static ParamGridcreate()static ParamGridcreate(double minVal)static ParamGridcreate(double minVal, double maxVal)static ParamGridcreate(double minVal, double maxVal, double logstep)protected voidfinalize()doubleget_logStep()doubleget_maxVal()doubleget_minVal()longgetNativeObjAddr()voidset_logStep(double logStep)voidset_maxVal(double maxVal)voidset_minVal(double minVal)
-
-
-
Method Detail
-
getNativeObjAddr
public long getNativeObjAddr()
-
__fromPtr__
public static ParamGrid __fromPtr__(long addr)
-
create
public static ParamGrid create(double minVal, double maxVal, double logstep)
-
create
public static ParamGrid create(double minVal, double maxVal)
-
create
public static ParamGrid create(double minVal)
-
create
public static ParamGrid create()
-
get_minVal
public double get_minVal()
-
set_minVal
public void set_minVal(double minVal)
-
get_maxVal
public double get_maxVal()
-
set_maxVal
public void set_maxVal(double maxVal)
-
get_logStep
public double get_logStep()
-
set_logStep
public void set_logStep(double logStep)
-
-