All Projects → saimanoj18 → iros_bshot

saimanoj18 / iros_bshot

Licence: other
B-SHOT : A Binary Feature Descriptor for Fast and Efficient Keypoint Matching on 3D Point Clouds

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to iros bshot

Tsfeatures
Time series features
Stars: ✭ 203 (+372.09%)
Mutual labels:  feature-extraction
tsflex
Flexible time series feature extraction & processing
Stars: ✭ 252 (+486.05%)
Mutual labels:  feature-extraction
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+141.86%)
Mutual labels:  pcl
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+6223.26%)
Mutual labels:  feature-extraction
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (+467.44%)
Mutual labels:  feature-extraction
ImageCluster
Image cluster 图像聚类
Stars: ✭ 18 (-58.14%)
Mutual labels:  feature-extraction
Variational Ladder Autoencoder
Implementation of VLAE
Stars: ✭ 196 (+355.81%)
Mutual labels:  feature-extraction
Diabetic-Retinopathy-Feature-Extraction-using-Fundus-Images
Diabetic Retinopathy is a very common eye disease in people having diabetes. This disease can lead to blindness if not taken care of in early stages, This project is a part of the whole process of identifying Diabetic Retinopathy in its early stages. In this project, we'll extract basic features which can help us in identifying Diabetic Retinopa…
Stars: ✭ 25 (-41.86%)
Mutual labels:  feature-extraction
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+458.14%)
Mutual labels:  feature-extraction
PointCloudSegmentation
The research project based on Semantic KITTTI dataset, 3d Point Cloud Segmentation , Obstacle Detection
Stars: ✭ 62 (+44.19%)
Mutual labels:  3d-point-clouds
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (+406.98%)
Mutual labels:  feature-extraction
Pliers
Automated feature extraction in Python
Stars: ✭ 243 (+465.12%)
Mutual labels:  feature-extraction
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (-11.63%)
Mutual labels:  feature-extraction
Tsfel
An intuitive library to extract features from time series
Stars: ✭ 202 (+369.77%)
Mutual labels:  feature-extraction
gitter-api-pcl
Gitter# provide you the minimum code you need to use the Gitter API
Stars: ✭ 22 (-48.84%)
Mutual labels:  pcl
Piccante
The hottest High Dynamic Range (HDR) Library
Stars: ✭ 195 (+353.49%)
Mutual labels:  feature-extraction
Radiomics-research-by-using-Python
Radiomics (here mainly means hand-crafted based radiomics) contains data acquire, ROI segmentation, feature extraction, feature selection, machine learning modeling, and stastical analysis.
Stars: ✭ 27 (-37.21%)
Mutual labels:  feature-extraction
3D object recognition
recognize and localize an object in 3D Point Cloud scene using VFH - SVMs based method and 3D-CNNs method
Stars: ✭ 91 (+111.63%)
Mutual labels:  pcl
pyefd
Python implementation of "Elliptic Fourier Features of a Closed Contour"
Stars: ✭ 71 (+65.12%)
Mutual labels:  feature-extraction
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+9.3%)
Mutual labels:  feature-extraction

iros_bshot

Paper Title: B-SHOT : A Binary Feature Descriptor for Fast and Efficient Keypoint Matching on 3D Point Clouds

https://sites.google.com/site/bshotdescriptor/

Source Code of B-SHOT

  1. PCL needs to be installed on the system.

  2. In the CMakeLists.txt file, make sure that the code finds PCL installed in your system

  3. We provide a default implementation for SHOT matching and B-SHOT matching with some sample point clouds that are provided with the source code.

You may cite as

@INPROCEEDINGS{bshot_iros2015,
author={S. M. Prakhya and Bingbing Liu and Weisi Lin},
booktitle={Intelligent Robots and Systems (IROS), 2015 IEEE/RSJ International Conference on},
title={B-SHOT: A binary feature descriptor for fast and efficient keypoint matching on 3D point clouds},
year={2015},
pages={1929-1934},
doi={10.1109/IROS.2015.7353630},
month={Sept},}

or

S. M. Prakhya, Bingbing Liu and Weisi Lin, "B-SHOT: A binary feature descriptor for fast and efficient keypoint matching on 3D point clouds," Intelligent Robots and Systems (IROS), 2015 IEEE/RSJ International Conference on, Hamburg, 2015, pp. 1929-1934.doi: 10.1109/IROS.2015.7353630

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].