|
CDF97FWT97 Method (Double, Int32)
|
Forward biorthogonal 9/7 2D wavelet transform
Namespace:
Accord.Math.Wavelets
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double[,] FWT97(
double[,] data,
int levels
)
Public Shared Function FWT97 (
data As Double(,),
levels As Integer
) As Double(,)
Request Example
View SourceParameters
- data
- Type: SystemDouble
- levels
- Type: SystemInt32
Return Value
Type:
DoubleSee Also