Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.69 KB

README.md

File metadata and controls

48 lines (38 loc) · 2.69 KB

Fundamental Computer Vision Using QT

This repository is about Fundamental Computer Vision Techniques without using OpenCV. Source codes are not fully open.


Conversion from RGB to HSI and NRG

RGB to HSI:

RGB to NRG:


Linear Luminance Contrast Transform


Dilation, Erosion Morphology

After obtaining binary image through Otsu Thresholding, running dilation, erosion morphology results as the following:


Labeling

After obtaining binary image through Otsu Thresholding, 4-neighbor and 8-neighbor labeling with different size mask results as the following:


Opening, Closing Operation


Boundary Extraction


Histogram Equalization


Histogram Matching


Hough Transform