BlueQuartzSoftware / BlueQuartzSoftware/simplnx
Basic Image Manipulation filters for 2D Images
Open
Feature Request
- Dominant language
- C++
- Stars
- 17
- Forks
- 13
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 10
Description
Yes, there is Apply Transformation to Geometry which in theory can take care of a lot of this, but:
A filter that can act on a strictly 2D Image (in any plane: XY, YZ, XZ) that could do the following:
- Flip about Axis 1
- Flip about Axis 2
- rotate +-90 deg. The rotation is about the center of the image using Axis 3 as the rotation axis.
- rotate 180 deg. The rotation is about the center of the image using Axis 3 as the rotation axis.
We could even have the input Image Geometry be the "MultiSelect" Geometry parameter so that you could apply the manipulation to a series of images (Mosaic... )
Contributor guide
Assessment
This issue has not been assessed yet.