multi-object-tracker icon indicating copy to clipboard operation
multi-object-tracker copied to clipboard

when the object outof the frame, the pragram corrupted sometimes

Open apple1987 opened this issue 6 years ago • 0 comments

when the object outof the frame, the pragram corrupted sometimes maybe in Tracker.cpp before line 479:(if (ptr.get()->isTargetInsideFrame(this->getFrameWidth(), this->getFrameHeight()) == FALSE))

will we added? if (ptr == nullptr) return SUCCESS;

apple1987 avatar Dec 07 '18 02:12 apple1987