huningxin / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
21 stars 11 forks source link

Create comprehensive demos #69

Closed huningxin closed 7 years ago

huningxin commented 7 years ago

Create comprehensive demos for each category, like image processing, real-time video processing etc.,

sajjadt commented 7 years ago

I add few categories and demo ideas that can be easily included.

  1. Basic operations (blend, invert, color conversion)
  2. Canny edge detector
  3. Adaptive threshold or equalizeHistogram
  4. HAAR object detector (for detecting faces)
  5. Filters: erode, blur
  6. Motion detection and tracking
  7. Stats: histogram
  8. Image transformations: image warp, change perspective,
  9. Core: drawing?
huningxin commented 7 years ago

Turn the list to a check list

huningxin commented 7 years ago

https://github.com/huningxin/opencv.js/tree/master/samples

and

https://codepen.io/collection/nJbkNo/

huningxin commented 7 years ago

Done for announcement. Will add more samples into https://github.com/huningxin/opencv.js