how to find coin value in an image using matlab

30 visualizaciones (últimos 30 días)
Priyanka V
Priyanka V el 10 de En. de 2021
Respondida: Image Analyst el 10 de En. de 2021
I need to find the value of a coin in the image and also its diameter and area. Can someone please tell me how to proceed with it?

Respuestas (2)

KALYAN ACHARJYA
KALYAN ACHARJYA el 10 de En. de 2021
Steps:
"I need to find the value of a coin in the image"
  1. Preprocessing (If required)
  2. Segmentation (ROI)
  3. Apply Sort of Morphological Operations (If Required)
  4. Apply the bounded Box
  5. Use OCR
"its diameter and area"
  1. Preprocessing (If required)
  2. Apply the CHT or use the Circular Object Detection Method Link
  3. You may get the detais in resultant structre
If you are using another approach to obtain circular objects to obtain area and diameter, please use the regionprops function.
https://in.mathworks.com/help/images/ref/regionprops.html

Image Analyst
Image Analyst el 10 de En. de 2021
This is exactly what my Image Segmentation Tutorial does. Try it:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by