Commit f40bfe4 1 parent 8fd183e commit f40bfe4 Copy full SHA for f40bfe4
File tree 5 files changed +35
-5
lines changed
5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 3
3
= An image-based 3D surface and volumetric mesh generator =
4
4
===============================================================================
5
5
6
- Copyright (C) 2007-2020 Qianqian Fang <q.fang at neu.edu>
6
+ Copyright (C) 2007-2024 Qianqian Fang <q.fang at neu.edu>
7
7
8
8
-------------------------------------------------------------------------------
9
9
Original file line number Diff line number Diff line change 1
1
Name: iso2mesh
2
- Version: 1.9.6
3
- Date: 2020-05-09
2
+ Version: 1.9.8
3
+ Date: 2024-17-10
4
4
Title: A 3D surface and volumetric mesh generator for MATLAB/Octave
5
5
Author: Qianqian Fang <
[email protected] >
6
6
Maintainer: Qianqian Fang <
[email protected] >
Original file line number Diff line number Diff line change @@ -146,14 +146,27 @@ File I/O
146
146
readnirfast
147
147
readnifti
148
148
readmptiff
149
+ loadjsnirf
150
+ savejsnirf
151
+ loadsnirf
152
+ savesnirf
153
+ readobjmesh
154
+ loadh5
155
+ saveh5
156
+ loadjd
157
+ savejd
158
+ loadjmesh
159
+ readobjmesh
149
160
JData functions
150
161
savejmesh
151
162
loadjnifti
152
163
savejnifti
153
164
loadnifti
154
165
savenifti
166
+ jdatahash
155
167
jdataencode
156
168
jdatadecode
169
+ jdict
157
170
jload
158
171
jsave
159
172
decodevarname
@@ -166,6 +179,11 @@ JData functions
166
179
niiformat
167
180
savebnii
168
181
savejnii
182
+ jsonpath
183
+ jsonset
184
+ jsoncache
185
+ json2couch
186
+ filterjsonmmap
169
187
Data compression
170
188
zlibencode
171
189
zlibdecode
@@ -181,6 +199,11 @@ Data compression
181
199
lz4hcdecode
182
200
base64decode
183
201
base64encode
202
+ blosc2encode
203
+ blosc2decode
204
+ zstdeecode
205
+ zstddecode
206
+ octavezmat
184
207
Volumetric image pre-processing
185
208
bwislands
186
209
fillholes3d
@@ -223,3 +246,10 @@ Miscellaneous functions
223
246
fast_match_bracket
224
247
match_bracket
225
248
memmapstream
249
+ aos2soa
250
+ soa2aos
251
+ snirfcheck
252
+ snirfcreate
253
+ snirfdecode
254
+ jsnirfcreate
255
+ niiheader2jnii
Original file line number Diff line number Diff line change 7
7
| ** Department** | Bioengineering |
8
8
| ** Institute** | Northeastern University |
9
9
| ** Address** | 360 Huntington Ave, Boston, MA 02115 |
10
- | ** Version** | 1.9.6 (Lion's Head) |
10
+ | ** Version** | 1.9.8 (Pot Stickers) |
11
11
| ** License** | GPL v2 or later (see COPYING) (this license does not cover the binaries under the bin/ directory, see Section III for more details) |
12
12
| ** URL** | http://iso2mesh.sf.net |
13
13
Original file line number Diff line number Diff line change 6
6
** Department of Bioengineering
7
7
** Northeastern University
8
8
** 360 Huntington Ave, Boston, MA 02115
9
- *'''Version''': 1.9.6 (Lion's Head )
9
+ *'''Version''': 1.9.8 (Pot Stickers )
10
10
*'''License''': GPL v2 or later (see COPYING)
11
11
** (this license does not cover the binaries under the bin/
12
12
** directory, see Section III for more details)
You can’t perform that action at this time.
0 commit comments