Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractPlanarShapeWithImgIn3D should also have a temporal resolution... #3

Open
xulman opened this issue Oct 3, 2024 · 2 comments

Comments

@xulman
Copy link
Contributor

xulman commented Oct 3, 2024

....besides only the spatial domain (provided by the AffineTransform3D). The caller would thus be able to understand
where in 3D +time the provided 2D image fits. This concerns the class' c'tor.

@xulman
Copy link
Contributor Author

xulman commented Oct 3, 2024

actually concerns already AbstractPlanarShapeIn3D

@xulman
Copy link
Contributor Author

xulman commented Oct 7, 2024

actually... the getCooridante3D() will have to "duplicated", because there is 2Dscreen-to-3D global (implicit) coordinate system in which all sources meet, and there are additional per-source thisGlobalCoordinates-to-ImagePixelDataCoordinates (this is what positions sources and takes care of pixel size anisotropy)... both 3D spaces are reasonable to have access to.. currently the code convert shape's planar coords only into the global space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant