Package boofcv.struct.sparse
Class GradientValue_I32
java.lang.Object
boofcv.struct.sparse.GradientValue_I32
- All Implemented Interfaces:
GradientValue
Specifies a pixel's gradient using integer values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
GradientValue_I32
public GradientValue_I32()
-
-
Method Details
-
setTo
public void setTo(double dx, double dy) - Specified by:
setToin 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
-