• R
    Fix errors when building with cuda stubs · 22ee5c0c
    Rob Timpe 提交于
    Fixes two errors when building with the options WITH_CUDA=ON and BUILD_CUDA_STUBS=ON on a machine without CUDA.
    
    In the cudaarithm module, make sure cuda_runtime.h only gets included when CUDA is installed.
    
    In the stitching module, don't assume that cuda is present just because cudaarithm and cudawarping are present (as is the case when building with the above options).
    22ee5c0c
lut.cpp 699 字节