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

搜索资源列表

  1. imrotate_my

    0下载:
  2. 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1587
    • 提供者:肥猪流
  1. VisualCbuilderimageprocessingprogramdesignexample.

    0下载:
  2. Visual C#图像处理程序设计实例,用C#编写图像处理的源程序-Visual C# example of image processing, program design, using C# write image processing source code
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:9166151
    • 提供者:王东玉
  1. MyImage

    0下载:
  2. 基于VC++平台,对图像进行处理,可以添加高斯白噪声,运用laplace,gabor等算法实现图像的处理-VC++ based platform for image processing, you can add white Gaussian noise, the use of laplace, gabor such as image processing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2712391
    • 提供者:zhou
  1. myps

    0下载:
  2. c++编写的一个简单的类似Photoshop的图像编辑系统-c++ written in a simple system similar to the Photoshop image editing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3134411
    • 提供者:张蒙
  1. hehanshufcm

    0下载:
  2. 用Matlab实现基于核函数的C均值聚类图像分割,实验好,好用-Using Matlab implementation of kernel-based C-means clustering image segmentation, experimental is good, easy to use
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1639
    • 提供者:liupinggang
  1. huffman

    0下载:
  2. 哈弗曼编码和解码的C程序,可用于图像的压缩处理-Havermann encoding and decoding of the C program can be used for image compression processing
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:9168
    • 提供者:李万欣
  1. simpleCimageprocessing

    0下载:
  2. 简单的c++图像处理程序 希望对你有帮助 -simple C++ image processing programe ,it would be helpful to you!
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5147394
    • 提供者:yy
  1. Harris

    0下载:
  2. 数字图象处理 Harris c#图像处理-Harris DrawPoint Corner
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1013
    • 提供者:zhengshuang
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. Huffman

    0下载:
  2. 基于Huffman变换的图像压缩算法,c++语言开发的。-image Compression algorithm based on Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:192826
    • 提供者:wdl
  1. PEG-C

    0下载:
  2. 现在进行图像处理已经越来越频繁,下面是用c语言进行图像jpeg处理压缩编码源程序-Will now proceed to image processing has become increasingly frequent, Here is using c language source code to handle compressed jpeg image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:10275
    • 提供者:liushuangfeng
  1. WindowsApplication1

    1下载:
  2. C#调用ENVI函数实现一些简单功能,包括ENVI对图像的读取操作,浏览操作,以及一些对话框显示-C# is called ENVI function is to achieve some simple features, the image including the ENVI read operations, browsing operations, as well as some dialog box is displayed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:218591
    • 提供者:liufei
  1. erode

    0下载:
  2. 基于数学形态学的图像腐蚀程序,用c语言编写,适合初学者理解。-Image based on mathematical morphology erosion process, using c language, suitable for beginners to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15630
    • 提供者:cwb
  1. freeimage

    0下载:
  2. C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。 另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对各种格式图像的读取写入支持上,没有显示部分,实际编程的时候还是需要调用API函数进行显示。 -FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like
  3. 所属分类:Graph program

    • 发布日期:2015-09-11
    • 文件大小:266468
    • 提供者:金金
  1. QPSKDesinger

    0下载:
  2. QPSK的详细设计流程,及仿真图像,是做设计的重要参考。-QPSK the detailed design process, and the simulation images, are doing an important reference for the design.
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:193903
    • 提供者:wangjiang
  1. colorimage_seg_VC

    0下载:
  2. 利用模糊C均值聚类法实现彩色图像分割,Visual c++ 6.0 实现。-color image segmentation using C-means clustering, implementation by Visual c++ 6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:245790
    • 提供者:王成
  1. PixelFusion

    0下载:
  2. 图像融合算法及质量评价的程序,其中有HIS、PCA、WAVELET及BROWEY等算法,评价参数有均值、梯度、熵、相关系数等。-image fusion (his pca wavelet browey) mean etc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3151176
    • 提供者:肖飞
  1. restore

    0下载:
  2. 由匀速直线运动引起的图像模糊通过Visual C++实现运动模糊图像复原-Caused by uniform linear motion blurred image through the Visual C++ to achieve motion-blurred image restoration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2593
    • 提供者:钟生
  1. NcutImage_7_AMD64

    0下载:
  2. 经典的C-CUT算法的MATLAB实现 由 Jianbo Shi创立。是聚类算法和图像处理的经典算法。-The classic C-CUT algorithm of the MATLAB realization founded by Jianbo Shi.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148974
    • 提供者:wangwei
  1. Draw

    0下载:
  2. 一个很小的VC++6.0画图程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初级的参考-A small VC++6.0 drawing program, can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as the primary reference for VC graphic image
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:116766
    • 提供者:suyanhua
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com