affine2d's outputLimits - what does it do??

2 views (last 30 days)
Cant Find
Cant Find on 1 Dec 2015
Commented: Cant Find on 2 Dec 2015
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
Cant Find
Cant Find on 2 Dec 2015
Got it, thanks :) It returns the bounding box after applying the transformation on a given bounding box.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!