We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84937a1 commit 3483727Copy full SHA for 3483727
README.md
@@ -1 +1,8 @@
1
"# blob-detector"
2
+This project was a part of course NCSU ECE 558: Digital Imaging Systems.
3
+- A Laplacian Blob Detector was implemented from scratch.
4
+- Algorithm Outline:
5
+ - Generated Laplacian of Gaussian filter.
6
+ - Generated Laplacian Scale Space with Convolution.
7
+ - Performed Non-Max-Suppression.
8
+ - Drawn circles around maxima points.
0 commit comments