摘要:
1 // Ceres Solver - A fast non-linear least squares minimizer 2 // Copyright 2015 Google Inc. All rights reserved. 3 // http://ceres-solver.org/ 4 // 阅读全文
摘要:
如果图像中物体存在缩放,则不能使用 correlation-based matching方法。 Shape-based matching should be choosen if occlusions or clutter can not be avoided or if a matching of 阅读全文
摘要:
3D Camera Model Area scan pinhole camera:The combination of an area scan camera with a lens that effects a perspective projection on the object side o 阅读全文
摘要:
CloudViewer The CloudViewer is a straight forward,simple piont cloud visualization,meant to get you up and viewing clouds in as little code as possibl 阅读全文
摘要:
一个好的点特征描述子应不受以下因素影响: rigid transformations - that is, 3D rotations and 3D translations in the data should not influence the resultant feature vector F 阅读全文
摘要:
OctreePointCloudSearch This class provides several methods for spatial neighbor search based on octree structure. 1 #include <iostream> 2 #include<pcl 阅读全文
摘要:
PassThrough perform a simple filtering along a specified dimension – that is, cut off values that outside a given user range. VoxelGrid 对点云进行三维体素划分,然后 阅读全文
摘要:
What is a Feature Descriptor A feature descriptor is a representation of an image or an image patch that simplifies the image by extracting useful inf 阅读全文