Skip to content

Pankti99/Computer-_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer-_Vision

This repository contains basic image processing operations

Morphology:

=>Morphology is a broad set of image processing operations that process images based on shapes. In a morphological operation, the value of each pixel in the output image is based on a comparison of the corresponding pixel in the input image with its neighbors.

=>Morphological operations apply structuring element (kernel) to an input image , creating an output image of same size.

(1) Erosion:

=> It shrinks the foreground and enlarges the background. It removes pixel on object boundaries. erodes the white pixels. areas of the foreground pixels shrink in size while holes within these regions becomes larger.

(2) Dilation:

=> It enlarges the foreground and shrinks the background.Add pixels to the object boundaries. areas of the foreground pixels grow in size while holes within these regions becomes smaller.

About

This repository contains basic image processing operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages