diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2018-12-02 22:07:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2018-12-02 22:07:57 +0300 |
commit | d4cbd9f4ee9d1348b1ccf64b310952f5a234fafe (patch) | |
tree | 081ee995b7ab1537c75679062550d8579035e3fc /.gitmodules | |
parent | d52df7442209819eac6db995420aa32c82c06aeb (diff) | |
download | analogcolor-d4cbd9f4ee9d1348b1ccf64b310952f5a234fafe.tar.gz |
Attempt to use sinusoid extraction (libgha) to improve luma/chroma separation
libgha added as git submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1b88c0b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/libanalog/libgha"] + path = src/libanalog/libgha + url = https://github.com/dcherednik/libgha.git |