Skip to content

mongshil553/Computer-Vision-Without-OpenCV

Repository files navigation

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