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

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DYGV committed Oct 11, 2019
1 parent 88403b9 commit a1aec14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ bool encodedData = hdr.save(grayPix, "png_img/encoded_lena.png");
- **ubyte[][] psd(Complex!(double)[][] dft_matrix, ref Header hdr)**
- **int[ubyte] pixelHistgram(ubyte[][] data)**
- **ubyte[][] gammaCorrection(Header hdr, ubyte[][] data, double gamma)**
- **auto rectangle(ref ubyte[][] src, int[] pos, int[] size)**
- **auto templateMatching(Header templateHeader, Header inputHeader, ubyte[][] templateImage, ubyte[][] inputImage, int type)**


## img4d_lib.decode
- **Header readIHDR(ubyte[] header)**
Expand Down

0 comments on commit a1aec14

Please sign in to comment.