Class GradientSobel_Naive
java.lang.Object
boofcv.alg.filter.derivative.impl.GradientSobel_Naive
This implementation of the sobel edge dector is implements it in such as way that the code can be easily read and verified for correctness, however it is much slower than it needs to be. The intended purpose of this class is to compare it against others.
This code is being saved to avoid repeating past work and make it easier to understand other implementations.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GradientSobel_Naive
public GradientSobel_Naive()
-
-
Method Details
-
process
Computes the derivative of 'orig' along the x and y axes -
process
Computes the derivative of 'orig' along the x and y axes
-