Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.54 KB

⚓️ MachineVision.jl

MachineVision.jl showcases the fundamental image processing techniques, including edge detection and other vision-related algorithms.

Projects in This Repository

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