• ohnozzy's avatar
    Add OpenCL support to linearPolar & logPolar · db9f6117
    ohnozzy authored
    Add OpenCL  support to linearPolar & logPolar.
    The OpenCL code use float instead of double, so that it does not require
    cl_khr_fp64 extension, with slight precision lost.
    
    Add explicit conversion
    
    Add explicit conversion from double to float to eliminate warning during
    compilation.
    db9f6117
logPolar.cl 2.03 KB