As you can see in the picture a cone is generated when a person is using maps. I would like to know if it is possible to detect the two outer-lines of the cones like this but the ultimate goal is to use this information to find the angles at which the lines are at.
I was following this tutorial on hough-transform but end up with this. Looking for an easier way to find the angles if possible.
XAxis xAxis = chart.getXAxis();
xAxis.setAxisMinimum(<yourMinum>);
xAxis.setAxisMaximum(<yourMaximum>);
答案 0 :(得分:2)