Skip to content

jeongho8288/Fundamental-computer-vision-without-using-OpenCV

Repository files navigation

Fundamental Computer Vision without using OpenCV

The project was developed using QT Creator.
Only the .cpp files are included, excluding the .h files.


Conversion of RGB Image to Gray, HSI, and NRG Images

RGB to Gray:
Description

RGB to HSI:
Description

RGB to NRG:
Description


Luminance Contrast Transform

Description Description

Dilation, Erosion Morphology

  • Dilation and Erosion images with a 3x3 kernel applied.
Description Description
  • Dilation and Erosion images with a 5x5 kernel applied.
Description Description

Labeling

Using 4-neighbor method on the images obtained by applying dilation and erosion with a 3x3 kernel:

Description Description

Using 4-neighbor method on the images obtained by applying dilation and erosion with a 5x5 kernel:

Description Description

Opening & Closing Image

  • Opening & Closing with 3x3 kernel
Description
  • Opening & Closing with 5x5 kernel
Description

Boundary Extraction Image

  • Foreground & Background Image ( Type : Mb4 )
Description
  • Foreground & Background Image ( Type : Mb8 )
Description

Histogram Equalization

Description

Histogram Matching

Description Description

Hough Transform

Description

Generalized Hough Transform

Description

Optical Flow

Select consecutive images, calculate the optical flow, and display it on the screen.

Description Description Description

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages