BitmapToolkit Scol plugin
|
sSlam_ucoslam.cpp
Go to the documentation of this file.
67 //mParams.kpDescriptorType = ucoslam::DescriptorTypes::Type::DESC_ORB;//keypoint descriptor employed
68 //mParams.KPNonMaximaSuppresion = false;//activating it will create maps with less points (faster).
69 //mParams.KFMinConfidence = 0.65;//value that regulates when a keyframe is added. Range (0,inf). low values will include less keyframes. high value will include more keyframes
73 //mParams.KFCulling = 0.8;// Value indicating how many redundant keypoints must be in a keyframe to remove it. Range [0,1]. If low, few keyframes will survive. If 1, no keyframe will be removed once added.
76 //mParams.forceInitializationFromMarkers = false;//If true, the system will not initialize until a good initialization from markers is obtained
78 //mParams.autoAdjustKpSensitivity = true;//enables/disables automatic keypoint detector sensitivity to adapt environement with low texture
79 //mParams.kptImageScaleFactor = 1.0;//[0,1] indicates the desired scale factor employed for keypoint detection. If 1 the original input image is used. Otherwise, the
80 //input image is resized with the specified scale factor. PLease notice that markers will be detected in the original input images anyway
82 //aruco::MarkerDetector::Params aruco_DetectorParams;//the internal parameters of Aruco Library for marker detection
137 //mCamParams.resize(cv::Size((int)((float)camparam.CamSize.width * mScale), (int)((float)camparam.CamSize.height * mScale)));
198 if (!mSlam || (((int)((float)mLastData.camParam.CamSize.width * mScale)) != mCamParams.CamSize.width || ((int)((float)mLastData.camParam.CamSize.height * mScale)) != mCamParams.CamSize.height))
Definition ArManager.h:44
Create a thread type. .
Definition Prerequisites.h:177
Definition BitmapToolkitThread.h:40
Generated by 1.9.8