🧗‍♂️Random Restart

Recent Notes

  • Military Grid Reference System (MGRS)

    Aug 05, 2026

    • Coordinate Systems

      Aug 05, 2026

      • Earth-Centered, Earth-Fixed Coordinate System (ECEF)

        Aug 04, 2026

        -Artificial IntelligenceRoboticsSoftwareEngineeringGitHub
        Home

        ❯

        Computer Vision

        ❯

        Feature Detection

        ❯

        ORB (Oriented FAST and rotated BRIEF)

        ORB (Oriented FAST and rotated BRIEF)

        May 31, 20261 min read

        Intro

        ORB (Oriented FAST and rotated BRIEF) is a feature extraction algorithm that combines FAST for detecting keypoints with a rotation-invariant version of BRIEF descriptors. ORB improves BRIEF by rotating the descriptors according to the keypoints orientation, allowing features to be matched when the camera rotates.

        ORB: an efficient alternative to SIFT or SURF

        Resources

        • https://docs.opencv.org/4.x/d1/d89/tutorial_py_orb.html

        Graph View

        • Intro
        • Resources

        Backlinks

        • ORB SLAM

        Created with Quartz v4.5.1 © 2026

        • GitHub
        • Discord