Package boofcv.struct.sparse
Class GradientValue_F64
java.lang.Object
boofcv.struct.sparse.GradientValue_F64
- All Implemented Interfaces:
GradientValue
Specifies a pixel's gradient using double values.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
GradientValue_F64
public GradientValue_F64()
-
-
Method Details
-
setTo
public void setTo(double dx, double dy) - Specified by:
setTo
in interfaceGradientValue
-
getX
public double getX()Description copied from interface:GradientValue
Derivative along the x-axis- Specified by:
getX
in interfaceGradientValue
-
getY
public double getY()Description copied from interface:GradientValue
Derivative along the y-axis- Specified by:
getY
in interfaceGradientValue
-