From 3307e7c64370af718211e26fbe2ba90609a3c700 Mon Sep 17 00:00:00 2001 From: Oscar Pocock Date: Tue, 5 Apr 2022 17:14:19 +0100 Subject: [PATCH] Added rendered week 9 --- public/404.html | 2 +- public/categories/index.html | 4 +- public/categories/page/1/index.html | 11 +- public/docs/developer/index.html | 4 +- public/docs/index.html | 4 +- public/docs/user/index.html | 4 +- ...944c8009bc7d4a2bbd14d81ac9d9c23f7dd4a95.js | 1 + ...7790f59114174d4695200119be7db8ab6dccb49.js | 1 + public/index.html | 4 +- public/index.xml | 16 +- public/posts/index.html | 29 +- public/posts/index.xml | 16 +- public/posts/page/1/index.html | 11 +- public/posts/week-1/index.html | 4 +- public/posts/week-2/index.html | 4 +- public/posts/week-3/index.html | 4 +- public/posts/week-4/index.html | 4 +- public/posts/week-5/index.html | 4 +- public/posts/week-6/index.html | 4 +- public/posts/week-7/index.html | 4 +- public/posts/week-8/index.html | 4 +- public/posts/week-9/index.html | 300 ++++++++++++++++++ public/sitemap.xml | 7 +- public/tags/index.html | 4 +- public/tags/page/1/index.html | 11 +- 25 files changed, 396 insertions(+), 65 deletions(-) create mode 100644 public/en.search-data.min.5fb96c35c68baacc2242d0f50944c8009bc7d4a2bbd14d81ac9d9c23f7dd4a95.js create mode 100644 public/en.search.min.6da28ba3214575fbb4a0161217790f59114174d4695200119be7db8ab6dccb49.js create mode 100644 public/posts/week-9/index.html 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