I am new in opencv and doing a task in which I have to detect the charts/graph(Line,bar,histogram,etc) from a pdf. So for this I am using hough Line transform to get the perpendicular line and then I will check whether any range of points present on the X-Y axis or not. If yes then I can say it is a chart or else it is a normal table. Is my approach correct? If yes then how can I detect the range of points on the line? If there is any better solution please tell me with an example.
1.4m articles
1.4m replys
5 comments
57.0k users