⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wavelet.cs

📁 Image Fusion Techniues
💻 CS
字号:
public interfaceIWavelet{	string Name {		get;	}	double[] ScalingNumbersAnalysis {		get;	}	double[] ScalingNumbersSynthesis {		get;	}	double[] WaveletNumbersAnalysis {		get;	}	double[] WaveletNumbersSynthesis {		get;	}	int SupportSize {		get;	}}public enum FilterType {	Analysis,	Synthesis,};public enum PassType {	Trend,	Fluctuation,};public interfaceIWaveletDTCW{	string Name {		get;	}	double[] this [FilterType ft, int tree, PassType hilo]		{ get; }	int SupportSize {		get;	}}

⌨️ 快捷键说明

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