Skip to content

Commit

Permalink
VolumeCut 4.7
Browse files Browse the repository at this point in the history
+ Support for 2D binary masks
  • Loading branch information
lucadellasantina committed Jan 31, 2020
1 parent 07d8dc5 commit 41d6633
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
%
% *Change log*
%
% _*Version 4.7* created on 2020-01-31 by Luca Della Santina_
%
% + Support for 2D binary masks
%
% _*Version 4.5* created on 2019-12-18 by Luca Della Santina_
%
% + New Automation option to intensity histograms within masked volume
Expand Down
Binary file modified VolumeCut.mlapp
Binary file not shown.
Binary file modified VolumeCut.mlappinstall
Binary file not shown.
12 changes: 4 additions & 8 deletions VolumeCut.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="3359838707" file="/home/luca/Dropbox/MATLAB scripts/VolumeCut/VolumeCut.prj" location="/home/luca/Dropbox/MATLAB scripts/VolumeCut" name="VolumeCut" target="target.mlapps" target-name="Package App">
<configuration build-checksum="3145897261" file="/home/luca/Dropbox/MATLAB scripts/VolumeCut/VolumeCut.prj" location="/home/luca/Dropbox/MATLAB scripts/VolumeCut" name="VolumeCut" target="target.mlapps" target-name="Package App">
<param.appname>VolumeCut</param.appname>
<param.authnamewatermark>Luca Della Santina</param.authnamewatermark>
<param.email>[email protected]</param.email>
Expand All @@ -13,8 +13,8 @@
<param.summary>Cut image volumes along arbitrary surfaces</param.summary>
<param.description>Copyright 2017-2020 Luca Della Santina
Licensed under the term of GPL v3</param.description>
<param.screenshot>/tmp/tp88d1a664_e5e5_44bd_8f41_f33cc725eb58.png</param.screenshot>
<param.version>4.6.3</param.version>
<param.screenshot>/tmp/tp6fad1349_46bc_4e93_90bf_591424d0f1b8.png</param.screenshot>
<param.version>4.7</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Image Processing Toolbox</item>
Expand All @@ -41,10 +41,6 @@ Licensed under the term of GPL v3</param.description>
<file>${PROJECT_ROOT}/VolumeCut.mlapp</file>
</fileset.main>
<fileset.depfun>
<file>/home/luca/Dropbox/MATLAB scripts/FollicleFinder/Follicle Finder_resources/48px-Masks.png</file>
<file>/home/luca/Dropbox/MATLAB scripts/FollicleFinder/Follicle Finder_resources/48px-info.png</file>
<file>/home/luca/Dropbox/MATLAB scripts/ObjectFinder/ObjectFinder_resources/48px-HomeFolder.png</file>
<file>/home/luca/Dropbox/MATLAB scripts/ObjectFinder/ObjectFinder_resources/48px-Image_upload.png</file>
<file>${PROJECT_ROOT}/cutVolume.m</file>
<file>${PROJECT_ROOT}/editStruct.m</file>
<file>${PROJECT_ROOT}/gridfit.m</file>
Expand Down Expand Up @@ -88,7 +84,7 @@ Licensed under the term of GPL v3</param.description>
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>5.3.0-24-generic</osver>
<osver>5.3.0-29-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 id="project_tagline">Cut image volumes along arbitrary surfaces</h2>

<section class="outer">
<div class="downloads inner">
<a class="zip_download_link" href="https://github.com/lucadellasantina/VolumeCut/releases/download/v4.6/VolumeCut.mlappinstall">Download VolumeCut v4.6</a>
<a class="zip_download_link" href="https://github.com/lucadellasantina/VolumeCut/releases/download/v4.7/VolumeCut.mlappinstall">Download VolumeCut v4.7</a>
<a class="zip_download_link" href="https://github.com/lucadellasantina/VolumeCut/releases">Release notes</a>
<a class="zip_download_link" href="https://github.com/lucadellasantina/VolumeCut/wiki">User manual</a>
<a class="zip_download_link" href="https://github.com/lucadellasantina/VolumeCut/issues">Report an issue</a>
Expand Down

0 comments on commit 41d6633

Please sign in to comment.