contents.m

来自「beamlet变化的工具箱」· M 代码 · 共 15 行

M
15
字号
% Contents -- Contents of RidgeletPackets
%
%	Contents		        This file
%
%	Central Algorithms
% 		CalcRPPktTable		Calc Ridgelet Packet Coefficients from RectoPolar FT  
% 		CalcRPSTatTree		Put Packet Table Statistics into RPTree  
% 		BestRPBasis			Best Ridgelet Packet Basis Algorithm
%
%	Underlying Transforms
% 		dct2_iv_twist		reversed-polarity DCT_iv on coor1
% 		fft2_rp				rectopolar FFT
%		ift2_rp				inverse rectopolar FFT
% 		FPT2_RPkt			Analyze image into Specified Ridgelet Packet basis
% 		IPT2_RPkt			Synthesize image from Specified Ridgelet Packet basis
%
%	Data Structures
% 		BuildRPBasisTree	Build an Anisotropic 2-d Basis Tree  
% 		GetRPConstants
% 		Make2dGabor			2-d image of pseudo gabor
%  		MakeCtrlTree 		Creates a (2D anisotropic) RPtree to be used in the BestRPBasis algorithm.
%		MakeRPRidgeletBasis	Build (pseudo-) Ridgelet Basis
%
% 	Partitioning Graphics
% 		PlotPolarRPPartition 		Show partition of plane by anisotropic POLAR rectangles
% 		PlotRectoPolarRPPartition	Show partition of plane by RECTOPOLAR trapezoids
% 		PlotRPPartition				Show partition of plane by anisotropic rectangles
%
%	Graphics Utilities
% 		Plot_RP_Arc			Plot an `ARC' in Recto-Polar system
% 		plotArc				plot an ARC segment in current axis
% 		RP2Cart				Convert RectoPolar Coordinates to Cartesian
%
%   Data Accessors
%
% 		RPkids				index Dyadic Children of node in RP Tree
% 		RPnode				RPTree bivariate indexing
% 		RPrectbounds		x,y bounds of dyadic rectangle
% 		GetRPnode			Get RP Tree value

%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?