All Projects → lambdaloop → Ucoslam Cv3

lambdaloop / Ucoslam Cv3

Licence: other
Updated UcoSLAM to compile for OpenCV 3

Projects that are alternatives of or similar to Ucoslam Cv3

Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (+461.29%)
Mutual labels:  slam, opencv
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (+235.48%)
Mutual labels:  slam, opencv
Ai Job Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Stars: ✭ 3,191 (+10193.55%)
Mutual labels:  slam, opencv
Ov2slam
OV²SLAM is a Fully Online and Versatile Visual SLAM for Real-Time Applications
Stars: ✭ 119 (+283.87%)
Mutual labels:  slam, opencv
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+19706.45%)
Mutual labels:  slam, opencv
A Loam
Advanced implementation of LOAM
Stars: ✭ 869 (+2703.23%)
Mutual labels:  slam
Facetracker
Real time deformable face tracking in C++ with OpenCV 3.
Stars: ✭ 944 (+2945.16%)
Mutual labels:  opencv
Idcardgenerator
身份证图片生成工具 generate an id card picture
Stars: ✭ 862 (+2680.65%)
Mutual labels:  opencv
Facerec Lock
Face recognition to control servo lock using Raspberry Pi and OpenCV
Stars: ✭ 7 (-77.42%)
Mutual labels:  opencv
Tensorflow object counting api
🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
Stars: ✭ 956 (+2983.87%)
Mutual labels:  opencv
Pepper Robot Programming
Pepper Programs : Object Detection Real Time without ROS
Stars: ✭ 29 (-6.45%)
Mutual labels:  slam
Kinectwithopencvforunityexample
Kinect with OpenCV for Unity Example
Stars: ✭ 20 (-35.48%)
Mutual labels:  opencv
Surf Opencv Inclination
Indentify an object by SURF algorithm using OpenCV and calculate the rotatinal angle of the object
Stars: ✭ 12 (-61.29%)
Mutual labels:  opencv
Enhanced Image Colour Transfer
An Enhanced Implementation of the Colour Transfer Method Proposed by E Reinhard et al.
Stars: ✭ 28 (-9.68%)
Mutual labels:  opencv
Raspberryrobot
基于树莓派的智能机器人
Stars: ✭ 11 (-64.52%)
Mutual labels:  opencv
Deepnude nowatermark withmodel
DeepNude source code,without watermark,with demo and model download link,one command to run offline,GAN/Pytorch/pix2pix/pic2pic
Stars: ✭ 950 (+2964.52%)
Mutual labels:  opencv
Hadoop Pot
A scalable Apache Hadoop-based implementation of the Pooled Time Series video similarity algorithm based on M. Ryoo et al paper CVPR 2015.
Stars: ✭ 8 (-74.19%)
Mutual labels:  opencv
Facerecognition2
Mediante el uso de un script con OpenCV aprenderemos las caras que nos interesen y con otro script arrancaremos la función de reconocimiento. Control de acceso al laboratorio con reconocimiento facial.
Stars: ✭ 20 (-35.48%)
Mutual labels:  opencv
Fourier Descriptors
OpenCV project for my image processing course, horribly bad work.
Stars: ✭ 28 (-9.68%)
Mutual labels:  opencv
Anonymize Video
Replace faces in a video with imaginary persons generated by a progressive GAN deep neural network
Stars: ✭ 15 (-51.61%)
Mutual labels:  opencv

UcoSLAM

UcoSLAM is a library for Simultaneous Localization and Mapping using keypoints that able to operate with monocular cameras, stereo cameras, rgbd cameras. Additionally, our library is fully integrated with the ArUco library for detecting squared fiducial markers. They can be placed in the environment to improve tracking.

Main feafures:

UcoSLAM is a complete reimplementation of ORBSLAM2, with additional features such as:

* Ability to save/load maps generated.
* Ability to use markers to enhance, initialization, tracking, and long-term relocalization. Also, markers allow estimating the real map scale from monocular cameras.  It is integrated with the ArUco library.
* Support for sequential mapping, ensuring no frames are dropped in the process. Also, the sequential mode guarantees a deterministic behaviour. In other words, processing the same video sequence twice produces the same results.
* Parallelization of the KeyPoint detector makes the tracking much faster
* Only one external dependency, OpenCV. The rest of the required packages are in the library. The compilation is straightforward.
* Multiplatform, ready to be compiled in Windows, Linux and Android systems
* An easy-to-use graphical user interface to process your videos, save and visualize your maps, calibrating your camera, etc.
* PPA repository for Ubuntu and ready-to-use packages for Windows. You do not need to be a developer to use it.

More info

Please visit ucoslam.com for more info

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].