how to detect blurred images in a dataset.
조회 수: 9 (최근 30일)
이전 댓글 표시
I have one thousand frames converted from a video taken from a particular location using gopro camera. From that dataset, I need to detect the blurred images and segregate that alone, how to do that???
댓글 수: 0
채택된 답변
Image Analyst
2022년 6월 29일
Perhaps you can take the fft of the image and check if the energy in the higher frequencies is not very high.
댓글 수: 5
Image Analyst
2022년 7월 3일
Just do a web search on "Fourier filtering image" and I'm sure you'll find lots of stuff to look at.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!