Privacy
Last updated
The privacy section contains privacy control features such as blurring car license plates.
This operation proposes to automatically blur found license plates on the image.
"operations": {
"privacy": {
"blur_car_plate": true
}
}
This operation hides a person's identity by detecting a line between the nose and lips and cutting out everything above that line.
Last updated
"operations": {
"privacy": {
"identity_crop": true
}
}