Skip to content

Conversation

sayakpaul
Copy link

No description provided.

@julien-c
Copy link

would be awesome to have something like this in the readme!


image = cv2.Canny(image, low_threshold, high_threshold)[:, :, None]
image = np.concatenate([image, image, image], axis=2)
canny_image = Image.fromarray(image)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants