OpenCV: Sobel Derivatives
docs.opencv.org › 4 › d2Jan 08, 2013 · Use the OpenCV function Sobel() to calculate the derivatives from an image. Use the OpenCV function Scharr() to calculate a more accurate derivative for a kernel of size \(3 \cdot 3\) Theory Note The explanation below belongs to the book Learning OpenCV by Bradski and Kaehler. In the last two tutorials we have seen applicative examples of ...