1. Custom Edge Detection
Computer Vision ResearcherBackground
Need to isolate structural outlines from a set of architectural photographs for analysis.
Problem
Standard filters are too generic and do not capture the specific edge details required.
How to use
Upload the image, select a 3x3 matrix, and input a Laplacian edge detection kernel.
kernelSize: 3, kernelValues: -1, -1, -1, -1, 8, -1, -1, -1, -1, normalize: falseOutcome
The tool outputs an image highlighting the edges of the architecture, ready for further analysis.