Ask Your Question

Luigi_T's profile - activity

2015-11-27 07:28:33 -0600 received badge  Student (source)
2015-07-08 04:29:40 -0600 asked a question Which algorithm is used by "pointPolygonTest" function?

I know there are some references to paper in the openCV doc, but none of these talks explicitly about a specific algorithm to check if a point lies in a polygon.

2015-06-03 09:32:09 -0600 received badge  Critic (source)
2015-06-03 08:19:37 -0600 received badge  Editor (source)
2015-06-03 08:17:44 -0600 commented answer Java LineIterator class is missing?

I'm looking for the equivalent function in java of this http://docs.opencv.org/modules/core/d...

2015-06-03 07:21:44 -0600 asked a question Java LineIterator class is missing?

I need to process pixels on a line. I would like to use LineIterator (http://docs.opencv.org/modules/core/d...) but i can't find the equivalent method in Java. So...How I can detect all the pixels on a line in JAVA context?