Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

raspi camera and pyrMeanShiftFiltering

I am trying to perform pyrMeanSiftFiltering 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 pyrMeanSiftFiltering(frame,frame,30,30,3) in raspi?

click to hide/show revision 2
No.2 Revision

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

berak gravatar image

raspi camera and pyrMeanShiftFiltering

I am trying to perform pyrMeanSiftFiltering 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 pyrMeanSiftFiltering(frame,frame,30,30,3) pyrMeanShiftFiltering(frame,frame,30,30,3) in raspi?