[15:25:38] <palli> Hey everyone, thanks for a super cool project!
[15:26:02] <palli> I made a nagios check, that checks for volcano eruption status by counting the number of red pixels on this picture: http://pall.sigurdsson.is/filez/volcano_status.png
[15:27:06] <palli> Now i want to improve upon it a little, and count the number of triangles on this... Is there a super easy way out there somewhere to find (and count) clusters of same color on one picture ? I.e. in this case count the number of red/green triangles ?
[16:20:03] <freyes> palli: I'm not sure if pillow/pil is the right tool for this, did you take a look to OpenCV?
[16:20:24] <freyes> that component is more related to 'counting triangles'
[16:20:43] <freyes> take a look to this article http://opencv-code.com/tutorials/count-and-segment-overlapping-objects-with-watershed-and-distance-transform/ to get an idea of what OpenCV does