Added week 9

This commit is contained in:
Oscar Blue 2022-04-05 17:12:23 +01:00
parent dbd46e99fe
commit 6877f281f2

13
content/posts/week-9.md Normal file
View file

@ -0,0 +1,13 @@
---
title: "Week 9"
date: 2022-04-03T13:13:48+01:00
draft: false
---
This week I worked on getting focus detection working. I implemented basic laplatian blur detection[^1] and fast fourier blur detection[^2].
[^1]:https://pyimagesearch.com/2015/09/07/blur-detection-with-opencv/
[^2]:https://pyimagesearch.com/2020/06/15/opencv-fast-fourier-transform-fft-for-blur-detection-in-images-and-video-streams/
Finding the threshold for both can be a challenge
# General pipeline
I continued to develop a general pipeline to fit all the filters in