Difference between revisions of "Python-OpenCV Tutorials"

From Lofaro Lab Wiki
Jump to: navigation, search
(Fundamentals of Image Processing)
(Fundamentals of Image Processing)
 
Line 23: Line 23:
 
# [[Contours]]
 
# [[Contours]]
  
Python-OpenCV Sample Projects  
+
=Python-OpenCV Sample Projects=
  
 
# [[Face detection in image]]
 
# [[Face detection in image]]
 
# [[Detecting face in webcam]]
 
# [[Detecting face in webcam]]
 
# [[Object tracking in video]]
 
# [[Object tracking in video]]

Latest revision as of 04:58, 6 November 2014

This wiki is based on the tutorials given [1].

Fundamentals of Image Processing

  1. Basic Elements of Image
  2. How to configure Python-OpenCV
  3. Basic GUI feature in OpenCV- Image
  4. Basic GUI feature in OpenCV- Video
  5. Let’s do some drawing
  6. Changing Color Spaces
  7. Translation of image
  8. Rotation of image
  9. Image resizing
  10. Flipping images
  11. Cropping images
  12. Image arithmetic
  13. Bitwise operations
  14. Masking
  15. Splitting and merging channels
  16. Thresholding
  17. Histograms
  18. Gradients and edge detection
  19. Contours

Python-OpenCV Sample Projects

  1. Face detection in image
  2. Detecting face in webcam
  3. Object tracking in video