From the output the version of OpenCV you are linking against is not built with with CUDA (there is no CUDA section) or against the contrib repository which contains all the CUDA modules.
I would follow the guide below I wrote for details on how to build with CUDA on Windows. The key is not to use CMake GUI and if you also build the test applications you can simply verify CUDA acceleration by running one of them after the build.