octave-iso2mesh 1.9.6+ds-7 source package in Ubuntu

Changelog

octave-iso2mesh (1.9.6+ds-7) unstable; urgency=medium

  * Team upload

  * d/rules: Honor environment variables CPPFLAGs, CXXFLAGS, and LDFLAGS
  * d/copyright:
    + Refer to common license file for Apache-2.0
    + Update copyright year for the debian/* files
  * d/control: Bump Standards-Version to 4.6.0 (no changes needed)

 -- Rafael Laboissière <email address hidden>  Sat, 20 Nov 2021 17:10:06 -0300

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
octave-iso2mesh_1.9.6+ds-7.dsc 2.4 KiB 6ea0a0cde3f0b5493d5099ad97c45cc8c2001235cb2ebf8413a35791872531e3
octave-iso2mesh_1.9.6+ds.orig.tar.gz 2.9 MiB 83da40bbc71f2105ba8e23593377a72adf2d688b32f6a5f4493c67ccf7a03a2c
octave-iso2mesh_1.9.6+ds-7.debian.tar.xz 7.9 KiB 47c1d18f0ea7b7f9cc48c149b70a40d2c9b524d3c9637a794e25c6c36fe0399a

Available diffs

No changes file available.

Binary packages built by this source

iso2mesh-demos: sample files and demo scripts for Iso2Mesh toolbox

 This package contains sample meshing script and data files for
 testing and showcasing Iso2Mesh functions. The main functions
 demonstrated in this package include surface-based mesh generation
 via s2m/surf2mesh, volume-based mesh generation via v2m/vol2mesh,
 mesh smoothing (sms), boolean operations (surfboolean), downsampling
 (meshsample) and remeshing (remeshsurf).

iso2mesh-tools: 3D mesh generation and repairing utilities

 This package contains 3D mesh generation and repairing tools
 that can be used independently and invoked inside iso2mesh.
 .
 These tools include cgalmesh (3D mesh generation from volumetric
 images), `cgalpoly` (3D mesh generation from polyhedral surfaces),
 `cgalsimp2` (triangular surface simplification), `meshfix` (3D
 surface cleaning and repairing), and `jmeshlib` (3D surface cleaning).

iso2mesh-tools-dbgsym: debug symbols for iso2mesh-tools
matlab-iso2mesh: No summary available for matlab-iso2mesh in ubuntu lunar.

No description available for matlab-iso2mesh in ubuntu lunar.

octave-iso2mesh: 3D surface and volumetric mesh generator for Octave

 Iso2Mesh is a MATLAB/Octave-based mesh generation toolbox,
 designed for easy creation of high quality surface and
 tetrahedral meshes from 3D volumetric images. It contains
 a rich set of mesh processing scripts/programs, working
 either independently or interacting with external free
 meshing utilities. Iso2Mesh toolbox can directly convert
 a 3D image stack, including binary, segmented or gray-scale
 images such as MRI or CT scans, into quality volumetric
 meshes. This makes it particularly suitable for multi-modality
 medical imaging data analysis and multi-physics modeling.
 Iso2Mesh is cross-platform and is compatible with both MATLAB
 and GNU Octave.
 .
 This package contains the Octave support for iso2mesh.