raspi camera and pyrMeanShiftFiltering
I am trying to perform pyrMeanShiftFiltering on the frame captured using camera. It is working fine in VS2010 for a color image. But on using the same operation on the frame captured using raspi Camera it is getting stuck. No error reported though. Is it possible to implement opencv pyrMeanShiftFiltering(frame,frame,30,30,3) in raspi?
Is there any way we can use pyrMeanShiftFiltering in raspi with Ubuntu+QT 5.2+Opencv 2.4.10?