Ask Your Question

DoX's profile - activity

2014-04-21 20:58:40 -0600 commented question Can HAAR classifier be used between two different camera modules

Thanks for your answer. Is your recommendation against training on a mobile device due to its computational constraints or due to the camera module specs in most phones? I would like to capture training images on a small RBG camera module, then send these images to a larger device (with beefy CPU/GPU & memory) to generate the cascade data. I can control the small camera module with high precision and repeatability (it is on an arm of a robot).

2014-04-20 03:37:34 -0600 asked a question Can HAAR classifier be used between two different camera modules

If I train a HAAR classifier using one camera, say on an iPhone using OpenCV. Can I export that HAAR classifier to another device with a different camera module. My thought is a user could generate HAAR metadata on an iPhone, then load that into an OpenCV implementation running on an embedded Linux system (like cubieboard, or a Ubunu system w/ a webcam or other camera module).

Is that HAAR metadata camera module dependent?