KO
|
EN
gitlite — search
Search
#python
#golang
#python3
#swift
#typescript
#docker
#android
#deep-learning
#rust
#home-assistant
#database
#javascript
ofxMVG
★ 68
Open GitHub ↗
OFX plugins for Multiple View Geometry
Download README (.md)
Explore Similar Repositories
shooping-management-system-example
:
Java项目超市购物管理系统,具有商品管理、前台收银、商品库存等功能,连接Oracle数据库存储数据。
awesome-projects
:
:sunglasses: A curated list of awesome projects
didi_challenge_ros
:
Roslaunch to visualize a rosbag file from Udacity (DiDi Challenge)
WebPDF.js
:
Foxit webpdf.js provides a world-class JavaScript library for viewing PDF files in web browsers.
ember-block-slots
:
Support for targeted yield slots within a component block
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ofxMVG
?
Download (.md)
ofxMVG ====== [OpenFX](http://openeffects.org) 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).  CameraLocalizer on [ShuttleOFX](https://github.com/shuttleofx/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](https://github.com/shuttleofx/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](http://openeffects.org) Host. Currently, the plugins have only been tested in Nuke. ## License The plugins are released under the [MPL License](LICENSE.md).