Giter Club home page Giter Club logo

orb16's Introduction

ORB (Oriented Fast and Rotated BRIEF) for 16-bit image

C++ and Python interface for ORB feature extraction

alt text

This repository is a wrapper for well-known feature extractor, ORB, to make it use of 16-bit image.
Unlike normal RGB 8-bit image, TIR (Thermal-Infrared) image contains 14-bit information.
It has been a practice to convert (normalize) TIR image into 8-bit, and then apply traditional 8-bit feature extractor to it.
But we argue that it can be better to detect and describe features from raw 14-bit image.
Advantages of using raw 14-bit image is ...

  1. preserve raw intensity information
  2. make image irrelevent to the normalization method
  3. detect more features

We provide ready-to-use C++ and Python interface. Most of the code is from official OpenCV, and we slightly changed the part of them.

How to use

Clone and build the repository.

git clone https://github.com/HyeonJaeGil/ORB16.git && cd ORB16
git submodule update --init --recursive

to use C++ interface only

# build
mkdir build && cd build && cmake .. && make

# test
./test_ORB16

to use Python interface

# build
pip install -e . 

# test
python python/test_pyorb.py

orb16's People

Contributors

hyeonjaegil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

orb16's Issues

ORB-SLAM2 16bit Implementation

Hi @HyeonJaeGil

Awesome work, thank you for open-sourcing!

Do you happen to have an implementation of ORB16 in ORBSLAM2/3 to test? If not, do you have any suggestions on how to go about implementing it? I may give it a shot. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.