Image size for object tracking [closed]

asked Jan 20 '14

updated Jan 16 '16

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?

Preview: (hide)

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 (Jan 21 '14)edit