Image Feature Tracking via Multi-Window Quality Evaluation
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing image tracking methods struggle to accurately distinguish object movement from background variations and recognize image features across different perspectives, leading to reduced correlation and increased difficulty in tracking objects.
Innovation Solution
A computer-implemented method for estimating the movement of an image position of an image feature between two images involves determining a set of image windows in the first image, identifying corresponding windows in the second image, evaluating the quality of assignments, and selecting the best window for estimating the movement.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If traditional single-window tracking is used, then the method is simple and fast, but tracking accuracy deteriorates when the image feature is obscured or viewed from different angles
Solution Approach 1:
The patent divides the tracking problem into multiple independent evaluations by segmenting the search space into multiple candidate windows. Each window is evaluated separately for quality metrics, and the best window is selected. This segmentation allows the system to handle obscured features by evaluating multiple possibilities simultaneously, resolving the contradiction between reliability and complexity.
Solution Approach 2:
The patent changes the evaluation parameters from simple position matching to quality-based assessment involving correlation coefficients, overlap ratios, and similarity metrics. By changing the parameter set used for window selection, the system achieves higher tracking reliability under varying conditions while maintaining manageable computational complexity through efficient parameter calculation.
2Reliability
If multiple image windows are evaluated, then tracking reliability improves, but computational complexity and processing time increase
Solution Approach 1:
The patent applies partial action by evaluating only the necessary quality parameters for each window (correlation coefficient, overlap ratio, similarity metric) rather than performing exhaustive analysis. This selective evaluation maintains high tracking reliability while controlling processing time, resolving the contradiction between reliability and productivity.
Solution Approach 2:
The patent performs preliminary evaluation of multiple candidate windows in parallel, calculating their quality metrics before selecting the best one. This preliminary action allows the system to prepare multiple options simultaneously, improving reliability through comprehensive evaluation while managing computational load through efficient parallel processing.
3Adaptability or versatility
If image features are tracked across different perspectives, then adaptability improves, but the correlation between images decreases making tracking more difficult
Solution Approach 1:
The patent introduces quality evaluation parameters that are perspective-invariant, such as correlation coefficients and similarity metrics, to assess window matches. By changing from absolute position matching to relative quality assessment, the system achieves perspective adaptability while maintaining measurement precision through robust parameter selection.
Solution Approach 2:
The patent uses quality evaluation results as feedback to select the best matching window. The correlation coefficient and similarity metrics provide feedback on match quality, allowing the system to adapt to different perspectives by selecting windows with highest quality scores, thus maintaining tracking accuracy despite viewpoint changes.
Data Source
AI summary
The invention relates to a computer-implemented method for estimating the movement of an image position of an image feature between a first image and a second image. The method includes: Determining a set of image windows in the first image, each image window having the image feature; Identifying at least a portion of the set of image windows in the second image; For the portion of the set of image windows, evaluating the quality of an assignment of each image window in the first image to the given image window in the second image, and selecting one of the image windows on the basis of the evaluation; and estimating the movement of the image position of the image feature using the selected image window.


