?? addpreproc.m
字號:
%ADDPREPROC Add commands in the PREPROC field of a datafile%% A = ADDPREPROC(A,PREPROC,PARS,OUTSIZE)%% INPUT% A - Datafile% PREPROC - String with preprocessing command% PARS - Cell array with parameters (default empty)% OUTSIZE - Output size of objects%% OUTPUT% A - Datafile%% DESCRIPTION% Extends the structure array of preprocessing commands, A.PREPROC( )% with one element, having two fields:% A.PREPROC(N).PREPROC = PREPROC% A.PREPROC(N).PARS = PARS%% Preprocessing can only be defined for raw datafiles that do not contain% datasets. It is an error to define preprocessing for a datafile that% points to MAT files. In that case datasets are expected and preprocessing% is superfluous.%% The first command in the PREPROC field should always be a file read% command. The DATAFILE constructor stores by default IMREAD. Use% SETPREPROC to clear the PREPROC field and replace it by another% command.%% PRTools needs to know the size of the output objects. If not supplied in% the call, it is found by processing the first object. This may take some% time.%% SEE ALSO % DATAFILES, SETPREPROC, ADDPOSTPROC, DATASETS
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -