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.7)haze_0.2.0.zip(r-4.6)haze_0.2.0.zip(r-4.5)
haze_0.2.0.tgz(r-4.6-x86_64)haze_0.2.0.tgz(r-4.6-arm64)haze_0.2.0.tgz(r-4.5-x86_64)haze_0.2.0.tgz(r-4.5-arm64)
haze_0.2.0.tar.gz(r-4.7-arm64)haze_0.2.0.tar.gz(r-4.7-x86_64)haze_0.2.0.tar.gz(r-4.6-arm64)haze_0.2.0.tar.gz(r-4.6-x86_64)
haze_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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-meshcpp
Last updated from:dfccb658d0. Checks:10 NOTE, 2 OK, 1 ERROR. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 173 | ||
| linux-devel-x86_64 | NOTE | 164 | ||
| source / vignettes | OK | 229 | ||
| linux-release-arm64 | NOTE | 153 | ||
| linux-release-x86_64 | NOTE | 163 | ||
| macos-release-arm64 | NOTE | 171 | ||
| macos-release-x86_64 | NOTE | 367 | ||
| macos-oldrel-arm64 | NOTE | 157 | ||
| macos-oldrel-x86_64 | NOTE | 265 | ||
| windows-devel | NOTE | 154 | ||
| windows-release | ERROR | 184 | ||
| windows-oldrel | NOTE | 130 | ||
| wasm-release | OK | 154 |
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 |
