Skip to content

Commit 3483727

Browse files
authored
Update README.md
1 parent 84937a1 commit 3483727

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
"# 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

Comments
 (0)