CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - image transformation

搜索资源列表

  1. Arithmeticccc

    0下载:
  2. 主要用于图像处理的核心算法,用于图像的变换-mainly used for the core image processing algorithm for image transformation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24.7kb
    • 提供者:张晓炜
  1. ImageEditor

    0下载:
  2. 用C#编写的图象处理程序,包括图象灰度转化,反相显示,还可以进行自动切换浏览一个文件夹中的图象文件以及对图象进行编辑增加文字的操作,另还可对图象进行马赛克处理,图象雾化,图象旋转,增强对比度,色素减少等,当然有些功能还不是很完美滴-C# prepared by the image processing procedures, including gray-scale image transformation, RP, can also be used for automatic switchin
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:59.32kb
    • 提供者:shoarh
  1. detectingedge

    1下载:
  2. C#语言开发的图像处理的源代码,实现边缘提取,HOUGH变换等功能-C# language development of image processing of source code, achieving edge extraction, transformation, and other functions HOUGH
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:48.86kb
    • 提供者:李坤
  1. ImageEnhance

    0下载:
  2. c#环境中简单实现图像的增强功能,如直方图显示,线性变换,非线性变换,密度分割,图像反白显示等简单功能-c# environment simple image enhancements, such as the histogram shows that linear transformation, non-linear transform, the density of partition, anti-white images show features such as simple
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:223.85kb
    • 提供者:Mr Wang
  1. imageprocessor

    0下载:
  2. transformation functions of image processing
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:37.63kb
    • 提供者:sam
  1. gray

    0下载:
  2. 网上找来的共享的资源,结合matlab和C对图像进行灰度形态学的变换,为进一步的处理做准备。-Online recruited to shared resources, combined with matlab and C of the image gray-scale morphology of the transformation, in preparation for further processing.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4.46kb
    • 提供者:tiantian
  1. FishEye

    0下载:
  2. 用WPF写的图像变换程序,可以自由的进行图像的缩放等各种操作。-Use WPF to write the image transformation process, are free for image scaling and other operations.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:338.07kb
    • 提供者:共命运
  1. YUV2RGB

    0下载:
  2. 实现图像YUV格式与RGB格式的转换,并带颜色说明-realize the image transformation between YUV and RGB
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:75.12kb
    • 提供者:TX
  1. tt

    0下载:
  2. VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:5.43mb
    • 提供者:黄华楼
  1. face

    0下载:
  2. 基于C#编写的人脸识别系统,首先进行人脸图片的预处理,包括:标记人脸区域,光照补偿,灰度化,高斯平滑,直方图均衡化处理,对比度增强,二值化变换,去除孤立点等操作,然后标记人脸特征点,提取特征信息,与数据库中信息比较进行识别-Written in C#-based face recognition system, the first face image preprocessing, including: labeled human face region, illumination compe
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:4.83mb
    • 提供者:王华伟
  1. Rotating

    0下载:
  2. 本源码实现图像坐标的变换、旋转、平移-Rotating coordinate transformation of image translation, etc
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:48.24kb
    • 提供者:泪痕
  1. gray_transformation

    0下载:
  2. 对图像进行对数、指数灰度变换。对数变换扩展了低灰度区,压缩了高灰度区,能使低灰度区的图像较清晰地显示出来。而指数变换一般用于对图像的高灰度区给予较大扩展。源码包中给出了源码和要处理的图片,1、4两张分别为过亮过暗的图,经过相应变换都能得到较好的效果。-The image is logarithmic, exponential gradation transformation. A logarithmic transformation of the low gradation area expan
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:878.23kb
    • 提供者:Fannie
  1. GeometricTransform

    0下载:
  2. 不仅运用C#具有内置的方法来实现图像的几何变换:旋转,缩放,错切和平移,而且还运用仿射变换算法来实现上述的几何变换。最后,运用双线性插值和三次卷积插值算法实现图像的插值运算-Not only the use of C# has a built-in method to achieve an image of geometric transformations: rotation, scaling, shearing and translation, but also the use of the
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:冯珍珍
  1. zoom

    0下载:
  2. 图像处理 旋转、缩放、平移 仿射变换 双线性插值 三次卷积-Image processing, rotate, zoom, pan, affine transformation, bilinear interpolation, cubic convolution
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:269.64kb
    • 提供者:刘奇
搜珍网 www.dssz.com