Read x,y values of tracked objects of opencv application in c#?

asked 2013-10-21 20:09:49 -0600

updated 2013-10-22 02:52:18 -0600

berak gravatar image

Dear all, I wrote my first tracking app using opencv and c++. Now the c+ returns for me x,y of tracked object. I want to access these values n c# in realtime. Any idea?

edit retag flag offensive close merge delete

Comments

make your progs read from stdin, write to stdout, and use a pipe , e.g : app1 | app2

berak gravatar imageberak ( 2013-10-22 02:56:35 -0600 )edit