I'm using the Python bindings for OpenCV, which is basically done just by compiling the OpenCV package and placing a .pyd file in my Python distribution.
My question is: If I compile the OpenCV package with Intel IPP, TBB and CUDA , will it affect the Python bindings? And if yes, could I just get the .pyd file from someone who did the compilation (since I'm having some troubles doing this)