Describe the algorithm for Harris points detection. Which parameters it has? How they influence the number of detected points? To which transformation (geometric/photometric) is this detector invariant?
Describe the choice of scale using Laplacian.
Describe steps to generalize Harriss detector to become affine invariant.
Define Maximally Stable Extremal Regions (MSER). Describe the algorithm for their detection.
Descriptor SIFT. Describe the algorithm and its properties.
Describe the “Shape context” descriptor.
Describe “Local Binary Patterns” like descriptors.
How are local affine frames used for invariant description?
Describe the steps for obtaining correspondences between a pair of images, which are taken from different viewpoints (wide-baseline matching).
How to find similar descriptors in a sub-linear time?
How does the “bag-of-words” method work?
What is the “inverted file” and how it is used for the image retrieval?
Define the tf-idf reweighting for visual words.
Describe the “query expansion” mechanism for improving the recall of the image retrieval.
Describe how the min-Hash method describes the images. Which properties it has?
Describe the RANSAC algorithm, its properties, advantages and disadvantages. Which parameters it has?
Describe some of the novel improvements to RANSAC method (WaldSac, PROSAC).
Describe the steps for object detection using “sliding windows” (“scanning windows”). How is the reasonable speed achieved?
Describe how to use an integral image for computing the sum of intensity function for rectangular region.
Why is the Adaboost algorithm often used for the “sliding window” methods? Give more than one good reason.
Describe the Hough transformation algorithm for detection or parametrized structure (line, circle, …). Discuss the properties of the algorithm (time and memory requirements, parameters).
Compare the Hough transformation with a brute-force space search algorithm.
Compare the Hough transformation with RANSAC.
For the problem of image patch search in an image (“patch matching”). Give some criterion functions and discuss their complexity, differentiability, etc….
For a static scene and viewing by camera with only horizontal movement. Draw a image patch, which will be useful for a tracking using a gradient method (KLT tracker). Which properties should has such image patch to be suitable for tracking?
Which image patches are suitable for tracking by gradient method such as KLT tracker? Why? Which patches are not suitable or totaly useless?
Mean-shift algorithm. Describe the principles and simulate calculation for 1D example.
Mean-shift algorithm. Color pixels [R,G,B] represented in 3D space. How you can reduce the color-space into 256 color-space?