BRIEF Descriptor
Binary robust independent elementary features. In In European Conference on Computer Vision, 2010.
https://www.cs.ubc.ca/~lowe/525/papers/calonder_eccv10.pdf Available locally: file:///Users/stevengong/My%20Drive/Books/calonder_eccv10.pdf
A modified version is used in ORB.
“Our experiments show that only 256 bits, or even 128 bits, often suffice to obtain very good matching results”.
BRIEF is a binary descriptor. Its description vector consists of many zeros and ones, which encode the size relationship between two random pixels near the keypoint (such as p and q): If is greater than , then take , otherwise take .
Random pattern, but not random across feature points!
In BRIEF, the randomness of the 128 pixel sampling is fixed after the initial random selection. The same pre-determined pattern of pixels is used for every feature point in an image.
- That makes sense, to ensure fair comparison
We define test on patch of size as
- where is the pixel intensity in a smoothed version of at x = (u, v) ⊤.
- Choosing a set of (x, y)-location pairs uniquely defines a set of binary tests. We take our BRIEF descriptor to be the -dimensional bitstring