Skip to content

Commit

Permalink
Update NUM.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat authored Sep 4, 2021
1 parent d5cd536 commit b8912a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source-code/NUM.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%=========================================================================
% Copyright © 2019, SoC Design Lab., Dong-A University. All Right Reserved.
% Copyright © 2019, SoC Design Lab., Dong-A University. All Right Reserved.
%==========================================================================
% - Date : 2019/05/21
% - Author : Dat Ngo
Expand Down Expand Up @@ -60,6 +60,7 @@
%% Unsharp masking
hsv = rgb2hsv(imgf);
x = hsv(:,:,3);
x = 2*x-1; % convert to the [-1,1] domain

% root signal
yk = x;
Expand Down

0 comments on commit b8912a0

Please sign in to comment.