Ask Your Question

waschbaer1986's profile - activity

2014-01-20 12:39:51 -0600 asked a question Image size for object tracking

Hello,

i´m working on a tracking objects app. it also works if I take a image from the internet for example, with a width of 1000px. this picture i resize then: Imgproc.resize(referenceImageGray, referenceImageGray, new Size(((double)referenceImageGray.width() / divFaktor), ((double)referenceImageGray.height() / divFaktor)));

but when I take a photo from the camera (2448px * 3264px) and scale it down to about 480x360. find the app the image only on a small distance between image and camera.

what can I do to improve this?

2013-11-27 07:25:59 -0600 asked a question Android nonfree modules project

Hello,

I tried to integrate the nonfree modules in my Android project, but nothing work. I followed this https://sites.google.com/site/wghsite/technical-notes/sift_surf_opencv_android Tutorial, but nothing work. And now my question: Does anybody have a working Windows Eclipse project and it could send me? Here is my email: [email protected]

Yours sincerly