Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@faaip
Copy link
Contributor

@faaip faaip commented Apr 26, 2021

Hi again. Another function I would useful, making it possible to use this tool within other Python programs. Use cases like:

from deface import deface
import cv2

frame = cv2.imread('lena.jpg')
img = deface.get_anonymized_image(frame, 0.2, 'solid', 1.0, False, False)
cv2.imwrite('/Users/frederik/programming/image_server/out.jpg', img)

@mdraw mdraw merged commit f668068 into ORB-HD:master May 3, 2021
@mdraw
Copy link
Member

mdraw commented May 3, 2021

Good idea, thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants