MATLAB
Function Reference |
 |
get_vikas
Syntax
-
oparams=get_vikas(dirname,outdata,prefix,range,ndigits,odigits);
Description
Loads Desperate-Recursive file of the MAT format: results of image
segmentation.
(must contain 'Lc' label array )
oparams=get_vikas(dirname,outdata,prefix,range,ndigits,odigits);
ndigits=number of numerating digits in input files ( prefix.mat )
odigits -- same for the number of output digits,
defaults to the same number, which defaults
to 2; range- range of the indexing numbers in the filenames
(in the format prefix#.mat), if is omitted or empty
all files with prefix*.mat names in the dirname directory are read.
output: if outdata is not empty, the column data files are outputed in to
the (possibly created) directory;
oparams: cell array of stricture arrays with the fields 'x', 'y', 'len',
'ang', and 'id' indexed as in: {frame}(label) according to the 'Lc'
label arrays in the mat files.
04/05
Remarks
See
Also
|
getRlist |
|
getspots3 |
 |