readme

来自「matlab aamtool box」· 代码 · 共 24 行

TXT
24
字号
README - GLTriwarp
-------------------

To compile the .dll for use with matlab, you must start Matlab, make the
current working directory match that of gltriwarp.c

Then type:

>> mex gltriwarp.c -f mexopts.bat

at the command prompt (note, don't type the >>'s these are Matlabs prompts)

next type

>> scratch

This loads an image, and then makes some input and output points, generates a triangulation and
then calls gltriwarp.

There is not OpenGL code in gltriwarp.c now.

It just prints out the matrices and make the output image the input image.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?