
c++
文章平均质量分 53
皮熊
这个作者很懒,什么都没留下…
展开
-
C++中子类的构造函数
http://isr-uc-ros-pkg.googlecode.com/svn/stacks/serial_communication/trunk/cereal_port/include/cereal_port/CerealPort.h转载 2014-05-15 12:43:43 · 614 阅读 · 0 评论 -
qbo_camera包 stereovision.cpp 代码分析
int StereoVision::calibrateStereo(int nx, int ny, int n_boards, float squareSize) { bool singleCamara=true; //true hace el calibrado de las camaras por separado y luego el estereo. False sol原创 2014-06-17 17:23:39 · 960 阅读 · 0 评论 -
人脸识别中的PCA-SVM和BOW-SVM
qbo_face_recognizer中用到了两种识别模型:默认BOW_SVM.还有以后总原创 2014-06-19 16:03:40 · 1590 阅读 · 0 评论 -
opencv目录及机器学习基础类
没下PCA::operator ()Performs Principal Component Analysis of the supplied dataset.原创 2014-06-19 16:50:12 · 530 阅读 · 0 评论 -
opencv--feature2d之FeatureDetector
FeatureDetectorclassFeatureDetector : publicAlgorithmAbstract base class for 2D image feature detectors.class CV_EXPORTS FeatureDetector{public: virtual ~FeatureDetector();原创 2014-06-19 17:19:53 · 1552 阅读 · 0 评论 -
异常传参
http://blog.youkuaiyun.com/weiyijiji/article/details/3002782比如这段代码void f(){ excep e; throw e;}try{ f();}catch(excep &e){ }运行一下,会调用一次COPY构造函数."这里的catch虽然参数为1个引用,但是事实上仍会调用e的COPY构转载 2014-12-26 17:24:56 · 722 阅读 · 0 评论 -
c语言中的inf和nan
计算calcDistanceToHead的距离时,发现有输出-nan的打印。跟踪打印数据后,发现有sqrt数据异常的嫌疑。首先,解释一下它们的意思: INF表示“无穷大”,是infinite的缩写。 NAN表示“无效数字”,是Not a number的缩写。其次,这两个是值会在浮点运算结果未定义或者无法表示的时候出现 比如,float a =0.0f; printf("\n 1/a = %f\原创 2015-03-10 11:12:13 · 5882 阅读 · 0 评论 -
关于catkin_make xbo_face_msgs
可以catkin_make xbo_face_msgs_gencpp 单独编译生成可以作为依莱库在后台生成。 http://answers.ros.org/question/52744/how-to-specify-dependencies-with-foo_msgs-catkin-packages/How to specify dependencies with "f原创 2016-07-14 09:46:20 · 1222 阅读 · 0 评论