Ask Your Question

Pakitobueu's profile - activity

2015-02-12 07:39:44 -0600 commented question Filling elements 2 (the triangle problem)

I suggest that you can use the algorithm of Haris, and for each contour you can get the bounding-box, the minrect, apply a hough transform to get the lines. With all this information, you can do a simple decisor to verify if the region is a triangle or not.