Read x,y values of tracked objects of opencv application in c#?
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?
make your progs read from stdin, write to stdout, and use a pipe , e.g : app1 | app2