affine2d's outputLimits - what does it do??

I really tried to understand what this function does, but alas, I failed... I thought it works like this:
[transformedXMinMax transformedYMinMax] = outputLimits(tform,[xMin xMax],[yMin yMax]);
But according to the example, it does not...
Does anyone know what it does?

1 Comment

Got it, thanks :) It returns the bounding box after applying the transformation on a given bounding box.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 1 Dec 2015

Commented:

on 2 Dec 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!