搜索资源列表
IMGReg
- 这是一由VC++编写的关于图象配准,并将图象拼结的程序,采用手动选点的半自动匹配,希望对大家有用.
CV4HCI_2006-02-25.tar
- 用java编写调用OPECV中的camshift和多高斯模型前景提取程序,在上面可以实现半自动跟踪,非常方便
GrabCut
- 用于图像分割,半自动交互,是比较流行的分割算法之一
IMGReg
- 本程序主要实现的是半自动的基于特征图像配准,在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一副图像
Track_opencv.rar
- 毕业设计代码,可以半自动的跟踪人体运动,进行试验多次,可以很好的跟踪人体运动,Graduate design code, can be semi-automatic tracking of human motion
AutoCamShift
- opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。-opencv provides color-based tracking algorithm camshift, good algorithm, but it is a semiautomatic algorithm, it needs to track the user interface to set tracking goals.
finalSegmentation2
- 浙大一个师兄实践时做的程序,非常nice,是脑部图像分割的,有半自动进行的功能-Zheda a senior practice the procedure done, very nice, is the brain image segmentation, there are semi-automatic to carry out the functions of
tuxiangpeizun
- 用于图像之间的半自动配准,使用相关系数方法进行点匹配,三次多项式进行图像变换。-For image registration between the semi-automatic, the use of correlation coefficients point matching method, cubic polynomial transform image.
similarityext
- 基于遥感光学图像的宽网道路检索,能够快速的实现半自动道路提取,给出种子点对输入方向进行快速检索-Optical remote sensing images based on a wide network of roads retrieval, the realization of fast semi-automatic road extraction, given the input direction of the seed point for rapid retrieval
road
- 不好意思 刚刚上传的 没注意少了个函数文件 宽网道路的快速半自动提取,首先给定一个种子点然后选取方向对图像的道路进行提取-Sorry did not pay attention to just upload a smaller width function documents the rapid semi-automatic road network extraction, first of all, given a seed point and then select the directio
tuxiangfenggesuanfa
- 人工干预使蛇模型只能用于半自动的图像分割,该文在梯度向量流(GVF)蛇模型的基础上提出一种基于流场节点与最小路径方法 的全自动图像分割算法。在图像的GVF 场上检测出流场节点,以节点为种子,采用多标记快速扫描法获得一个初始分割,采用区域合并 得到最终分割结果。实验结果证明了该算法的鲁棒性和有效性。-Manual intervention to make the snake model can only be used for semi-automatic image segmentati
MosaicKit
- 实现两幅图像的半自动刚性匹配,程序运行后在弹出的两幅图像上各选两个点(相互对应),而后得到匹配图像。-Implementation of semi-rigid two images match, the program running at the two images pop up two points each (corresponding to each other), and then match the images obtained.
finalSegmentation2
- 浙大一个师兄实践时做的程序,非常nice,是脑部图像分割的,有半自动进行的功能-Zheda when a senior practice procedures, very nice, is the brain image segmentation, with semi-automatic conduct the function of
MedicalImageSegmentDLL
- 本源码完成医学图像自动分割和半自动分割,很好用-This source code can finish automatic and semautic segmentaion of medical images, it is very good
IMGReg
- 图像配准,一个半自动的基于特征的图像配准程序。在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一幅图像。-Image registration, a semi-automatic feature-based image registration process. In the process, the need to manually select the feature points, the program will auto
MeasureCircle
- 测量圆的中心,可以用在圆形标定的摄像机上,为半自动的的一个程序。需要手工定位置-mesure the centre of the circle
GdalBrowser
- GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
cam
- opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
Image-registration
- 这是一个半自动的基于特征的图像配准程序。在程序中,需要手工选择特征点,程序会自动寻找到相匹配的特征点,然后自动计算仿射变换参数。本程序添加了一个对话框来完成图像配准的设置和相关图像配准工作。-This is a semi-automatic based on features of image registration procedures. In the program, need to manually choose feature points, and the program will
AutoCamShift
- 基于OpenCV,设定跟踪目标图片的改进camshift例子。opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-a better camshift based on OpenCV