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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
42 self.assertTripleEqual(hsv, colorsys.rgb_to_hsv(*rgb))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
42 self.assertTripleEqual(hsv, colorsys.rgb_to_hsv(*rgb))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
42 self.assertTripleEqual(hsv, colorsys.rgb_to_hsv(*rgb))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
42 self.assertTripleEqual(hsv, colorsys.rgb_to_hsv(*rgb))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /external/opencv3/modules/core/include/opencv2/core/cuda/
color.hpp 182 OPENCV_CUDA_IMPLEMENT_RGB2HSV_TRAITS(rgb_to_hsv, 3, 3, 2)

Completed in 874 milliseconds