(1) MicrobeTracker is only detecting ghost cells in my images. I've tried increasing threshFactorM, but nothing changes. Segmentation is always the same regardless of the threshFactorM I use.
Subscript indices must either be real positive integers or logicals.
Error in microbeTracker>graythreshreg (line 7320)
res = graythresh2(img(ceil(sz(1)*0.05):floor(sz(1)*0.95),ceil(sz(2)*0.05):floor(sz(2)*0.95),1));
Error in microbeTracker>forcejoincells (line 6746)
thres = graythreshreg(imge,p.threshminlevel);
Error in microbeTracker/manual_cbk (line 1910)
lst = forcejoincells(frame,selectedList);
Error while evaluating UIControl Callback