Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add edge detection node #2509

Merged
merged 4 commits into from
Jan 25, 2024
Merged

Conversation

RunDevelopment
Copy link
Member

Fixes #2497.

This adds an edge detection node that implements common methods such as Sobel, Scharr, Laplacian, and DoG.

image

Example:

Sobel:
image

Laplacian Denoise:
image

DoG:
image

Sobel X component:
image

@joeyballentine joeyballentine merged commit 98fef29 into chaiNNer-org:main Jan 25, 2024
14 checks passed
@RunDevelopment RunDevelopment deleted the issue2497 branch January 25, 2024 17:25
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.

Edge filter node
2 participants