octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54640] [octave forge] (image) maketform of tr


From: Tis Veugen
Subject: [Octave-bug-tracker] [bug #54640] [octave forge] (image) maketform of transforming triangles is wrong
Date: Mon, 10 Sep 2018 08:31:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

Follow-up Comment #1, bug #54640 (project octave):

I replaced the line
trafo = maketform ("affine", triangle_corners, corners);

with my own computed matrix 'mtrafo'

trafo = maketform ("affine", mtrafo);

However, the result is the same and still wrong. So, I guess that the problem
is not in maketform, but in: imtransform( imageMask, trafo );

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54640>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]