NickBuryak / 3D-Vision

Some 3D vision algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D-Vision

Some 3D vision algorithms

Augmented Reality

alt augmented reality

Camera Pose Estimation

Dense Stereo

alt dense stereo

Point Feature Detection

alt features tracking

Bundle Adjustment

Multi-view Dense Depth Estimation (CUDA)

Calibration

The folder Calibration contains algorithms to calibration the camera focal view from vanishing points.

Pose Interpolation

The folder Pose_Manipulation contains code to interpolation between poses. This is done using spherical linear interpolation (SLERP) for the orientation and linear interpolation for the position.

Numercial Optimization

The folder Numerical_Optimization contains different algorithms for unconstrained non-linear minimization. For example, gradient descent or conjugate gradient.

About

Some 3D vision algorithms


Languages

Language:C++ 60.7%Language:Python 27.6%Language:CMake 8.6%Language:Cuda 2.7%Language:C 0.4%