I need a code for red tomato detection from plant
Afficher commentaires plus anciens

1 commentaire
Walter Roberson
le 21 Nov 2019
As discussed in https://www.mathworks.com/matlabcentral/answers/382021-i-am-doing-image-processing-for-red-tomato-detection-how-can-i-do-complete-the-fruit-image-and-remo you need to define what "red" means. But much more importantly, you need to define what "ripe" means.
Réponse acceptée
Plus de réponses (2)
Siressa Etefa
le 4 Jan 2022
0 votes
i want a matlab program that detect the maturity of tomato by image processing techniques
2 commentaires
Walter Roberson
le 4 Jan 2022
Modifié(e) : Walter Roberson
le 4 Jan 2022
Remind us again which of these is ripe, and which are not?

and see https://www.almanac.com/some-green-tomatoes-are-meant-stay-green for a variety of tomato that never gets red.
Walter Roberson
le 5 Jan 2022
https://www.davidsonfarmersmarket.org/painted-tomatoes-ethaline-gas-speeds-ripening/ on why you cannot determine maturity from color.
Image Analyst
le 4 Jan 2022
0 votes
Use the Color Thresholder in HSV space. See attached demo.

4 commentaires
Walter Roberson
le 5 Jan 2022
Modifié(e) : Walter Roberson
le 5 Jan 2022
Which will not work for the tomatoes that stay green when ripe, if the actual task is to detect ripeness rather than to detect redness.
Image Analyst
le 5 Jan 2022
The original (and only) post by the original poster, @Imran Y, never mentioned ripeness. All that was asked was "I need a code for red tomato detection from plant"
Walter Roberson
le 5 Jan 2022
But the new poster who revived the thread needs to detect "maturity" rather than "red"
Image Analyst
le 5 Jan 2022
Yes, and I thought you answered that pretty well, but the original poster didn't have an answer yet so I thought I'd add one.
The link you gave says that tomatoes turn red, even when not ripe, by exposing them to ethylene. Though one reason I've heard for tomatoes being hard is that people don't like naturally ripe tomoatoes because they are more liquidy, squishy, and jelly/goopy inside. For sandwiches people generally like tomato slices that are less goopy and more solid, so farmers are "breeding" tomatoes with more "solid" characteristics. And of course they'd rather have a solid red tomato slice than a solid green tomato slice. But I'm not sure what "ripe" means (certain water or sugar concentration???) and if it's possible that a tomato can be ripe independent of the amount of solid matter in the tomato.
Some researchers have had success with hyperspectral imaging in the visible:
but I'd also want to consider SWIR imaging (short wave infra-red): https://swir-led.com/optical-food-sorting-leds/
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!