#ImageProcess-WPF
- A simple image process demo design on WPF
 - Part of code come from Microsoft Oxford Project
 - The core algorithm come from the EmguCV (OpenCV).
 
##3rd packages:
- ModernUI.WPF.1.0.6
 - Newtonsoft.Json7.0.1
 - Microsoft.ProjectOxford.Face.0.5.0.2
 - EmguCV 3.1.0.2282
 
##What you can do:
- Dynamic Face Detection
- use EmguCV
 
 - Edge Detection
- Canny
 - Sobel
 - Laplace
 
 - Smooth Image
- Gaussian
 - Blur
 - Median
 - Bilatral
 - Dilate
 - Erode
 
 - Improve Image
- AutoHDR
 - Inpaint
 - Resize