Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit bb5ef21

Browse files
committed
update README
1 parent 88b3343 commit bb5ef21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ bool encodedData = hdr.save(grayPix, "png_img/encoded_lena.png");
6060
- **pure auto differ(T)(ref T[][] origin, ref T[][] target)**
6161
- **pure auto mask(T)(ref T[][][] colorTarget, ref T[][] gray)**
6262
- **Complex!(double)[][] dft(ubyte[][] data, Header hdr)**
63+
- **Complex!(double)[][] lpf(Complex!(double)[][] dft_matrix, Header hdr, int radius = 50)**
64+
- **Complex!(double)[][] hpf(Complex!(double)[][] dft_matrix, Header hdr, int radius = 50)**
65+
- **Complex!(double)[][] bpf(Complex!(double)[][] dft_matrix, Header hdr, int radius_low = 20, int radius_high = 50)**
6366
- **ubyte[][] psd(Complex!(double)[][] dft_matrix, ref Header hdr)**
6467
- **int[ubyte] pixelHistgram(ubyte[][] data)**
6568
- **ubyte[][] gammaCorrection(Header hdr, ubyte[][] data, double gamma)**

0 commit comments

Comments
 (0)