Skip to content

Releases: vincenzoml/VoxLogicA

Second release on Zenodo

12 Mar 16:21
a74a525
Compare
Choose a tag to compare
Pre-release

Second release on Zenodo


First release on zenodo

12 Mar 16:19
a74a525
Compare
Choose a tag to compare
Pre-release

First release on zenodo


Added divZ operator

08 Mar 19:03
de50f3a
Compare
Choose a tag to compare
Added divZ operator Pre-release
Pre-release

Added divZ(i1,i2,i3) operator, behaving as i1/i2 on voxels where i2 is non-zero, and just as i3 where i2 is zero.



Otsu thresholding

06 Mar 10:35
de50f3a
Compare
Choose a tag to compare
Otsu thresholding Pre-release
Pre-release

Implemented Otsu Thresholding:

otsu(image,mask,nbins)

Mask is the region from which the values of the histogram are taken. Nbins is the number of bins. The result is a boolean mask.

Added division

05 Mar 21:38
de50f3a
Compare
Choose a tag to compare
Added division Pre-release
Pre-release

Added voxel-by-voxel division between two images

Version 0.6.1-experimental

18 Dec 21:49
Compare
Choose a tag to compare
Pre-release

This is an experimental release with json output (see the --json command line option). Please use the most recent stable release 0.6.0 instead

Version 0.6.0

10 Oct 22:04
Compare
Choose a tag to compare

Plenty of bugfixes, new primtives lcc, abs and ifthenelse, and the new rcc8d library.

VoxLogicA version 0.5.99.1-experimental

19 Feb 14:17
Compare
Choose a tag to compare
Pre-release

Preview release of a batch of bugfixes and new features, notably including "if then else" style constructs and the operators of the region calculus (rcc8d).

VoxLogicA version 0.5.5

24 Oct 09:34
Compare
Choose a tag to compare

New version fixing a minor bug in cross-correlation and implementing auto-load for the standard library.

NOTE: on windows, if you get a DLL / PINVOKE error while loading images, please install the visual studio 2015 redistributable framework from microsoft:

https://www.microsoft.com/en-us/download/details.aspx?id=48145

Version 0.5.4

30 Jan 13:04
Compare
Choose a tag to compare

New version fixing a major bug in cross-correlation, minor bugs in stdlib.imgql related to arithmetic operators, and improving the percentiles operator.

NOTE: on windows, if you get a DLL / PINVOKE error while loading images, please install the visual studio 2015 redistributable framework from microsoft:

https://www.microsoft.com/en-us/download/details.aspx?id=48145