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

搜索资源列表

  1. 2005126142643

    0下载:
  2. 一套关于时域分析的matlab,带详细注释-set of time-domain analysis of Matlab, with detailed explanatory note
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.33mb
    • 提供者:张子墨
  1. image_process_

    0下载:
  2. 8种常用图像处理算法(函数),带注释,想研究一下的朋友可以
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21.33kb
    • 提供者:唐亮
  1. yuvread

    0下载:
  2. 利用c++实现的读取yuv文件并且单独存储Y U V信号的工程,程序易懂带注释,可以直接运行查看结果-Using c++ implementation file and a separate storage read yuv YUV signal engineering, program easy to understand with comments, can be run directly see the results
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24.45mb
    • 提供者:舒念
  1. detectcell

    1下载:
  2. matlab图像分割实例,图像分割用于检测细胞,割调用库函数实现,带注释,简单易懂-matlab example of image segmentation, image segmentation is used to detect cell, cutting call library functions, with comments, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:王银虎
  1. stdpf

    0下载:
  2. 带注释的一维粒子滤波MATLAB程序,适合初学者学习。-Notes with one-dimensional particle filter MATLAB program, suitable for beginners to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.06kb
    • 提供者:
  1. test

    0下载:
  2. 一个简单的水平集演化的matlab仿真,带注释。便于初学matlab,图像处理以及水平集的同学学习。-A simple level set matlab simulation, with comments. Easy beginner matlab, image processing and level set of students to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:601byte
    • 提供者:nc
  1. Kmeans-image-segmentation

    5下载:
  2. matlab图像分割实例,K均值用于图像分割,割调用库函数实现,带注释,简单易懂-matlab image segmentation examples, K means for image segmentation, cutting calls library functions, with comments, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:2.31mb
    • 提供者:王银虎
  1. detection-of-vehicle-movement

    0下载:
  2. matlab图像分割实例,检测运动汽车,割调用库函数实现,带注释,简单易懂;-matlab image segmentation example, detection of vehicle movement, cutting call the library functions, with comments, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.31mb
    • 提供者:王银虎
  1. Image-SIFT

    0下载:
  2. SIFT算法,全景图像拼接VC源码,带中文注释,在VC6.0下编译通过-SIFT algorithm _ panoramic image mosaic VC source (with Chinese comments) compiled by the VC6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.03mb
    • 提供者:孙伊
  1. Kalman-Track-filter

    1下载:
  2. 带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵-The Matlab code of Kalman filter with Gaussian white noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.18kb
    • 提供者:amosunny
  1. 24TO256BMP

    0下载:
  2. 24位BM图像转换成256色BMP图像 带详细注释-24 BM image is converted into a 256-color BMP image with detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:237.88kb
    • 提供者:家鹏
  1. myedgelink

    0下载:
  2. 边缘检测之后,用于检测边缘的线条,用链表的格式存储线条,便于计算线条的长度,曲率,斜率等参数。 自己写的代码,改编(精简)自国外大神Peter Kovesi的源码,我加了详细的中文注释,可作参考。 Usage: [edgelist edgeim] = myedgelink(im, minlength) Arguments: im - 细化过的二值边缘图 minlength - 短于此值长度的线条被忽略 Returns: edgelist - 得到的线条
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.44kb
    • 提供者:yangwenbin
  1. Image-filtering

    0下载:
  2. 图像滤波与傅里叶变化的matlaba源码(带注释)-Image filtering and Fourier transform of matlaba source code (with comments)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:91.58kb
    • 提供者:王峰
  1. blind

    0下载:
  2. 盲反卷积算法复原图像的代码,带注释,适合初学者学习-Blind image restoration code, with comments
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4.76kb
    • 提供者:陶思冶
  1. harris

    0下载:
  2. harris角点检测,代码结构和注释非常清晰,带测试图。-harris corner detection, code structure and comments are very clear, with a test pattern.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.01mb
    • 提供者:yeon
  1. twoD_max_seg_pro

    0下载:
  2. 基于二维信息熵的图像分割,自己写的,经典版的,带注释的,还有理论公式的说明,欢迎加企鹅号,30二8四51六7,一起讨论该算法。-Based on two-dimensional information entropy image segmentation, wrote it myself, classic version, annotated, and theoretical explanation of the formula, please add number of penguins, s
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:月月哥
  1. svm_G_knn

    0下载:
  2. 用MATLAB自带的工具箱实现svm的多分类问题,代码有注释。-MATLAB comes with the toolbox to achieve svm multi-classification problem, the code has comments.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:马振磊
  1. pkft

    0下载:
  2. 一套关于时域分析的matlab,带详细注释,不错的源码 很好(A set of time domain analysis of matlab, with detailed notes, a good source is very good)
  3. 所属分类:图形图像处理

  1. PSO

    1下载:
  2. 实现 %1、利用RGB模型识别天空区域;2、利用边缘识别检测天空边缘分割线;3、利用预测边缘点和实际边缘点的周围区域的均值滤波与本边缘点下方的像素之间的差异大小来修正天空边缘分割线 %4、将sky_seg+depthmap_v2中多余的带注释的地方删掉了 %!!!记得在295行,一定要改动是用I6还是I7,如果用sky_initia(f = edge(double(BW),'canny',thresh,sigma);)
  3. 所属分类:图形图像处理

    • 发布日期:
    • 文件大小:5kb
    • 提供者:niushao
  1. ORB-SLAM2-ch

    0下载:
  2. 带吴博做的中文注释的orbslam2。。。。。。。(orbslam2 with Chinese annotation)
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-15
    • 文件大小:1.58mb
    • 提供者:liu sdfds
搜珍网 www.dssz.com