代码搜索:Postprocessing
找到约 250 项符合「Postprocessing」的源代码
代码结果 250
www.eeworm.com/read/460435/7250872
m vertcat.m
%VERTCAT Vertical concatenation of datafiles (object extension)
%
% C = [A;B]
%
% The datafiles A and B are vertically concatenated, i.e. the
% objects of B are added to the dataset A. This is cons
www.eeworm.com/read/460435/7251002
m datafiles.m
%DATAFILES Info on the datafile class construction for PRTools
%
% This is not a command, just an information file.
%
% Datafiles in PRTools are in the MATLAB language defined as objects of the
% clas
www.eeworm.com/read/441245/7673087
m vertcat.m
%VERTCAT Vertical concatenation of datafiles (object extension)
%
% C = [A;B]
%
% The datafiles A and B are vertically concatenated, i.e. the
% objects of B are added to the dataset A. This is cons
www.eeworm.com/read/441245/7673172
m imread.m
%IMREAD Datafile overload
%
% IM = IMREAD(A,N)
%
% The images (raw data) of the datafile A are returned as a cell array.
% The preprocessing and postprocessing defined for the datafile are
%
www.eeworm.com/read/400577/11573051
m vertcat.m
%VERTCAT Vertical concatenation of datafiles (object extension)
%
% C = [A;B]
%
% The datafiles A and B are vertically concatenated, i.e. the
% objects of B are added to the dataset A. This is cons
www.eeworm.com/read/400577/11573136
m imread.m
%IMREAD Datafile overload
%
% IM = IMREAD(A,N)
%
% The images (raw data) of the datafile A are returned as a cell array.
% The preprocessing and postprocessing defined for the datafile are
%
www.eeworm.com/read/386050/8768611
m dyadic.m
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for
www.eeworm.com/read/426833/8996546
m ighm.m
function a=IGHM(b)
%IGHM Single-level inverse discrete 2-D multiwavelet transform.
% IGHM performs a single-level 2-D multiwavelet reconstruction
% using GHM multiwavelet with four multi-filter
www.eeworm.com/read/299984/7140444
m dyadic.m
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for
www.eeworm.com/read/460435/7250919
m dyadic.m
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for