CS131
文章平均质量分 77
rain2211
这个作者很懒,什么都没留下…
展开
-
斯坦福视觉课程CS131简介
Stanford University CS 131 Computer Vision: Foundations and Applications Fall 2015-2016 Announcements: • Welcome to CS131! • Schedule information may change during the qua转载 2016-12-31 13:42:05 · 10099 阅读 · 2 评论 -
CS131-PA1 全景拼接Panorama Stitching
全景拼接(Panoramic stitching)是机器视觉应用比较早也比较成功的方向,目前有大量的应用,比如google的街道全景图,手机的全景图像拼接,各种拼接软件(Photosynth and AutoStitch)等等. 本文方法是通过计算不同图像sift特征,并计算出图像之间的仿射关系,从而拼接出全景图像原创 2016-12-31 13:59:11 · 3510 阅读 · 0 评论 -
CS131-PA2 通过聚类实现前/背景分离 Foreground-Background Segmentation via Clustering
通过聚类实现前/背景分离 图像背景分离也称图像切割,原理是利用聚类算法将图像进行聚类,聚为不同的若干个类,这些类别即包含了图像的前景和背景。 此项目包含以下几个方面: 聚类方法:实现K-Means和Hierarchical Agglomerative算法 点特征向量:实现ComputePositionColorFeatures(颜色和位置)方法和特征归一化 不同参数实验并分析原创 2017-01-01 17:14:04 · 1666 阅读 · 1 评论