Documentation Overview Keyframe MP is a compact, yet powerful, media player designed to meet the needs of animators. Features that include scrubbing (with audio), single frame stepping, an adjustable playback range and bookmarks help make Keyframe MP the perfect player for playblasting and viewin...
KeyFrameDatabase库用途:1)类System中创建类KeyFrameDatabase、类Tracking、类KeyFrame,2)管理KeyFrame,3)Trackking类中重定位中获取重定位候选帧:mpKeyFrameDB->DetectLoopCandidates(mpCurrentKF, minScore),4)LoopClosing中获取LoopClosing候选帧:mpKeyFrameDB->DetectRelocalizationCandidates(&mCurrentFrame); 2. 如...
Keyframe Pro Launches for Feature-Rich Playback and Review Chris Zurbrigg’s Keyframe MP, the handy and compact media player that was designed specifically for animators, has grown into a professional version, Keyframe Pro, along side the original. …a feature rich, high-performance playback ...
Generate a thumbnail image using the nearest key frame. This frame could be several frames away from the current frame. This option generally offers better performance than trying to find the exact frame. Current page is MPMovieTimeOption.nearestKeyFrame ...
(); mpCurrentKF->SetErase(); return false; } // Retrieve MapPoints seen in Loop Keyframe and neighbors vector<KeyFrame*> vpLoopConnectedKFs = mpMatchedKF->GetVectorCovisibleKeyFrames(); vpLoopConnectedKFs.push_back(mpMatchedKF); mvpLoopMapPoints.clear(); for(vector<KeyFrame*>::iterator ...