🧗‍♂️Random Restart

Recent Notes

  • BRIEF (Binary Robust Independent Elementary Features)

    May 31, 2026

    • FAST (Features from accelerated segment test)

      May 31, 2026

      • ORB (Oriented FAST and rotated BRIEF)

        May 31, 2026

        PortfolioArtificial 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