2016-10-19 cv2.cvtColorで「Unsupported depth of input image:」'VDepth::contains(depth)' where 'depth' is 6 (CV_64F)エラー AI 原因はndarrayのdtypeがfloatになっていることだった。 ary.astype(np.uint8)を使ってuint8に変換すると直った。 参考: stackoverflow.com