Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 331 Bytes

File metadata and controls

11 lines (10 loc) · 331 Bytes

OpenCVSharpDemo

An application to demonstrate the use of the OpenCV library utilising WPF and C#.

Current capabilities

  • Opening and displaying image files.
  • Display both original image and working preview of image.
  • Convert image to greyscale.
  • Gaussian blur.
  • Sharpen.
  • Canny edge detection.
  • Harris corner detection.