|
CDF97IWT97 Method (Double, Int32)
|
Inverse 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[,] IWT97(
double[,] data,
int levels
)
Public Shared Function IWT97 (
data As Double(,),
levels As Integer
) As Double(,)
Request Example
View SourceParameters
- data
- Type: SystemDouble
- levels
- Type: SystemInt32
Return Value
Type:
DoubleSee Also