Results 56 comments of Alyssa Quek

Is there a setting to remove padding for line charts / xScale?

+1 I would love this feature

The face detection is done by the [dlib](http://dlib.net/) library. You can try the `opencv` branch which uses stasm.

Do you mean morphing something other than a face? Opencv's face detector does require the face to be fairly prominent in the image but you shouldn't need to crop the...

Ah, I see. It is possible and can be complex depending on the images. face_morpher uses the face points automatically detected from [stasm](http://www.milbo.users.sonic.net/stasm/), and it detects points only on the...

Hi Slava Thanks for the comment. Do you mean adding a static background image instead of the black?

What you've done looks pretty cool! Its the reason the app provides an alpha background --- for users to put any background. I like your use case but probably not...

Hi @ollietb stasm expects opencv3 to be installed. This article might help: https://www.learnopencv.com/install-opencv3-on-windows. Stasm only needs the C++ opencv3 libraries. A good test to see if opencv3 has been installed...

Yeh, the problem is stasm not finding the openCV lib folder - its looking at `/usr/local/lib`. I dont have access to any Windows machine so not sure how to test/fix...