]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Simplify README
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 24 Jul 2018 12:45:21 +0000 (14:45 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 24 Jul 2018 12:45:21 +0000 (14:45 +0200)
README.md

index 61fe9b07e29e0c095b9aa9278ec954df1ecfdedb..e4ede1d7d1b690b2ca50d217bfb164ae2cda79a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ With all of these FFT version additional options can be added:
 | `-DASYNC=ON` | Use C++ `std::async` to run computations for different scales in parallel. This doesn't work with `BIG_BATCH` mode.|
 | `-DBIG_BATCH=ON` | Concatenate matrices of different scales to one big matrix and perform all computations on this matrix. This mode doesn't work with `OpenCV` FFT.|
 | `-DOPENMP=ON` | Parallelize certain operation with OpenMP. This can only be used with `OpenCV` or `fftw` FFT implementations. By default it runs computations for differenct scales in parallel. With `-DBIG_BATCH=ON` it parallelizes the feature extraction and the search for maximal response for differenct scales. With `fftw`, Ffftw's plans will execute in parallel.|
-| `-DCUDA_DEBUG=ON` | This mode adds additional CUDA error checking, which calls cudaDeviceSynchronize after every CUDA function and kernel call.|
+| `-DCUDA_DEBUG=ON` | Adds calls cudaDeviceSynchronize after every CUDA function and kernel call.|
 | `-DOpenCV_DIR=/opt/opencv-3.3/share/OpenCV` | Compile against a custom OpenCV version. |