Mentions légales du service

Skip to content
Snippets Groups Projects
Commit da0ee545 authored by DIB Elian's avatar DIB Elian
Browse files

Fixed incorrect Offset computation

parent 8e1cdc85
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Label = padarray(Label,[1,1,0,0,0],nan,'both');
LFDisp = padarray(LFDisp,[1,1,0,0,0],nan,'both');
ImgSize(1:2) = ImgSize(1:2)+2;
LFSize = [ImgSize,ImgRes];
Offset = Offset-1;
Offset(1:2) = Offset(1:2)-1;
seh = strel('arbitrary',[1,0,1]);
sev = strel('arbitrary',[1,0,1]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment