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 10f6a17 commit 88403b9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ bool encodedData = hdr.save(grayPix, "png_img/encoded_lena.png");
[img4d_lib.edge](https://github.com/DYGV/img4d/blob/master/README.md#img4d_libedge)

[img4d_lib.dft](https://github.com/DYGV/img4d/blob/master/README.md#img4d_libdft)

[img4d_lib.template_matching](https://github.com/DYGV/img4d/blob/master/README.md#img4d_libtemplate_matching)


## img4d
- **ref auto load(ref Header header, string filename)**
Expand Down Expand Up @@ -139,4 +142,11 @@ Convert to grayscale by weighting
## img4d_lib.dft
- **Complex!(double)[] _dft(Complex!(double)[] data, int num)**
- **Complex!(double)[][] transpose(Complex!(double)[][] matrix, int h, int w)**
- **ubyte[][] shift(ubyte[][] data, int h, int w)**
- **ubyte[][] shift(ubyte[][] data, int h, int w)**

## img4d_lib.template_matching
- **this(Header templateHeader, Header inputHeader, ubyte[][] templateImage, ubyte[][] inputImage)**
- **int[] SSD**
- **int[] SAD**
- **int[] NCC**
- **int[] ZNCC**

0 comments on commit 88403b9

Please sign in to comment.