Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmwallio/deform-surf-track
https://github.com/kmwallio/deform-surf-track
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmwallio/deform-surf-track
- Owner: kmwallio
- Created: 2014-01-23T04:54:04.000Z (almost 11 years ago)
- Default Branch: development
- Last Pushed: 2014-01-23T04:56:23.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T01:12:57.600Z (8 months ago)
- Language: Matlab
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deformable Surface Tracking
This [MatLab](http://www.mathworks.com/products/matlab/) project performs deformable surface tracking using a meshless registration model.
The idea is to have nodes that are represented by 2D gaussians to perform the image registration. Using the optical flow constraint, we apply a series of transformations on the nodes to find the transformation from one frame to the next.
Using this, we can do augmented reality with clothing, point tracking (maybe for medical image analysis or something), and more.
## Requirements
* Optimization Toolbox
### Other
This could more that likely **does not** work under [Octave](http://www.gnu.org/software/octave/) without some heavy adjustments.