1 | initial version |
A simple search in the documentation gave me this http://docs.opencv.org/2.4/modules/imgproc/doc/filtering.html?highlight=sobel#cv2.Sobel
2 | No.2 Revision |
A simple search in the documentation gave me this http://docs.opencv.org/2.4/modules/imgproc/doc/filtering.html?highlight=sobel#cv2.Sobel
scale is the scaling factor for the computed derivatives while delta is the delta that can be added to the output image before it is stored. borderType should be the way the border pixels are extrapolated(I'm not a 100% sure on this)