Skip to content

Commit

Permalink
Disabled sharpening in cat_vol_pbtsimple.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGaser committed Jan 17, 2024
1 parent fdf9e32 commit d030bed
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Computational Anatomy Toolbox
% Version 2519 (CAT12.9) 2024-01-15
% Version 2520 (CAT12.9) 2024-01-16
% ______________________________________________________________________
%
% Christian Gaser, Robert Dahnke
Expand Down
2 changes: 1 addition & 1 deletion cat_vol_pbtsimple.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
% the outer surface position in gyral regions (running to much inside)
def.correctoffeset = 2; % not really required if no refinement is used
def.extendedrange = 1; % may causes closed gyri
def.sharpening = 1; % sharpening the Ypp map to support more better resampling to lower resolution for the 0.5 layer - worse
def.sharpening = 0; % sharpening the Ypp map to support more better resampling to lower resolution for the 0.5 layer - worse
opt = cat_io_checkinopt(opt,def);


Expand Down
2 changes: 1 addition & 1 deletion cat_vol_tfce.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function out = cat_vol_tfce(in, dh, E, H, calc_neg, invert)
% Apply threshold-free cluster enhancement (TFCE) and scale the image to
% have the same intensity distribution as the input to strengthen large
% connected regions for clean up or removing vessesl in WM
% connected regions for clean up or removing vessels in WM
%
% FORMAT out = cat_vol_tfce(in, dh, E, H, calc_neg, invert)
% in - input image
Expand Down
2 changes: 1 addition & 1 deletion doc/cat.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div id="content">
<br />
<p align="center" style="text-align:center;">This is <b>CAT12.9 (r2519) from 2024-01-15</b><br />You can update your copy of CAT12 here: <a href="matlab:cat_update(1);">Check for update</a>.<br />If you find any bug, please report them at <a href="mailto:vbmweb@gmail.com">vbmweb@gmail.com</a>.</p>
<p align="center" style="text-align:center;">This is <b>CAT12.9 (r2520) from 2024-01-16</b><br />You can update your copy of CAT12 here: <a href="matlab:cat_update(1);">Check for update</a>.<br />If you find any bug, please report them at <a href="mailto:vbmweb@gmail.com">vbmweb@gmail.com</a>.</p>
<h1 style="text-align:center;"><img src="images/CAT.png" width=40% height=auto alt="CAT" ></h1>

<hr />
Expand Down
Empty file.

0 comments on commit d030bed

Please sign in to comment.