boofcv.struct.sparse
Class GradientValue_I32
- java.lang.Object
-
- boofcv.struct.sparse.GradientValue_I32
-
- All Implemented Interfaces:
- GradientValue
public class GradientValue_I32 extends java.lang.Object implements GradientValue
-
-
Constructor Summary
Constructors Constructor and Description GradientValue_I32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetX()Derivative along the x-axisdoublegetY()Derivative along the y-axisvoidset(double dx, double dy)
-
-
-
Method Detail
-
set
public void set(double dx, double dy)- Specified by:
setin interfaceGradientValue
-
getX
public double getX()
Description copied from interface:GradientValueDerivative along the x-axis- Specified by:
getXin interfaceGradientValue
-
getY
public double getY()
Description copied from interface:GradientValueDerivative along the y-axis- Specified by:
getYin interfaceGradientValue
-
-
DataMelt 3.0 © DataMelt by jWork.ORG