MachineVision.jl showcases the fundamental image processing techniques, including edge detection and other vision-related algorithms.
A Sobel-based edge detection implementation.
🔗 Read more: EdgeDetection.jl
Implementation of kernels and 2D convolution. Builds on the utility of edge detection.
🔗 Read more: KernelFilters.jl
The Hough Transform is used to extract straight lines from an image.
🔗 Learn more: HoughTransform.jl
Orthographic and Perspective projections visualized.
🔗 Learn more: Projections.jl