問題タブ [video-tracking]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - opencv オブジェクト トラッキングのバウンディング ボックスの定義
opencv の tracker.init() 関数を使用する境界ボックス オブジェクトはどのように定義されていますか? それ(xcenter,ycenter,boxwidht,boxheight)
か(xmin,ymin,xmax,ymax)
、または(ymin,xmin,ymax,xmax)
まったく違うものですか?
私はpythonとOpenCV 3.3を使用しています。基本的に、ビデオの各フレームで追跡したい各オブジェクトで次のことを行います: