Given this image link as my input image:
How can I possibly crop the image using C# and Image Processing Techniques so I could only get the Rounded Rectangular area with the recipient's details, the fastest way possible?
As of now, I'm using AForge.NET, and I'm still stuck at using Histogram Equalization as shown:
Thanks!