開發平台(Platform): Visual Studio 2010 C++ Express
額外使用到的函數庫(Library Used): emguCV 2.3
問題(Question):
使用HoughCircle辨識從Gray轉成BinaryImage裡面的圈圈數量
另外辨識物體與背景顏色為 紅/白色: 淺褐色
餵入的資料(Input):Bgr Image(Capture from webcam)->Gray->BinaryImage
Bgr Image: http://i.imgur.com/jjGdk9O.png
辨識結果: http://i.imgur.com/thKgnFj.png
預期的正確結果(Expected Output):能正確的抓到每一個點
程式碼(Code): http://pastebin.com/tbaGPkmY