2016-01-01から1年間の記事一覧

OpenCV-Python を使って囲碁の勝敗判定させてみよう (2)

久しぶりの更新. OpenCV-Python を使って囲碁の勝敗判定させてみよう (1) - 脱初心者を目指すの続編です. 前回,碁盤の四隅を検出して抜き出しするのに苦戦していたのですが,今回はいったん置いておいて面白そうなところを先にやってみようという試みです…

OpenCV-Python Tutorials (7) ~Image Processing in OpenCV~

OpenCV-Python Tutorialsの記事,Image Processing in OpenCV の章の Contours in OpenCV を見ていく. 今回は,Contours : Contour Properties の内容のメモ. 公式:Image Processing in OpenCV — OpenCV-Python Tutorials 1 documentation この中で試した…

OpenCV-Python Tutorials (6) ~Image Processing in OpenCV~

OpenCV-Python Tutorialsの記事,Image Processing in OpenCV の章の Contours in OpenCV を見ていく. 今回は,Contours : Getting Started と Contour Features の内容のメモ. 公式:Image Processing in OpenCV — OpenCV-Python Tutorials 1 documentati…

OpenCV-Python Tutorials (5) ~Image Processing in OpenCV~

OpenCV-Python Tutorialsの記事,Image Processing in OpenCV の章の Morphological Transformations, Image Gradients,Image Pyramids を見ていく. 公式:Image Processing in OpenCV — OpenCV-Python Tutorials 1 documentation この中で試したコードは…

OpenCV-Python Tutorials (4) ~Image Processing in OpenCV~

OpenCV-Python Tutorialsの記事,Image Processing in OpenCV の章の Smoothing Images から見ていきます. 公式:Image Processing in OpenCV — OpenCV-Python Tutorials 1 documentation この中で試したコードはGitHubに置いておくことにした. github.com…

OpenCV-Python Tutorials (3) ~Image Processing in OpenCV~

OpenCV-Python Tutorialsの記事,Image Processing in OpenCV の章に入ります. 公式:Image Processing in OpenCV — OpenCV-Python Tutorials 1 documentation 色空間の変換 目標 このチュートリアルでは,BGR Gray,BGR HSV などの画像をある色空間から他…