搜索资源列表
基于opencv利用差分法求运动的轮廓
- 基于opencv利用差分法求运动的轮廓,该运行文件在VC6.0环境下编译通过-based on the use of differential method for the campaign outline of the document in VC6.0 operating environment through the compiler
goodsimplefengesuanfa
- 在图像处理中 基于形状的描述符 特别是基于轮廓的算法是以识别轮廓为基础的 此代码能够准确,快速地分割图像。-in image processing based on the shape of the descr iptor is based on the outline in particular the recognition algorithm is based on the contours of this generation code to be accurate, and fast
avi
- 基于轮廓颜色分布曲线的遮挡情况下目标识别
lunkuochazhi
- 基于轮廓插值加权算法的研究,对二维轮廓进行插值,为后续的三维处理作准备
readvc
- 基于轮廓的形状特征提取 1)该程序在VC++6.0下编译通过; 2)测试图片说明:(图像路径名请在main函数中fp=fopen(\"1.bmp\",\"rb\")中设定) 64×64 24bit BMP: 图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别; 120×120 24bit BMP: 图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别; 3)结果说明: MCS.dat保存了Mountain Cl
基于主动轮廓的图像分割
- 主动轮廓图像分割,主流算法
基于OpenCV的常用图像分割算法
- 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
Delphi_MotionDetect.基于OPENCV,寻找运动目标轮廓
- 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。,This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi
Cpp1.rar
- 基于opencv的轮廓检测,可以检测多层轮廓,并采用椭圆近似显示,Opencv contour-based detection, can detect the multi-contour, and the use of elliptical approximation shows
contourletenhance.rar
- 基于轮廓波的图像增强处理,contourlet变换,Based on the outline of the image enhancement processing wave, contourlet transform
shadow.rar
- 基于VC环境的人体边缘检测程序,包括种子填充、轮廓跟踪等算法的实习。,VC-based edge detection in human environmental procedures, including seed filling, the outline of the training algorithm for tracking.
snake_demo_matlab_1998
- 基于轮廓的图像分割参数模型(snake)源码,适合想学图像处理并对图像分割感兴趣的TX-Image segementation based on contour mode:parameter model. it is good for those students who are interesting in image processing and image segementation
GCBAC
- 基于活动轮廓模型的图割算法,实现图像的高效分割!非常好的代码。希望帮助大家!-Graph cuts based active contours which is used for image segmentation.Excellent source code!
用OPENCV获得运动物体的轮廓
- 此代码可用于基于OPENCV获得运动物体的轮廓,OPENCV 2.3.1
GraphCuts
- 基于图论的高效图像分割方法,比NCut算法的效率更高,效果更好-Based on Graph Theory and efficient image segmentation method, an algorithm NCut more efficient, better
jiyulunkuozuidahuxinxi
- 用matlab编写的基于轮廓最大互信息图像配准算法-Prepared using matlab contour based on the maximum mutual information image registration algorithm
DSplit
- 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
PrincipalCurves
- 这是网上较难得到的一份基于主曲线轮廓提取的算法和论文,大家可以试一下!-This is a package of the paper and source of principal curve! It deserves you to have a try!
getPDF
- 图像匹配经典文献,基于轮廓提取的图像匹配研究,英文文献-Image matching classical literature, based on the contour extracted image matching studies, English literature
轮廓、分水岭算法
- 基于opencv实现了轮廓检测和利用分水岭对图像进行分割,简单而且有效。该程序基于MFC,很好,很强大。