cpuimage / MTCNN

MTCNN face detection implementation base on NCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple cam example

MyraBaba opened this issue · comments

Hi,

I am very new to ncnn.

can you add a very simple camera example? with opencv ?

Capture camera(Videocap (0)) detect faces / square and show with cv::im.show

I couldnt find a way to do this due to a newbee..

best

@MyraBaba check the code of OpenFace(https://github.com/TadasBaltrusaitis/OpenFace),
you will get help.