Skip to content

Creating a black circle boarder in the images in a folder

Notifications You must be signed in to change notification settings

AimanHadif/Image-Masking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Image-Masking

Creating a black circle boarder in the images in a folder. This technique is also known as Alpha Mask that is available using OpenCV

  • Performing image masking helps transformers and autoencoders to learn easily using only required information from the images. Masking can speed up the transformer to perform classification tasks using images.
  • Make sure the set of images is in a folder
  • An option to mask only 1 image is also available

Example of Original Image Before Masking

  • Let say you are doing face recognition but you dont want to capture the whole image as an input. Therefore, masking the image may help depending on your model in recognizing the face

face1 face2

After Masking

face1 face2

About

Creating a black circle boarder in the images in a folder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published