HomeSort by relevance Sort by last modified time
    Searched refs:retinex (Results 1 - 4 of 4) sorted by null

  /external/libxcam/modules/ocl/
cl_retinex_handler.h 2 * cl_retinex_handler.h - CL retinex handler.
54 SmartPtr<CLRetinexImageHandler> &retinex);
72 SmartPtr<CLRetinexImageHandler> &retinex,
89 explicit CLRetinexImageKernel (const SmartPtr<CLContext> &context, SmartPtr<CLRetinexImageHandler> &retinex);
cl_retinex_handler.cpp 2 * cl_retinex_handler.cpp - CL retinex handler
61 SmartPtr<CLRetinexImageHandler> &retinex)
63 , _retinex(retinex)
81 SmartPtr<CLRetinexImageHandler> &retinex,
85 , _retinex (retinex)
102 CLRetinexImageKernel::CLRetinexImageKernel (const SmartPtr<CLContext> &context, SmartPtr<CLRetinexImageHandler> &retinex)
104 _retinex (retinex)
282 "build retinex scaler kernel(%s) failed", kernel_retinex_info[KernelScaler].kernel_name);
305 "build retinex gaussian kernel(%s) failed", kernel_retinex_info[KernelGaussian].kernel_name);
325 "build retinex kernel(%s) failed", kernel_retinex_info[KernelRetinex].kernel_name)
    [all...]
  /external/libxcam/
README.md 30 - Fog removal: retinex and dark channel prior algorithm.
32 - multi-scale retinex based defog (obsolete).
  /external/libxcam/tests/
test-cl-image.cpp 134 " gamma, snr, bnr, macc, ee, bayerpipe, yuvpipe, retinex, gauss, wavelet-hat, wavelet-haar, dcp, fisheye]\n"
244 else if (!strcasecmp (optarg, "retinex"))
384 SmartPtr<CLRetinexImageHandler> retinex = image_handler.dynamic_cast_ptr<CLRetinexImageHandler> (); local
385 XCAM_ASSERT (retinex.ptr ());

Completed in 508 milliseconds