Computer vision fundamentals interactive Jupyter notebooks from Introduction to Computer Vision Udacity course and the Computer Vision Algorithms, Applications book 2nd Edition by Richard Szeliski and opencv trutorials.
- FIRST_image_as_function
- Generating_noise.ipynb
- Image_contrast_and_brightness.ipynb
- Simple_images_operations.ipynb
- SECOND_filters
- Noise_removal_filters.ipynb
- THIRD_template_matching
- Template_matching.ipynb
- FOURTh_edge_detection
- Finding_images_gradients.ipynb
- SIXTH_frequesncy_domain.
- TO DO: Fourier transform of images.
- TO DO: Canny edge detector.
- TO DO: Hough transform.
- Object Detection
- 1_basic_object_detection_with_color_range_thresholding.py
- Classification