raspi camera and pyrMeanShiftFiltering

asked 2015-10-06 06:20:22 -0600

OpenCV_Learner gravatar image

updated 2015-10-06 07:31:45 -0600

berak gravatar image

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?

edit retag flag offensive close merge delete

Comments

Is there any way we can use pyrMeanShiftFiltering in raspi with Ubuntu+QT 5.2+Opencv 2.4.10?

OpenCV_Learner gravatar imageOpenCV_Learner ( 2015-10-08 03:24:01 -0600 )edit