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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -