Как получить данные из изображения круговой диаграммы?Python

Программы на Python
Гость
Как получить данные из изображения круговой диаграммы?

Сообщение Гость »


I need to extract all relevant data from a simple pie char image which data changes from time to time.
There's an example of the simple pie chart:
Изображение
How can I define a Python function to get something like:

Код: Выделить всё

green=26
, , ?
Thanks in advance for your support.
I dont have a clue how to do this.


Источник: https://stackoverflow.com/questions/781 ... hart-image

Вернуться в «Python»