2
Answers

Image Processing

Hassaan Afzal

Hassaan Afzal

8y
262
1
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)