Difference between revisions of "Python-OpenCV Tutorials"

From Lofaro Lab Wiki
Jump to: navigation, search
(Python-OpenCV Tutorials)
 
(Fundamentals of Image Processing)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
=Fundamentals of Image Processing=
 
=Fundamentals of Image Processing=
  
Open the terminal. To complete each step, type in the following commands in the order shown.
 
 
# [[Basic Elements of Image]]
 
# [[Basic Elements of Image]]
 
# [[How to configure Python-OpenCV]]
 
# [[How to configure Python-OpenCV]]
Line 10: Line 9:
 
# [[Let’s do some drawing]]
 
# [[Let’s do some drawing]]
 
# [[Changing Color Spaces]]
 
# [[Changing Color Spaces]]
 +
# [[Translation of image]]
 +
# [[Rotation of image]]
 +
# [[Image resizing]]
 +
# [[Flipping images]]
 +
# [[Cropping images]]
 +
# [[Image arithmetic]]
 +
# [[Bitwise operations]]
 +
# [[Masking]]
 +
# [[Splitting and merging channels]]
 +
# [[Thresholding]]
 +
# [[Histograms]]
 +
# [[Gradients and edge detection]]
 +
# [[Contours]]
 +
 +
=Python-OpenCV Sample Projects=
 +
 +
# [[Face detection in image]]
 +
# [[Detecting face in webcam]]
 +
# [[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