java - Need two extract co-ordinates value of x & y axis from a image chart? -


i have images of different chart (ex. pie chart , bar chart etc.).can body tell me how co-ordinate value of each point draw @ chart ???

thanks in advance

since images (aka, not charts created within java), real option analyze charts images, using along lines of imagej (i use pil in python, similar that) convert image matrix of rgb values, can use distinguish colors of each slice of graph, , use matrix coordinates starting point generating (x,y) coordinates.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -