T O P I C R E V I E W |
hazem |
Posted - Jun 19 2025 : 02:28:42 Hello,
Is there a way to detect if a scanned page (mostly invoices) has a signature using IEVision ?
Thanks |
4 L A T E S T R E P L I E S (Newest First) |
hazem |
Posted - Jun 20 2025 : 01:03:55 Thanks |
xequte |
Posted - Jun 20 2025 : 00:50:32 Hi
It would be easier if you showed an example, but for instance, you could reduce the colors in an area to monochrome using thresholding:
http://www.imageen.com/help/TImageEnProc.ConvertToBWThreshold.html
And then check if that area is blank:
http://www.imageen.com/help/TImageEnProc.GetDominantColor.html
Nigel Xequte Software www.imageen.com
|
hazem |
Posted - Jun 19 2025 : 23:56:53 yes it is always in a certain area.
How I can detect if there is a content in a certain area? |
xequte |
Posted - Jun 19 2025 : 14:15:35 Hi
If the signature is unique and in a non-specified location, then that is probably not possible.
If it is always within a certain area, e.g. a box, then it should be able to detect that there is content.
Nigel Xequte Software www.imageen.com
|