Point

Qualitative Evaluation of Interest-Point-Detectors and Descriptors in Computer Vision

Qualitative Evaluation of Interest-Point-Detectors and Descriptors in Computer Vision
  1. What is interest point detectors?
  2. What is detector and descriptor?

What is interest point detectors?

Interest Point in an image is a point that is exceptional from its neighborhood. To detect and describe this point typically it's used a two-step process: A. Feature Detectors: where a feature detector (extractor) is an algorithm taking an image as input and outputting a set of regions ('local features').

What is detector and descriptor?

The detector is a corner detector. The descriptor is a binary string representing the signs of the difference between certain pairs of pixels around the interest point.

Instantaneous frequency vs time for a piecewise signal
What is the instantaneous frequency of the signal?What is instantaneous frequency in phase modulation?How are instantaneous phase and frequency relat...
STFT for Classification
What is STFT used for?How is STFT calculated?What are the advantages of STFT over a simple FFT?Why would we use a STFT spectrogram for Analysing huma...
Fixed point restrictions with respect to DSP
What is fixed-point in DSP?What is a fixed-point processor?What is difference between fixed-point and floating-point? What is fixed-point in DSP?Fix...