README.md

January 11, 2015 ยท View on GitHub

Somes image processing examples which use the friday image library.

  • Resize an image ;

  • Create a pipeline of delayed images ;

  • Apply a Gaussian blur ;

  • Compare two images by their color histograms ;

  • Detect edges using Canny's edge detector ;

  • Threshold an image using the Otsu's method ;

  • Threshold an image using the SCW method.