T O P I C R E V I E W |
kowal |
Posted - Sep 17 2024 : 15:18:44 Hi, I'd like do know if there are some functions in ImageEn or IEVision which help to apply anonymity on photograph images taken in public places i.e. blur the faces or car numbers?
with regards
kowalski |
5 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Sep 20 2024 : 20:46:01 Sorry, yes, IEVision is an ImageEn plug-in DLL, it does not use Google Vision.
Nigel Xequte Software www.imageen.com
|
kowal |
Posted - Sep 20 2024 : 03:03:38 Hi Nigel So I understand now that when I use IEVision I do not have to use Google Vision becouse IEVision works locally without it. I was not sure of this, thank you.
|
xequte |
Posted - Sep 19 2024 : 19:32:47 Hi Kowalski
Yes, you can use Google Vision to handle the face selection, for example:
http://www.imageen.com/help/TIEGoogleVision.FaceAnnotations.html
The main downside is that it is a web service, so it is slower than using a local implementation like IEVision.
Nigel Xequte Software www.imageen.com
|
kowal |
Posted - Sep 19 2024 : 15:59:10 Hi, Thanks for info!
Shall I use Google Vision API if I'll have IEVision to apply it's functions?
kowalski |
xequte |
Posted - Sep 17 2024 : 19:16:24 Sure, you can use IEVision to find faces and number plates:
https://www.imageen.com/help/TIEVisionObjectsFinder.html
And then apply blurring or pixelation:
http://www.imageen.com/help/TImageEnProc.Blur.html http://www.imageen.com/help/TImageEnProc.Pixelize.html
See the "Number Plate Blurring" demo:
Demos\IEVision\NumberPlateBlurring\GetPlate.dpr
Nigel Xequte Software www.imageen.com
|