Page MenuHomePhabricator

Allow to apply translation and rotation independently in ObjectVisualizationFilter
Closed, ResolvedPublic

Description

It should be configurable, if the position or orientation part (or both) are applied to the visualization object.

Event Timeline

neuhaus added a subscriber: neuhaus.

[SVN revision 21036]
ENH (#3228): allow to apply the translation and rotation separately

the feature is working, but needs to be tested. And a unit test has to be extended.

Adapting the unit test can be done by anyone.

[884b8e]: Merge branch 'bug-3228-ExtendObjectVisualizationFilterTest'

Merged commits:

2011-05-11 17:07:53 Alexander Seitel [a5502d]
Extended the test of IGT ObjectVisualizationFilter

Add test case when only using orientations.

[7d4486]: Merge branch 'bug-3228-ExtendObjectVisualizationFilterTest'

Merged commits:

2011-05-18 16:03:51 Alexander Seitel [33f9a7]
Added test case for rotations

[f05974]: Merge branch 'bug-3228-ExtendObjectVisualizationFilterTest'

Merged commits:

2011-06-15 17:56:16 Alexander Seitel [a74289]
COMP: use MatrixEqualElementWise() instead of Equal()