edges = cv2.Canny(image, threshold1, threshold2[, edges[, apertureSize[, L2gradient]]])
void Canny(InputArray image, OutputArray edges, double threshold1, double threshold2, int apertureSize=3, bool L2gradient=false
ParameterDetailsimageInput imageedgesOutput imagethreshold1First threshold...