我正在运行装备跟踪算法来跟踪OpenCV中实时流(带网络摄像头)中的对象但是该算法仅在第一次运行时才起作用,并且在我再次运行程序时不起作用,除非我重新启动计算机。为什么会这样? 算法取自:https://docs.opencv.org/trunk/db/df8/tutorial_py_meanshift.html
Fragment activeFragment = adapter.getItem(pos);
if(pos == 0)
((MyFragment)activeFragment).refreshData(...);