OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.59k stars 2.19k forks source link

objective image quality matrix #723

Open thasnimolvs opened 2 years ago

thasnimolvs commented 2 years ago

i want to check an image captured from camera , quantify by means of providing a score to say if an image is in focus or not::??means how good the focus of image . how to check it using python coding

ekesdf commented 2 years ago
  1. What is your dataset?
  2. How do u want to solve it? Aka machine learning or hardcoded alt?
  3. Any experience in image processing or similar things?
  4. Any methods u tried before ?
thasnimolvs commented 2 years ago

@ekesdf

  1. my application is i have set of images ,captured from camera ( not digital industrial camera) so i want to check the images are in correct focus or not , currently what am doing is just in subjective way while looking on the images setting the parameters. but i want to check the focus of images in an objective way, by providing a score to image , like how good the focus ?
  2. using python kind of method or any coding platform (using pixel values or applying some operations on those matrices- objective image quality )
  3. i never did anything related to image processing, but did coding in python and all for my other projects
  4. nono, i have confusion becoz of, when i set this focus based on just seeing images, its not that much perfect , so need a perfect way