Skip to content

EricEReber/Python-Canny-Edge-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python-Canny-Edge-Detector

NumPy optimized edge detection algorithm for image processing, applied for detecting cell nuclei. Made from ground up with NumPy, with custom padding and convolve functions. Convolve uses either frequency domain multiplication or spatial domain convolve based on which would be faster. Optimized matrix multiplication by using linear dependance in kernel matrix to decompose to a pair of 1D vector multiplications, which saves amount of computations required.

cell_nuclei_fig

About

NumPy optimized edge detection algorithm for image processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages