-
## Introduced in R 4.2
* [ ] affine transformations
* [ ] compositing operators
* [ ] luminance masks
* [ ] stroking and filling paths
## Introduced in R 4.3
* [ ] glyphs
In a [{vdiffr}…
-
-
## Issue Details
Example function that uses `make_regular_prism()` to create a cylinder and constructs an affine transformation to rotate it into a defined axis.
Feature request: Add a construct…
-
### Description:
When I apply inverse transformation to the output of the warp function, it doesn't produce the original image.
The code below is from the example provided, with `out = warp(out, t…
-
Benchmark:
`symm_float.c`
Script:
```
set-dynamatic-path ./dynamatic; set-src ./dynamatic/integration-test/symm_float/symm_float.c; set-clock-period 5; compile ; write-hdl --hdl veril…
-
## Detailed Description
The user should be able to rotate dataset layers on the fly. The rotation should probably be persisted. Implementation-wise the existing affine transformations can be used.
~…
-
Another naive suggestion about `modeling`.
Is there a reason we have `AffineTransformation2D` rather than just a generic `AffineTransformation` that would handle any number of axes (and maybe build `…
-
Hello,
I would like to only allow rotation, translation, and scaling as transformations for image registration or the affine transformation without the shear option. Is there a way to set the param…
-
## Expected behavior and actual behavior.
Based on the documentation, after successfully reprojecting a raster layer, I expect the function to return a tuple where the first element is the transfor…
-
# Data-oblivious Programming
A data-oblivious program is one that decouples data input from program execution. Such programs exhibit control-flow and memory access patterns that are independent of …