Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 849 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 849 Bytes

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