-
Quick bug note referring to #260
> loaded objects from vox file are flipped (at last for vox from magica ver 0.99.6 that I use)
Need swap x,y,z in vox_loader.cpp to x,z,y
-
Turf.js has a [`Turf#buffer`](http://turfjs.org/docs/#buffer) method that would be useful for defining offline map regions. An example use case in navigation would be defining a buffer around a route…
-
Dear maintainers,
with boost 1.77, the following program
``` c++
#include
#include
namespace bg = boost::geometry;
namespace bm = bg::model::d2;
using point = bm::point_xy;
using l…
-
When I am using map_coordinates and generated warp deformation field to get the transformed image, I find the tranformed image and that by NiftyReg are different.
Could you please provide the imple…
-
when i read the code, i am confused about `th13 = (2 * xc - input_W - 1) / (input_W - 1)`, cloud you give some links for explain this code. thanks.
-
Currently, 5 gigabytes is required to store all lesson media on the site. This is a large amount of data. If we were to add it directly to this repository, it would significantly slow down cloning, …
-
The exporter and importer does not take into account the Blender scenes "Unit Scale" and exports and imports objects in a wrong size. It only works correctly if the scene unit scale is 1.0.
-
Hello,
i have tried:
```
java -jar ./ubu-1.2b-SNAPSHOT-jar-with-dependencies.jar sam-xlate \
--bed gencode.v31.annotation.no_head.bed \
--in test.hg38genome.bam \
--out test.hg38genome.bam
``…
-
I am suggesting clarifying the description of the RotateTransform. From what is in the existing document ( document temp-draft-4.md in the eds branch) it is unclear what is the geometric action of a R…
-
As it has been reported multiple times that the CF encoding of CRS (Coordinate Reference System) may pose issues, I propose starting a dedicated thread to gain a better understanding of these concerns…