We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670b57 commit ee83affCopy full SHA for ee83aff
utilities/manually_refine_components.m
@@ -76,7 +76,7 @@
76
[INT_x,INT_y] = meshgrid(int_x,int_y);
77
coor = sub2ind([options.d1,options.d2],INT_x(:),INT_y(:));
78
Y_res = Ypatch - A(coor,:)*C;
79
- [atemp, ctemp, ~, ~, newcenter, ~] = greedyROI2d(reshape(Y_res,2*sx+1,2*sx+1,T), 1, options);
+ [atemp, ctemp, ~, ~, newcenter, ~] = greedyROI(reshape(Y_res,2*sx+1,2*sx+1,T), 1, options);
80
%[atemp, ctemp] = initialize_components(reshape(Y_res,2*sx+1,2*sx+1,T), 1,sx,options); % initialize
81
% find contour
82
a_srt = sort(atemp,'descend');
0 commit comments