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?