エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to remove convexity defects in a Sudoku square?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to remove convexity defects in a Sudoku square?
I was doing a fun project: Solving a Sudoku from an input image using OpenCV (as in Google goggle... I was doing a fun project: Solving a Sudoku from an input image using OpenCV (as in Google goggles etc). And I have completed the task, but at the end I found a little problem for which I came here. I did the programming using Python API of OpenCV 2.3.1. Below is what I did : Read the image Find the contours Select the one with maximum area, ( and also somewhat equivalent to square). Find the corn