On 6 Jun., 05:32, Tom Sharpless <[email protected]> wrote:
> > I've long wanted to see 'morph-to-fit' -- meaning a more general mesh > based warping engine -- added to Hugin's repertoire. If PTStereo > showed the way to that, it would be a very good thing. > The morph-to-fit function has always been in the published pano12.lib sources. The file "morpher.c" contains the function "void tmorph( double x_dest,double y_dest, double* x_src, double* y_src, void* params )" which can be added to any remap-stack. The file "Triangulate.c" contains functions which create a triangulated mesh from any set of control points, and which serves as parameters for the "tmorph" function. Helmut Dersch -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
