update assets

This commit is contained in:
Trance-0
2025-04-03 13:37:39 -05:00
parent a303831509
commit 123b391fd6
15 changed files with 74 additions and 14 deletions

View File

@@ -43,15 +43,15 @@ $$
\nabla^2_{norm}=\sigma^2\nabla^2\left(\frac{\partial^2}{\partial x^2}g+\frac{\partial^2}{\partial y^2}g\right)
$$
![Visualization of LoG](./images/Laplacian_of_Gaussian.png)
![Visualization of LoG](https://notenextra.trance-0.com/CSE559A/Laplacian_of_Gaussian.png)
#### Edge detection with LoG
![Edge detection with LoG](./images/Edge_detection_with_LoG.png)
![Edge detection with LoG](https://notenextra.trance-0.com/CSE559A/Edge_detection_with_LoG.png)
#### Blob detection with LoG
![Blob detection with LoG](./images/Blob_detection_with_LoG.png)
![Blob detection with LoG](https://notenextra.trance-0.com/CSE559A/Blob_detection_with_LoG.png)
### Difference of Gaussians (DoG)