dynamic - How to interactively transform an image (rotate / translate / etc) on a per-component basis?
I have binary images like this one
and I want to be able to interactively select its components and rotate them around its centroid by a different angle for each component.
I may also want to apply different Image transformations such as translations, dilations, etc., always on a per-component basis
Please keep in mind that the original component partition should be preserved, so if as a result of a given transformation two or more components get merged, they should still be considered as different components for the next transformation.
Comments
Post a Comment