在 MATLAB 中绘制形状上下文对数极坐标箱
我使用形状上下文直方图作为特征描述符来编码轮廓图像。为了帮助调试,我想查看覆盖在轮廓图像上的形状上下文对数极坐标箱(从边缘图像中获取的样本点)。
其中一个点的示例如下:
我知道如何显示圆圈(径向箱),但我在生成角度箱(线)时遇到困难。
给定一组角度,如何绘制与示例图像中所示类似的线段?
I am using shape context histograms as a feature descriptor to encode silhouette images. To assist with debugging, I would like to view the shape context logpolar bins overlaid on a silhouette image (the sample points taken from the edge image).
An example of what it should look like for one of the points is as follows:
I know how to display the circles (radial bins), but I am having difficulty in producing the angular bins (lines).
Given a set of angles, how can I draw line segments similar to those shown in the example image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用此功能:
此处查看结果 :
You can use this function:
See the result here:
这样做:
会产生以下结果:
Doing this:
produces this: