Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 563 Bytes

CV-Homework-in-Python

NTU Computer Vision Practice solutions in Python

All code are developed under Python 2.7.6 and Python Image Library (Pillow)

  • HW1: Basic image processing
  • HW2: Connected component labeling
  • HW3: Histogram Equalization
  • HW4: Binary Morphology: Dilation, Erosion, Opening, Closing, and Hit-and-Miss
  • HW5: Gray Scale Morphology: Dilation, Erosion, Opening and Closing
  • HW6: Yokoi Connectivity Number
  • HW7: Thinning algorithm
  • HW8: Noise Removal
  • HW9: General Edge Detection
  • HW10: Zero Crossing Edge Detection