All Projects → alicevision → Ofxmvg

alicevision / Ofxmvg

Licence: mpl-2.0
OFX plugins for Multiple View Geometry

Projects that are alternatives of or similar to Ofxmvg

Handeye calib camodocal
Easy to use and accurate hand eye calibration which has been working reliably for years (2016-present) with kinect, kinectv2, rgbd cameras, optical trackers, and several robots including the ur5 and kuka iiwa.
Stars: ✭ 364 (+468.75%)
Mutual labels:  camera, camera-calibration
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (+117.19%)
Mutual labels:  camera, camera-calibration
Lidar camera calibration
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
Stars: ✭ 734 (+1046.88%)
Mutual labels:  camera, camera-calibration
Sltk
An OpenCV-based structured light processing toolkit.
Stars: ✭ 151 (+135.94%)
Mutual labels:  camera, camera-calibration
Camera calibration api
A simple Python API for single camera calibration using opencv
Stars: ✭ 36 (-43.75%)
Mutual labels:  camera, camera-calibration
Gopro Py Api
Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
Stars: ✭ 1,058 (+1553.13%)
Mutual labels:  camera
Opengl4android
OpenGL运用在Android上的Demo,结合Camera和MediaCodec实现预览和渲染,用于实现视频的裁剪,翻转,缩放,滤镜功能。
Stars: ✭ 56 (-12.5%)
Mutual labels:  camera
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (-25%)
Mutual labels:  camera
Gncam
📷 A Swift 3 library for interacting with the camera on iOS using AVFoundation
Stars: ✭ 42 (-34.37%)
Mutual labels:  camera
Cameramanager
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Stars: ✭ 1,130 (+1665.63%)
Mutual labels:  camera
App Media
Elements for accessing data from media input devices and visualizing that data for users
Stars: ✭ 60 (-6.25%)
Mutual labels:  camera
Spherelayout
a layout which supports 3d rotate and enable its childview has z-depth for android
Stars: ✭ 55 (-14.06%)
Mutual labels:  camera
Fspy
A cross platform app for quick and easy still image camera matching
Stars: ✭ 1,056 (+1550%)
Mutual labels:  camera-calibration
Camerabackground
Show camera layer as a background to any UIView
Stars: ✭ 57 (-10.94%)
Mutual labels:  camera
Defold Orthographic
Orthographic camera functionality for the Defold game engine
Stars: ✭ 50 (-21.87%)
Mutual labels:  camera
Vgg Multiple View Geometry
A set of MATLAB utilities for multiple view geometry, provided alongside Hartley & Zisserman's "Multiple View Geometry in Computer Vision, Second Edition" (2004). Obtained from http://www.robots.ox.ac.uk/~vgg/hzbook/code/.
Stars: ✭ 62 (-3.12%)
Mutual labels:  camera-calibration
V4l2test
v4l2 camera test for android platform.
Stars: ✭ 47 (-26.56%)
Mutual labels:  camera
Esp32 Ov7670 Hacking
Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.
Stars: ✭ 55 (-14.06%)
Mutual labels:  camera
Testcoreml
A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
Stars: ✭ 60 (-6.25%)
Mutual labels:  camera
Node Blink Security
This is an npm module for communicating with Blink Home Security System
Stars: ✭ 54 (-15.62%)
Mutual labels:  camera

ofxMVG

OpenFX plugins for Multiple View Geometry

This project is not ready for end users and is not maintained for now. It has been developed for testing and analyzing camera tracking algorithms. It may become active again in the future, but not for now.

CameraLocalizer

CameraLocalizer estimates the camera pose of an image regarding an existing 3D reconstruction generated by openMVG. The plugin supports multiple clips in input to localize a RIG of cameras (multiple cameras rigidly fixed).

Camera localization screenshot

CameraLocalizer on ShuttleOFX

LensCalibration

LensCalibration estimates the best distortion parameters according to the couple camera/optics of a dataset. The plugin supports video file & folder containing images or image sequence.

LensCalibration on ShuttleOFX

Compilation

git submodule update -i
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install

Usage

export OFX_PLUGIN_PATH=/path/to/ofxMVG/install

Then launch your preferred OpenFX Host. Currently, the plugins have only been tested in Nuke.

License

The plugins are released under the MPL License.

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