marius schebella marius.schebella@gmail.com ha escrito:
Hans-Christoph Steiner wrote:
This looks very useful. A quick question, do these objects provide
the raw tracking data?
yes, can do it.
opencv offers really huge number of functions and algorithms, take a
look here for more info :
http://www.seas.upenn.edu/~bensapp/opencvdocs/ref/opencvref_cv.htm
for now I started with contour detections (and tracking) and yes you
have raw data for them ... however contour detection needs a
prefiltered image to work well, i mean you need to well isolate the
contours you want to track before to use the objects ...
for example pdp_opencv_contours_convexity will send raw info of the
biggest contour detected and can be used (with ann) in pattern
recognition or something like this ...
they provide cool pixel based algorithms like more sophisticated blob operations, pattern recognition methods (like face recognition), and much much more! marius.
This message was sent using IMP, the Internet Messaging Program.