Package: haze 0.2.0
haze: Smoothing of per-Vertex Data on Triangular Meshes
Smoothing of per-vertex data on triangular meshes, sub mesh creation based on vertex indices, per-vertex data interpolation based on k-d trees.
Authors:
haze_0.2.0.tar.gz
haze_0.2.0.zip(r-4.5)haze_0.2.0.zip(r-4.4)haze_0.2.0.zip(r-4.3)
haze_0.2.0.tgz(r-4.4-x86_64)haze_0.2.0.tgz(r-4.4-arm64)haze_0.2.0.tgz(r-4.3-x86_64)haze_0.2.0.tgz(r-4.3-arm64)
haze_0.2.0.tar.gz(r-4.5-noble)haze_0.2.0.tar.gz(r-4.4-noble)
haze_0.2.0.tgz(r-4.4-emscripten)haze_0.2.0.tgz(r-4.3-emscripten)
haze.pdf |haze.html✨
haze/json (API)
# Install 'haze' in R: |
install.packages('haze', repos = c('https://dfsp-spirit.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dfsp-spirit/haze/issues
per-vertexsmoothingtriangular-mesh
Last updated 2 years agofrom:dfccb658d0. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | NOTE | Nov 03 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 03 2024 |
R-4.4-win-x86_64 | NOTE | Nov 03 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 03 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 03 2024 |
R-4.3-win-x86_64 | NOTE | Nov 03 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 03 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 03 2024 |
Exports:find_nv_kdtreelinear_interpolate_kdtreemesh.adjmesh.neigh.prenn_interpolate_kdtreepervertexdata.smoothnnpervertexdata.smoothnn.adjread.vvsubmesh.vertex
Dependencies:clicurldigestdownloaderfreesurferformatspkgfilecacherappdirsRcppRcppArmadilloRcppEigenrlangRvcgxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
haze: Smoothing of per-vertex data on triangular meshes | haze |
Interpolate per-vertex data at the query points. Or map per-vertex data between subjects. | linear_interpolate_kdtree |
Compute vertex neighborhoods for a mesh. | mesh.adj |
Return pre-computed neighborhood data for specific meshes. | mesh.neigh.pre |
Get per-vertex data at vertices closest to the given query coordinates on the mesh. | nn_interpolate_kdtree |
Smooth per-vertex data based on mesh. | pervertexdata.smoothnn |
Smooth per-vertex data using nearest-neighbor smoothing based on mesh adjacency information. | pervertexdata.smoothnn.adj |
Read vv binary file. | read.vv |
Create a submesh including only the given vertices. | submesh.vertex |