Skip to content

Commit ed0f045

Browse files
authored
Update README.md
1 parent 15eb2fd commit ed0f045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
TurboWavelets.Net provides very fast, flexible and compact implementations of discrete wavelet transformations in C#.
77
Unlike others this implementation has no limitation in sizes for the transformation (lengths like 39, 739,... are possible, not just power of two numbers)
88
At the moment only floating point numbers are supported.
9-
# Features
9+
## Features
1010
- 1D biorthogonal 5/3 wavelet using the lifting scheme (for arbitrary sizes, not just power of 2)
1111
- 2D biorthogonal 5/3 wavelet using the lifting scheme (for arbitrary sizes, not just power of 2)
1212
- 2D haar wavelet (for arbitrary sizes, not just power of 2)
@@ -15,5 +15,5 @@ At the moment only floating point numbers are supported.
1515
- apply a deadzone
1616
- Multithreaded and threadsafe
1717

18-
# Licence
18+
## Licence
1919
MIT License (MIT)

0 commit comments

Comments
 (0)