Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8296883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:11:48+00:00 2026-06-08T15:11:48+00:00

I used OpenCV’s GoodFeatureToTrack to find features and track them down on the second

  • 0

I used OpenCV’s “GoodFeatureToTrack” to find features and track them down on the second image.

To speed up the process, I down-sample the image 4 times smaller, let say from 4000×2000 to 1000×500, using bilinear interpolation.

The KLT match the points perfectly on the resized image. BUT I want to have the point positions in the original image size.

I tried multiplying the feature positions I got on the resized image by 4 (to the original-sized image). It seems to me that after multiplying, the corresponding features on the resized image are not longer corresponding in the original image size.

Do I need interpolation (?) or else to project the points in the resized image back to the original image size? so that corresponding features in the resized image still match in the original image size.

Thank you very much.

Please excuse me that my English is not good.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T15:11:49+00:00Added an answer on June 8, 2026 at 3:11 pm

    Downsizing will result in a loss of precision. However, oftentimes this loss is so small that it cannot be detected. If your points are far from their correct position, it may be that the multiplication step is wrong.

    The formula you wrote there is correct, namely

    pointInBigImage = scale*pointInSmallImage
    

    where scale is 4, in your case.

    You should print the points in both images, and display them side by side. Then, compare visually the positions in the two images. This way, you’ll see whether it’s a bug or a loss of precision.

    And finally, to improve precision you can use cornerSubpix – this is a function in OpenCV that extract a corner’s position with subpixel precision – so when you’ll multiply them back to the original image, the accuracy should be better

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used OpenCV 2.3.1 with Android 2.2 to find contours in bitmaps which
I am trying to rotate an image in OpenCV. I've used this code that
I understand that Histograms of Gradients in OpenCV are typically used on image patches
I noticed a strange thing about OpenCV. I used one of the basic sample
I am using opencv to process very large images (some times even more than
Having used storyboards for a while now I have found them extremely useful however,
Looking for opinions on if OpenCV could be or has been used to detect
I am using C++ and OpenCV to process some images taken from a Webcam
i'm new to image processing and opencv, but so far the easy to understand
this is yet another OpenCV installation question, however I wasn't able to find an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.