Hi,
For privacy reasons, I will need to get the output image to automatically be blurred on the face region on top of the skeleton detection. Can I do that with Nuitrack in C++?
Thanks in advance!
P
Hi,
For privacy reasons, I will need to get the output image to automatically be blurred on the face region on top of the skeleton detection. Can I do that with Nuitrack in C++?
Thanks in advance!
P
Hi pandego,
There’s no ready-made function in Nuitrack API for this. Please advise how do you get the face: with the help of Skeleton Tracker Module (the joint ‘Head’) or by calling Nuitrack::getInstancesJson
? You’ll need to get the face rectangle and then blur it by using some custom function. As an alternative, you can get the joint ‘Head’ and blur a certain area around it (for example, 40x40 cm).