PCL中的特征区别 3DSC和SHOT,

the USC descriptor is basically the 3D Shape Context descriptor (as
described in Frome et al. , "Recognizing Objects in Range Data Using
Regional Point Descriptors",

where a different definition for the local Reference Frame of each
feature being described is used. As explained in the original 3DSC
paper,  due to the ambiguity in orienting their local RF, they need L
different rotations for each point, leading to L different descriptors
(L=12 in their experiments). In USC, the same description method is used
but relying on a local RF which is unique, thus it leads only to one
description for each point.

Then, your question is probably what is the difference between the
description method of 3DSC/USC and that of SHOT (without texture). The
common aspect is that they both place an oriented 3D grid around the
feature point. Then, 3DSC/USC accumulates the number of points falling
in each spherical sector based on their 3D coordinates: hence, it is
basically a 3D histogram. Each inserted point doesn't count 1 in the
histogram, but it is weighted based on the local point density around it
and on the volume of the spherical sector it falls in. Instead, SHOT
computes an histogram for each grid sector: this histogram accumulates
the angle between the feature point and all points falling in that
particular sector. Quadrilinear interpolation is then used to smooth out
the sampling effect of the histogram. Then, all computed histograms (one
for each sector) are juxtaposed to form the final descriptor vector. 

VidCap所有函数具体说明请参阅csVidCap.h。 一、 预览/录象流程 1、 初始化并获取当前系统活动的摄像头数量;VidCapInit 2、 连接并打开指定的摄像头;VidCapConnect 3、 设定摄像头输出分辨率和图象格式;VidCapSetFormat 4、 启动摄像头,并传入回调函数地址;VidCapStart 5、 摄像头开始工作,获得数据后调用回调函数通知应用程序;VidCapCallbackProc 6、 停止摄像头;VidCapStop 7、 关闭摄像头;VidCapDisconnect 8、 释放资源。VidCapUninit 二、 拍照流程 1、 初始化并获取当前系统活动的摄像头数量;VidCapInit 2、 连接并打开指定的摄像头;VidCapConnect 3、 设定摄像头输出分辨率和图象格式;VidCapSetFormat 4、 启动摄像头,并传入静态图片回调函数地址;VidCapStart 5、 摄像头开始工作; 6、 用户按下摄像头上拍照按钮或应用程序调用拍照函数;VidCapTakeStillPicture 7、 摄像头拍照并调用静态图片回调函数通知应用程序;VidCapCallbackProc 8、 停止摄像头;VidCapStop 9、 关闭摄像头;VidCapDisconnect 10、 释放资源。VidCapUninit 三、 摄像头分辨率和输出格式 1、 获取当前摄像头所支持的分辨率和输出格式数量;VidCapGetNumberOfCapabilities 2、 遍历每个支持的分辨率和格式的详细信息;VidCapGetStreamCaps 3、 选择并设定当前所需的分辨率和输出格式。VidCapSetFormat 四、 摄像头控制 1、 获取控制参数的范围和默认值;VidCapGetRange 2、 获取控制参数的当前设定值;VidCapGet 3、 设定控制参数新值。VidCapSet
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值