Skip to content

Add face detection and update algorithm#4

Open
dpapworth wants to merge 24 commits intoQuadFlask:masterfrom
dpapworth:master
Open

Add face detection and update algorithm#4
dpapworth wants to merge 24 commits intoQuadFlask:masterfrom
dpapworth:master

Conversation

@dpapworth
Copy link

@dpapworth dpapworth commented Mar 5, 2019

I've added face detection using two example OpenCV classifiers.

I've also updated the cropping algorithm to replicate the current smartcrop.js implementation.

Mat frame = Java2DFrameUtils.toMat(input);

Mat grayFrame = new Mat();
cvtColor(frame, grayFrame, COLOR_BGR2GRAY);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if conversion to gray is required, but the examples I've seen using this detector have converted the source image to gray. I can't see much difference in the detection performance either way.

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.

1 participant