/RealSigngature

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.

Primary LanguageObjective-C++MIT LicenseMIT

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];