| Authors: | John Kay
Gilberto Galvis |
|---|---|
| Email: | [email protected], [email protected] |
| Version: | 0.1.1 |
This project provides an interface tool for making non-rigid assisted distortions on images. Assistance is possible through a grid of points that can be dragged. The dragging of the points generates the non-rigid distortion on the image. The interface is based on MatLab GUI
- Clone this repository on your machine
- MatLab: The interface tool is based on MatLab, so it is required to have MatLab installed
There are two ways to use the tool: 1) optimized mode and 2) non-optimized mode. The optimized mode is much faster.
Requires the compilation of the .mex files found in the functions_nonrigid folder. Then, open MatLab and run the following in the command window
compile_c_filesOnce executed, the optimized functions will be ready to use the optimized mode.
Note: Please note that, depending on your operating system, compiling the .mex files may require some additional steps such as compiler settings, for example.
You only need to change the path to the files that the interface will use. Please open the nonrigid_assited_image_distortion.m file with the text editor of your choice. Then change line 68 to addpath ([functiondir '/ functions_nonrigid_matlab']). Save the changes and close the edition.
With this you can already use the tool in non-optimized mode
To run the tool, you just need to open MatLab and run the following line in the MatLab Command Window
nonrigid_assited_image_distortion