[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I'm implementing the affine2d class, and I can't understand what the out
From: |
motherboard |
Subject: |
I'm implementing the affine2d class, and I can't understand what the outputLimits function does |
Date: |
Wed, 2 Dec 2015 00:44:30 -0800 (PST) |
Can anyone have a look here
<http://nl.mathworks.com/help/images/ref/affine2d.outputlimits.html> and
see if they can understand it?
My initial impression was that it is equivalent to
[transformedXMinMax transformedYMinMax] =
transformPointsForward(tform,[xMin xMax], [yMin yMax]);
But this does not result in the correct values as per the example on the
page...
--
View this message in context:
http://octave.1599824.n4.nabble.com/I-m-implementing-the-affine2d-class-and-I-can-t-understand-what-the-outputLimits-function-does-tp4673752.html
Sent from the Octave - General mailing list archive at Nabble.com.
- I'm implementing the affine2d class, and I can't understand what the outputLimits function does,
motherboard <=