Ask Your Question

jlew's profile - activity

2013-06-14 08:34:42 -0600 asked a question Minimum build for face recognition/image manipulation

Hello, I recently built a demo using emgu (.NET wrapper for OpenCV) which does facial recognition of still images and some cropping/resizing. It was a big hit, but to take it the rest of the way I need to be able to reduce drastically the size of the binaries (x64 Windows.) The standard distribution includes almost 500Mb of DLLs including 224Mb opencv_gpu.dll. I have gotten a custom build going using cmake on my system, but what I would like to know is what would I need to include to do a bare-minimum build that would still support facial recognition and basic image manipulation (jpg/png)

Thanks, Jeremy