-
_From [alanruttenberg@gmail.com](https://code.google.com/u/alanruttenberg@gmail.com/) on September 19, 2011 23:57:42_
Raised in a discussion relating to IAO at the UB Applied Ontology meeting, by Bar…
-
Besides affine transformations of reference elements, we should consider also supporting more transformations, like quadratic ones.
This would require a more sophisticated geometry layer, that makes …
-
It seems that if `get_intrinsics_matrix()` always sets `cx, cy` to be the image center, not the actual values that we passed in. To test this I used the following script.
```
import nvisii
# Cr…
-
### Description
Some tests require a number of arguments that are part of the same data structures (e.g. the image size, or resolution). Having a utility function in a single place to parse the input…
-
This tool is awesome, especially for the elastic distortion function. Is is possible to add operations on given keypoints/landmarks, which means the inputs and outputs are images and corresponding poi…
-
Does this script is still valid? It checks out version of Polygeist from polygeist-version.txt which seems to be incompatible and miss some required headers so I'm getting the error
```
[10/33] Bui…
-
I want to perform a scaling operation to a STEP file that i imported.
The problem is, i want to be scaled only on one dimension. Searching the docs (https://cadquery.readthedocs.io/en/latest/classr…
hexad updated
2 years ago
-
Hi. I need to clone objects and i should serialize the objects for my purposes.
When i try to copy the object which is flipped, i got unexpected transformation (see below).
How we can …
-
Most of IREEs codegeneration relies on using tensor-based approaches. To aid that the `scf.forall` operation allows you to do parallel spatial decomposition. This is some part of what is modeled by `a…
-
**Is your feature request related to a problem? Please describe.**
Need a function or set of functions that can resample, reproject, and coregister data cubes from different sources.
Before: An…