extrinsic-calibration
There are 25 repositories under extrinsic-calibration topic.
heethesh/lidar_camera_calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
UMich-BipedLab/extrinsic_lidar_camera_calibration
This is a package for extrinsic calibration between a 3D LiDAR and a camera, described in paper: Improvements to Target-Based 3D LiDAR to Camera Calibration. This package is used for Cassie Blue's 3D LiDAR semantic mapping and automation.
UMich-BipedLab/LiDARTag
This is a package for LiDARTag, described in paper: LiDARTag: A Real-Time Fiducial Tag System for Point Clouds
mprib/caliscope
Multicamera Calibration + Pose Estimation --> Open Source Motion Capture
stytim/k4a-calibration
Azure Kinect multi-camera extrinsic calibration
cvlab-epfl/multiview_calib
Single and multiple view camera calibration tool
VCL3D/StructureNet
Markerless volumetric alignment for depth sensors. Contains the code of the work "Deep Soft Procrustes for Markerless Volumetric Sensor Alignment" (IEEE VR 2020).
zxl19/Hand_Eye_Extrinsic_Calibration
MATLAB code for LiDAR-Camera-GNSS/INS extrinsic calibration based on hand-eye calibration method.
littlebearsama/CalibrationTools
1.相机模型标定(鱼眼相机,普通相机);2.立体相机标定与极线矫正;3.RGB(/灰度)相机与深度相机(tof)标定,数据融合;4.外参标定
chenxinfeng4/multiview_ball_calib
A python tutorial to use ball calibrating multiview camera system.
JokerJohn/AM_Align
[TIM'2024] AM-Align: Globally Optimal Estimation of Accelerometer-Magnetometer Misalignment
matthias-hirzle/depth_camera_array
Extrinsics Calibration Real Sense Depth Camera Array
xmba15/lidar_camera_calibration_point_to_plane
Extrinsic Calibration of Monocular Camera and Lidar using Planar Point To Plane Constraint
UMich-BipedLab/global_pose_estimation_for_optimal_shape
This package introduces the concept of optimizing target shape to remove pose ambiguity for LiDAR point clouds. Both the simulation and the experimental results confirm that by using the optimal shape and the global solver, we achieve centimeter error in translation and a few degrees in rotation even when a partially illuminated target is placed 30 meters away!
RiccardoGiubilato/1d-lidar-cam-calib
Extrinsic calibration for single point rangefinder and monocular vision systems
zxl19/LiDAR_Camera_Calibration_Preprocess
MATLAB and Python tools to extract and synchronize pointclouds and images from a rosbag for extrinsic calibration.
siddharthKatageri/tsai-camera-calibration
Implementation of TSAI camera calibration to compute intrinsic and extrinsic of the camera, with visualization of extrinsics.
heisenberg141/Pointcloud-Segmentation
This repository contains sensor fusion between a lidar and camera, semantic segmentation on point clouds and ICP registration of multiple point clouds.
pvphan/camera-calibration
Camera calibration from scratch
qbxlvnf11/camera-calibration
Examples of camera calibration, camera parameters visualization
UMich-BipedLab/optimal_shape_generation
This package introduces the concept of optimizing target shape to remove pose ambiguity for LiDAR point clouds. Both the simulation and the experimental results confirm that by using the optimal shape and the global solver, we achieve centimeter error in translation and a few degrees in rotation even when a partially illuminated target is placed 30 meters away!
cmpute/LRansacCalibrator
Lidar and camera calibration using LRANSAC. (Refactoring using C++)
varevalo-uma/RGBD-network-extrinsic-calibration-noetic
Clone of Open PTrack (v2) adapted to ROS noetic. Note: This repository only contains the nodes related to the extrinsic calibration of a RGBD sensors' network (four, to be specific). All other nodes have been removed.
sinaenjuni/Zhang-s-Method
Implementation of Camera Calibration using Zhang’s Method.