Hassaan Afzal

Hassaan Afzal

  • NA
  • 37
  • 894

Image Processing

Aug 25 2016 2:34 PM
How to solve the this  problem

 Bitmap nb = new Bitmap(bp);      
       // create filter          
   CannyEdgeDetector filter = new CannyEdgeDetector();             
  filter.ApplyInPlace(nb);   
          pictureBox2.Image = nb;           
Source pixel format is not supported by the filter.

Answers (2)