Ask Your Question

exzamp's profile - activity

2015-12-27 13:38:49 -0600 received badge  Student (source)
2015-04-06 11:50:39 -0600 commented question Approximating a set of points from a binary image

Thank you so much :)! for someone following your example and being as bad as me don't forget to change the the depth to fulfill fitline() assertions.

2015-04-06 00:43:45 -0600 asked a question Approximating a set of points from a binary image

My task is to plot a line that reppresents the approximation (linerar I guess) to a set of points. Example: image description -draw a line that best fits the white points from this image. I am aware of functions such as fitLine but how can I use them when I represent images as Mat?