diff --git a/public/404.html b/public/404.html index b110836..568e866 100644 --- a/public/404.html +++ b/public/404.html @@ -14,7 +14,7 @@ - + + + + + + + + +
+ + +
+
+ +
+ + + Week 9 + + +
+ + + + + + +
+ + + +
+

+ Week 9 +

+ +
April 3, 2022
+ + + + + + + + + +

This week I worked on getting focus detection working. I implemented basic laplatian blur detection1 and fast fourier blur detection2.

+

Finding the threshold for both can be a challenge

+

+ General pipeline + # +

+

I continued to develop a general pipeline to fit all the filters in

+
+
+
    +
  1. +

    + https://pyimagesearch.com/2015/09/07/blur-detection-with-opencv/ ↩︎

    +
  2. +
  3. +

    + https://pyimagesearch.com/2020/06/15/opencv-fast-fourier-transform-fft-for-blur-detection-in-images-and-video-streams/ ↩︎

    +
  4. +
+
+
+ + + +
+ +
+ + + + + +
+ + + +
+ + + +
+ +
+ + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index 51ffc2a..239655e 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -7,10 +7,13 @@ https://mmp.oscar.blue/docs/user/ https://mmp.oscar.blue/posts/ - 2022-03-27T13:13:48+01:00 + 2022-04-03T13:13:48+01:00 https://mmp.oscar.blue/ - 2022-03-27T13:13:48+01:00 + 2022-04-03T13:13:48+01:00 + + https://mmp.oscar.blue/posts/week-9/ + 2022-04-03T13:13:48+01:00 https://mmp.oscar.blue/posts/week-8/ 2022-03-27T13:13:48+01:00 diff --git a/public/tags/index.html b/public/tags/index.html index 9649145..d29acf6 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ - + diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html index c2c93cd..16a8a4c 100644 --- a/public/tags/page/1/index.html +++ b/public/tags/page/1/index.html @@ -1,10 +1 @@ - - - - https://mmp.oscar.blue/tags/ - - - - - - +https://mmp.oscar.blue/tags/ \ No newline at end of file