]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Update README.md
authorShanigen <32431880+Shanigen@users.noreply.github.com>
Mon, 19 Feb 2018 15:10:09 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2018 15:10:09 +0000 (16:10 +0100)
README.md

index 6c6f5979e574adb6ad40da32502226baf50af4ba..877a7132b53f87f30df75bd497ee379374ee2e6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Where "option" is one of the options from this table:
 | --- | --- |
 | `OPENCV_CUFFT`**WIP** | If OFF CPU implementation using OpenCV implementation of FFT will be used. If ON Nvidia CUFFT implemented in OpenCV will be used. Together with Hostmem from OpenCV. Default value is OFF.|
 | `FFTW`**WIP** | Use FFTW implementation of FFT. If selected together with `OPENCV_CUFFT` then this option will not be used. Default value is OFF.|
+| `FFTW_PARALLEL`**WIP** | Use parrallel implementation of FFTW without OpenMP. Default value is OFF.|
 | `ASYNC` | Works only if OPENCV_CUFFT and FFTW are not ON. Will enable C++ async directive. Default value is OFF.|
 | `VISULIZE_RESULT` | Check if you want to visulize the result. Default value is OFF. |
 | `DEBUG_MODE` | Debug terminal output. Default value is OFF.)|