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

搜索资源列表

  1. matlab

    6下载:
  2. 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:2992216
    • 提供者:chengmengli
  1. ImageFusion

    0下载:
  2. 图像融合的matlab程序 源码可以直接运行的-Image fusion matlab program source code can be directly run
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:617866
    • 提供者:高飞
  1. Raptor_ORG

    0下载:
  2. raptor fec endcoder/decoder code
  3. 所属分类:Special Effects

    • 发布日期:2016-07-08
    • 文件大小:34816
    • 提供者:GsNoh
  1. sift_MATLAB

    0下载:
  2. SIFT的MATLAB源码,由加州大学的一位博士编写。-SIFT the MATLAB source code, from the University of California, prepared by Dr. A.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2631461
    • 提供者:leo
  1. MATLABArnold

    0下载:
  2. 用Arnold矩阵变换进行图像置乱的加密算法及其源代码-By Arnold transform the matrix of image scrambling encryption algorithm and its source code
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:639488
    • 提供者:徐玲
  1. 2DPCA

    0下载:
  2. 2DPCA 主成分分析法,处理图像压缩,特征提取的m代码-2DPCA principal component analysis, image compression processing, feature extraction of m code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10048
    • 提供者:谢一天
  1. optical_flow

    0下载:
  2. matlab光流场计算代码,希望对大家有所帮助,也希望大家相互帮助-matlab code optical flow calculation, and they hope to help everyone, I hope you will help each other
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:657857
    • 提供者:王李
  1. EMarithmeticprogramandexperimentalreport

    0下载:
  2. EM算法源程序的代码,运行的结果和实验报告。-EM algorithm source code, operating results and the experimental report.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:49379
    • 提供者:郝保明
  1. guided-filter-code-v1

    0下载:
  2. matlab版何凯明2010ECCVGuide滤波的源代码,里边附录了很多例子和测试图片-He Kaiming 2010ECCVGuide filtering of the source code inside the Appendix a lot of examples and test images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2188053
    • 提供者:吕小豪
  1. code

    0下载:
  2. 简单实现通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数-Simple realization of a universal binary morphological operations (erosion and expansion of open and close, and hit-miss transform) function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1542
    • 提供者:hq
  1. Waveletsforimagefusion

    0下载:
  2. 小波图像处理,图像滤波,图像复原,图像融合等VC开发的源代码-Wavelet image processing, image filtering, image restoration, image fusion, such as the development of source code VC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:240668
    • 提供者:ldc
  1. LS-JAVA

    1下载:
  2. 水平集图像处理方法中fast marching方法,窄带方法及level set方法的JAVA代码-Level set method of image processing fast marching method, narrow-band method and level set methods JAVA code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:80999
    • 提供者:阳云
  1. DCT

    0下载:
  2. DCT变换的源代码,支持一维二维DCT变换及反变换-DCT transform of the source code, to support the one-dimensional two-dimensional DCT transform and inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2190
    • 提供者:brenton
  1. ica_example

    0下载:
  2. ICA人脸识别算法实例matlab源码,已测试过,程序能运行,且识别率较高-ICA face recognition algorithm matlab source code examples have been tested, the program will be able to run, and a higher recognition rate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2016
    • 提供者:songy
  1. code

    0下载:
  2. InSAR相位解缠代码,好像是和一本老外的书联系的,代码是比较全的了-InSAR phase unwrapping code, seems to be a foreigner and book links, code is more of a wide
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:80765
    • 提供者:倪昊
  1. matlab_4

    1下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:51657
    • 提供者:pride
  1. face_check_color_segmentation

    0下载:
  2. Matlab编写的程序代码,包括基于肤色的人脸检测,根据人脸图像判别眼睛的状态(睁眼及闭眼)-Matlab program written in code, including color-based face detection, face image in accordance with the state of discriminant eyes (eyes open and eyes closed)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:9137
    • 提供者:adamdcg
  1. GCmex1.2.tar

    0下载:
  2. graph cut matlab and c++ code for graph analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:50452
    • 提供者:李雯
  1. kmeans

    4下载:
  2. 利用kmeans方法进行图像分割的matlab代码,希望对大家有用-Kmeans method using image segmentation matlab code, in the hope that useful
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:1085
    • 提供者:ruchong
  1. Image-Fusion-Performance

    0下载:
  2. 这个matlab代码,用于测试图像融合函数的算法性能。输入两幅原始图像和融合以后的图像,函数将评价出该算法的性能。-The matlab code, for testing image fusion algorithm function. Input the original image and the integration of two subsequent images, the function will evaluate the performance of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1263
    • 提供者:小单
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com