Skip to content

SoundNandu/OpenCv-ColorizationImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

OpenCv-ColorizationImage

First, we convert the image to gray. The function that does that is cvtColor(). The first argument is the image to be converted, the second is the color mode. COLOR_BGR2GRAY stands for Blue Green Red to Gray. You must have heard of the RGB color scheme. OpenCv does it the other way round- so blue is first, then green, then red.'''

Screen Shot 2020-03-01 at 12 59 58 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages