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

  /external/opencv3/3rdparty/openexr/Imath/
ImathColorAlgo.h 58 Vec3<double> rgb2hsv_d(const Vec3<double> &rgb);
60 Color4<double> rgb2hsv_d(const Color4<double> &rgb);
127 Vec3<double> c = rgb2hsv_d(v);
135 Vec3<double> c = rgb2hsv_d(v);
151 Color4<double> c = rgb2hsv_d(v);
160 Color4<double> c = rgb2hsv_d(v);
ImathColorAlgo.cpp 113 rgb2hsv_d(const Vec3<double> &c) function in namespace:Imath
146 rgb2hsv_d(const Color4<double> &c) function in namespace:Imath

Completed in 1871 milliseconds