Package boofcv.struct.sparse
Interface GradientValue
- All Known Implementing Classes:
GradientValue_F32
,GradientValue_F64
,GradientValue_I32
public interface GradientValue
Image gradient at a specific pixel. Output of sparse gradient algorithms.
-
Method Summary
-
Method Details
-
setTo
void setTo(double dx, double dy) -
getX
double getX()Derivative along the x-axis -
getY
double getY()Derivative along the y-axis
-