Image size for object tracking [closed]

asked 2014-01-20 12:39:51 -0600

updated 2016-01-16 11:44:41 -0600

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2016-01-16 11:46:27.350021

Comments

1

Actually try to reformulate your question correctly, using the guidelines in the FAQ! People will not feel to need to help you if the question is far from clear and not well documented. The negative score gives you a direction that you should apply some changes...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-01-21 02:25:35 -0600 )edit