CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像处理作业

搜索资源列表

  1. as.rar

    0下载:
  2. 这是我们数字图像处理课程的大作业,我自己用matlabGUI做了一个界面,希望对大家有用,谢谢!,This is a large digital image processing program operations, for my own use matlabGUI made an interface and hope for all of us, thank you!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1473422
    • 提供者:郑强
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. Homework(1213)

    0下载:
  2. VC++2005 OPENCV 应用于图像处理,课程作业-VC++2005 OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5449599
    • 提供者:步晓亮
  1. basic-image-processing

    0下载:
  2. 我的一个图像处理的作业,涉及噪声与去噪,边缘提取灰度化-One of my image processing operations, involving noise and denoising, edge detection gray and so forth. .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1607359
    • 提供者:薛晓虎
  1. jiandanchuli

    0下载:
  2. 一个简单图像处理功能,适合初学者,适合拿来交作业-A simple image processing functions, suitable for beginners, suitable for use交作业
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:192717
    • 提供者:zhou
  1. project05

    0下载:
  2. 中值滤波和空域滤波数字图像处理冈萨雷斯作业-Median filtering and spatial filtering of digital image processing operations Gonzalez
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2572576
    • 提供者:xu
  1. lungimageprosess

    0下载:
  2. 这是本人的医学图像处理与分析课程的作业,关于肺实质分割的程序-This is my medical image processing and analysis of course work, about the substance of the lung segmentation procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:56940
    • 提供者:hnyl0612
  1. PicProccessor

    0下载:
  2. 这是我本科时候学习图像处理时候的作业。主要实现了从最优二值化,到高斯滤波、中值滤波,再到形态学扩散,收缩,开运算,闭运算以及骨骼算法等等。-a program which can be used as a simple image proccessing tool
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:411849
    • 提供者:王翔宇
  1. edgedetect

    0下载:
  2. 边缘提取的程序,基于三种算子,buaa图像处理课的作业-Edge extraction process, based on three operators, buaa image processing course work
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:252503
    • 提供者:陈晓辉
  1. work

    0下载:
  2. 本文档是数字图像处理的大作业,为做数字图像处理的朋友提供参考-This document is a digital image processing of large jobs, as do friends of digital image processing reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:423104
    • 提供者:李慧强
  1. coding

    0下载:
  2. 四川大学软件学院软件开发实践课程作业源代码(图形图像处理)-Sichuan University Software College course work in software development practices and source code (graphics and video processing)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3334971
    • 提供者:SilverBullet
  1. fftshangji

    0下载:
  2. 数字图像处理课上老师给的作业,主要算法老师已经给出了 很清晰-Digital image processing class, teacher assignments, the main algorithm has been given a very clear teacher
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:956420
    • 提供者:无名
  1. dsp

    0下载:
  2. 数字图像处理的一个作业,包含理想高通 巴特沃斯高通 高斯高通的频域增强的作业-A digital image processing operations, including the ideal high-pass Butterworth high-pass Gaussian high-pass frequency domain enhancement operation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:9168
    • 提供者:刘勇
  1. Imagerecognitionandprocessing

    0下载:
  2. 图像处理的小软件,学校的大作业,顺便传上来了-Small image processing software, the big schools work, the way up the pass
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12770304
    • 提供者:张艺阳
  1. computer--vision

    0下载:
  2. 主要是计算机专业研究生,图像处理方向的课程作业,实现图像处理,比如说用到的sobel算子,拉普拉斯算子的实现!-Mainly computer science graduate course work in the direction of image processing, Image processing, for example, the sobel operator is used, the realization of the Laplacian!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1603687
    • 提供者:gengboting
  1. Robust-Watermarking-Based-on-DCT

    0下载:
  2. 基于DCT域的鲁棒水印,上数字图像处理课上的大作业-Robust Watermarking Based on DCT, the homework of digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:52207
    • 提供者:方凯
  1. DWTCompression

    0下载:
  2. 基于DWT的图像压缩,上数字图像处理可的大作业-DWT Compression
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:17479
    • 提供者:方凯
  1. Fragile-watermarking-based-on-DWT

    1下载:
  2. 基于DWT域的脆弱水印,上数字图像处理课的大作业-Fragile watermarking based on DWT, digital image processing course
  3. 所属分类:Special Effects

    • 发布日期:2015-12-18
    • 文件大小:50176
    • 提供者:方凯
  1. Fragile-watermarking-based-on-space

    0下载:
  2. 基于空域的脆弱水印,,上数字图像处理课的大作业 -Fragile watermarking based on airspace,homework of digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:49027
    • 提供者:方凯
  1. ImageSegmentationAndSignature

    0下载:
  2. 图像分割,签名及多边形估计。数字图像处理课程作业。-Image segmentation, signature and polygonal approximation. Class project.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8669227
    • 提供者:weihua
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com