All Projects → shijieS → RGBDCameraExtrinsicCalibration

shijieS / RGBDCameraExtrinsicCalibration

Licence: other
RGB-D extrinsic parameter automatic calibration based on plane detection

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to RGBDCameraExtrinsicCalibration

industrial calibration
Contains libraries/algorithms for calibration industrial systems
Stars: ✭ 91 (+184.38%)
Mutual labels:  calibration, extrinsic
python-dts-calibration
A Python package to load raw Distributed Temperature Sensing (DTS) files, perform a calibration, and plot the result.
Stars: ✭ 21 (-34.37%)
Mutual labels:  calibration
stanTuneR
This code uses the algebra solver in Stan (https://mc-stan.org/) to find the parameters of a distribution that produce a desired tail behavior.
Stars: ✭ 28 (-12.5%)
Mutual labels:  parameters
rake
A Java library for Rapid Automatic Keyword Extraction (RAKE) 🍂
Stars: ✭ 23 (-28.12%)
Mutual labels:  automatic
SZTElectronicInvoice
深圳通充值发票手动、自动批量下载程序【代码仅供学习,请勿非法使用,违者一概不负责任】
Stars: ✭ 17 (-46.87%)
Mutual labels:  automatic
AndroidMarkerARDemo
a simple demo of android marker ar with opencv
Stars: ✭ 17 (-46.87%)
Mutual labels:  calibration
RaPId
RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
Stars: ✭ 35 (+9.38%)
Mutual labels:  calibration
RGBD-SODsurvey
RGB-D Salient Object Detection: A Survey
Stars: ✭ 171 (+434.38%)
Mutual labels:  rgb-d
libcalib
calibrate stereo cameras
Stars: ✭ 37 (+15.63%)
Mutual labels:  calibration
VideoRecognition-realtime-autotrainer-alerts
State of the art object detection in real-time using YOLOV3 algorithm. Augmented with a process that allows easy training of the classifier as a plug & play solution . Provides alert if an item in an alert list is detected.
Stars: ✭ 36 (+12.5%)
Mutual labels:  automatic
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-59.37%)
Mutual labels:  automatic
binary.com-bot
Scripts for using on Binary.com Bots.
Stars: ✭ 60 (+87.5%)
Mutual labels:  automatic
camera-calibration
This repository include implementation of calibrating intrinsic and extrinsic camera parameter for distance calculation
Stars: ✭ 19 (-40.62%)
Mutual labels:  calibration
api-doc
自动化文档生成工具
Stars: ✭ 13 (-59.37%)
Mutual labels:  automatic
beautiful-capi
Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
Stars: ✭ 31 (-3.12%)
Mutual labels:  automatic
rack-params
`Rack::Request.params` validation and type coercion, on Rack.
Stars: ✭ 31 (-3.12%)
Mutual labels:  parameters
SKR-V1.4-Turbo-Stepper-Driver-Jumper-Configuration-Manual
SKR V1.4 TURBO Stepper Driver Jumper Configuration Manual
Stars: ✭ 33 (+3.13%)
Mutual labels:  calibration
yac
YAC - Yet Another Calibrator
Stars: ✭ 19 (-40.62%)
Mutual labels:  calibration
hexrd
A cross-platform, open-source library for the analysis of X-ray diffraction data.
Stars: ✭ 30 (-6.25%)
Mutual labels:  calibration
foosball
Analysis of table soccer games based on video recordings
Stars: ✭ 22 (-31.25%)
Mutual labels:  calibration

RGB-D Camera extrinsic parameter automatically calibration

Purpose

Automatically detect the ground plane, build the world coordinate and estimate the extrinsic parameter of the moving camera.

Rquirement

  • MATLAB R2016 or newer
  • have mj2 decoder (support mj2 video)

Run

  • Download demo videos, and move "color.avi" and "depth.mj2" to work directory.
  • cd work directory
  • run "main"

Result

Our method can automatically detect the ground plane. Based the detected plane, we build a world coordinate and estimate the extrinsic parameters of the RGB-D camera.

Cite

If you use this method or inspired by this method, please cite the paper:

English version

  • Sun S J, Song H S, Zhang C Y, Zhang W T, Wang X . Automatic extrinsic calibration for RGB-D camera based on ground plane detection in point cloud[J]. Journal of Image and Graphics, 2018, 23(6): 866-873.

Chinese version

  • [孙士杰, 宋焕生, 张朝阳, 张文涛, 王璇. 点云下地平面检测的RGB-D相机外参自动标定[J]. 中国图象图形学报, 2018, 23(6): 866-873.][DOI: 10.11834/jig.170490]
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].