CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 图形图象 图形图像处理(光照,映射..)

资源列表

« 1 2 ... .96 .97 .98 .99 .00 6601.02 .03 .04 .05 .06 ... 6775 »
  1. hough.用hough变换来检测直线

    2下载:
  2. 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-07
    • 文件大小:1.42mb
    • 提供者:王坤
  1. FaceLocation.基于Opencv的人脸识别程序

    2下载:
  2. 基于Opencv的人脸识别程序,人脸定位,人脸定位,人眼,嘴巴等的定位,FaceLocation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-07-08
    • 文件大小:11.78mb
    • 提供者:hgh
  1. FindRGB.利用OPENCV识别图片中的颜色区域的MFC程序

    2下载:
  2. 利用OPENCV识别图片中的颜色区域的MFC程序,共三种颜色:红、绿、蓝,OPENCV identify the use of the color picture of the MFC region, with a total of three colors: red, green, blue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-24
    • 文件大小:48.24kb
    • 提供者:周挺
  1. eyedetection.实现图像中眼睛的检测与定位

    2下载:
  2. 实现图像中眼睛的检测与定位,有很好的效果,用matlab实现,Image in the eye of the detection and location, have a good effect, with the realization of matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-04
    • 文件大小:645.7kb
    • 提供者:wenglinbin
  1. CAVI2IMAGE.利用opencv提取视频单帧并保存为bmp格式

    2下载:
  2. 程序说明—利用opencv提取视频单帧并保存为bmp格式,A descr iption of the procedures- the use of video opencv extract single frame and save it as bmp format
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-08-18
    • 文件大小:4mb
    • 提供者:
  1. KMean 模式识别中最经典的K均值聚类算法

    2下载:
  2. Matlab语言编写,模式识别中最经典的K均值聚类算法。-KMEAN algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-30
    • 文件大小:561byte
    • 提供者:成东
  1. Raw2Bmp 读取raw格式的图像数据

    2下载:
  2. 读取raw格式的图像数据,转化为bmp图像文件,采用vs2008开发,文件中包含bmp格式详细说明-Read raw image data format, into a bmp image files, using the vs2008 development, bmp format file contains detailed instructions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-14
    • 文件大小:3.65mb
    • 提供者:
  1. foerstnerOperator_v1_0 forstner算子,MATLAB版的

    2下载:
  2. forstner算子,MATLAB版的,解压后有三个m文件,主要是ip_fop函数实现forstner算子功能。里面附带了一个ip_fop_example的m脚本文件演示如何使用ip_fop函数功能。应该是德国人写的,程序验证没问题,之前网上找的有的是IDL版说成MATLAB版,还有的是C++的。这个是我找到最好的MATLAB版的forstner算子程序-forstner operators, MATLAB version, unzip the file after three, the mai
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:134.53kb
    • 提供者:roc woods
  1. delphi图像分割.rar

    2下载:
  2. 用Delphi制做,实现在打开,二值化,对图像的腐蚀,膨胀,轮廓提取等效果,使结构开,结构闭,细化,恢复原图等功能,以及从各个角度的投影等,system with Delphi done to achieve the open, two values, the image of corrosion, swelling, contour extraction effect, open structure, structural closure details, such as the maximu
  3. 所属分类:Special Effects

    • 发布日期:2017-01-23
    • 文件大小:211.89kb
    • 提供者:
  1. 多尺度边缘检测实例

    2下载:
  2. 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-22
    • 文件大小:8.18kb
    • 提供者:zsy
  1. gabor.rar

    2下载:
  2. 提取纹理特征,现在最流行的是gabor小波变换,它的集具有一定的方向性,和纹理特征吻合,Extraction of texture features, and now the most popular is the gabor wavelet transform, it sets a certain direction, and texture characteristics of anastomosis
  3. 所属分类:Special Effects

    • 发布日期:2016-09-23
    • 文件大小:1.18kb
    • 提供者:chengyue
  1. Image_Enhancement.rar

    2下载:
  2. 首先使用拉普拉斯变换突出图像中的小细节,然后用梯度法突出其边缘。将变换图像与原图叠加,得到混合增强后的图像;最后对图像进行灰度变换(幂次变换),Laplace transform to highlight the first to use images of small details, and then use the gradient method to highlight its edge. Will transform the image with the image overlay,
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:86.95kb
    • 提供者:shen hong
« 1 2 ... .96 .97 .98 .99 .00 6601.02 .03 .04 .05 .06 ... 6775 »
搜珍网 www.dssz.com