An open API service indexing awesome lists of open source software.

https://github.com/david-cattermole/pointsetmatch-maya

Matches pairs of reference and move points with a transformation matrix in a Autodesk Maya DG node.
https://github.com/david-cattermole/pointsetmatch-maya

c-plus-plus computer-graphics least-squares levenberg-marquardt maya maya-plugin

Last synced: about 1 year ago
JSON representation

Matches pairs of reference and move points with a transformation matrix in a Autodesk Maya DG node.

Awesome Lists containing this project

README

          

# Maya Point Set Match

Matches pairs of reference and move points with a transformation matrix in a Autodesk Maya DG node.

## Features

- Maya DG node.
- Matches pairs of 3D points.
- Allow locking arbitrary transform attributes
- Calculate up to 9 transform attributes
- Minimum of 3 point pairs to calculate transform attributes (tx, ty, tz, rx, ry, rz, sx, sy, sz)

## Usage

_To be written._

## Building and Install

_To be written._

### Dependencies

- C++ compiler with support for C++11
- CMake 2.6+
- levmar 2.6+ (http://users.ics.forth.gr/~lourakis/levmar/)
- Autodesk Maya 2016+

### Build

_To be written._

### Install

_To be written._

## Limitations and Known Bugs

- Maya command is currently unfinished.