Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Opencv for desktop Java port into Android development

Hi, I have managed to do face detection in desktop using the libraries provided by opencv for java development. It includes functions like draw rectangle around the face, crop image and resize image. Is it possible to port into android? Are the methods to open camera, grab and retrieve image the same as in android? Besides that, is loading the opencv library different as well? Or do I have to do everything from scratch again in android?

Thanks in advance. All answers are welcome and much appreciated.

click to hide/show revision 2
retagged

Opencv for desktop Java port into Android development

Hi, I have managed to do face detection in desktop using the libraries provided by opencv for java development. It includes functions like draw rectangle around the face, crop image and resize image. Is it possible to port into android? Are the methods to open camera, grab and retrieve image the same as in android? Besides that, is loading the opencv library different as well? Or do I have to do everything from scratch again in android?

Thanks in advance. All answers are welcome and much appreciated.