Skip to content

To get the real Signature from any image. It'll image into gray scale then convert background of image into transparent color, and then do the masking to back to real color of image, like blue pen signature.

License

aleemrazzaq/RealSigngature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Signature

Its wrapper for OpenCV, what it does, it get the real Signature from any image. It'll convert image into gray scale then convert background of image into transparent color, and then do the masking to back to real color of image, like blue pen signature on paper.

How it Works

UIImage * originalImage = [OpenCVWrapper convertBlackTransparent:originalImage]; [self.imageView setImage:originalImage];

About

To get the real Signature from any image. It'll image into gray scale then convert background of image into transparent color, and then do the masking to back to real color of image, like blue pen signature.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published