Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to calculate the area of some spots with different colors in an image. My question is, which program language should I choose? It should include the coordinate points to present the different spots. For example, calculate the relative area of the green circles meanwhile use the different coordinate points to present each circle with the green color.

What I have tried:

I am a beginner and do not know which program language can solve this problem elegantly and concisely. So I didn't tried yet
Posted
Updated 2-Jun-22 1:13am
Comments
Richard MacCutchan 2-Jun-22 7:54am    
You need to research which languages have good support for image processing.

1 solution

You are asking the wrong question: it's much more a case of "what language do you know well?"

Learning a new language for one smallish task is a silly idea: modern languages depend heavily on the frameworks behind them, and while an experienced developer can easily learn C# the language in under a week, the .NET framework(s) on which it depends will take months of hard effort before the language can be meaningfully used.

And it's the same whichever language you pick.

So think about the task and the languages that you already know well and it should be fairly obvious which to use!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900