MATLAB Function Reference | ![]() ![]() |
Syntax
Description
[P D E G]= data_treat(dirname,extention);
calculates the P,D,E,G frame-label-->next_frame-label correspondencise
out of the raw output (.mch files) of the softassign-matching code.
data will be read from dirname/*.extension (*.mch by default) files;
P,D,E,G -are correspondencies between label IDs
on consequtive frames matching same cells:
P{nframe}(j) corresponds to the label from (nframe+1) frame
matching the cell labeled j on the nframes-th frame, if it did not
split.
D,E -same for the case where there was a split into two other cells,
G-logical index array indicating labels of 'ghost' cells which don't have
a match in previous frames.
04/05
Remarks
See
Also
![]() |
cutmask | datamap | ![]() |
Main Page - Institute for Genomics and Bioinformatics - Computableplant Project - MATLAB |