CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 放大图像

搜索资源列表

  1. fangdalingjin

    0下载:
  2. 用邻近算法实现的图像放大用来作图像处理,图像分割前用的.的-neighboring Algorithm to enlarge images
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:387.39kb
    • 提供者:huang fang
  1. Fisheye

    0下载:
  2. fISH eye 菜单功能,鱼眼(FishEye)的例子。FishEye的效果如同放大镜,当鼠标在图像上滑动的时候,图像会放大或者缩小-Fish EYE menu,float menu。
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:70.23kb
    • 提供者:luke
  1. ExtendImage

    0下载:
  2. 放大镜效果,鼠标移动过程放大图像上的内容.beta版本-magnifier
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1000.78kb
    • 提供者:freezjf2005
  1. tuoxiangfangdasuoxiao

    0下载:
  2. 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:图像放大缩小-This is the easy language code, the first statement easy to understand language not under-virus software is no longer explain the problem of false positives, Source Content: Image zoom
  3. 所属分类:其他小程序

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:xiaomingw
  1. Bilinear

    0下载:
  2. 根据双线性原理,对图像进行插值放大。 设放大比例为s,则k*s+1的点为原来图像上k处的值-The bilinear principle, the interpolation to enlarge the image. Set zoom ratio s, the value k* s+1 points of the original image k at
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:593byte
    • 提供者:ll
  1. znfd

    0下载:
  2. VB编程,当鼠标移过时,会自动放大当前的图像及文字,可选择放大倍数。-VB programming, when the mouse moves over automatically enlarge the current image and text magnification option.
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:7.02kb
    • 提供者:skc
  1. bacc

    0下载:
  2. 实现线性插值 可用于图像无损放大 简单易行-Image lossless linear interpolation can be used to zoom simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:961byte
    • 提供者:XuWenfeng
  1. ImageDemo

    0下载:
  2. 此程 序是对图像进行放大处理 用C#编译序是对图像进行放大处理 用C#编译-This procedure is the image enlargement processing.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:212.89kb
    • 提供者:yang
  1. Digital-Image-Processing

    1下载:
  2. 数字图像处理,包括对图像进行灰度化处理,图像变换(平移、缩小、放大),图像增强(平滑、锐化),图像的形态学处理(腐蚀,膨胀,开运算,闭运算)。-Digital Image Processing, gray scale processing including image, image transformations (translation, zoom out, zoom), image enhancement (smoothing, sharpening), image morphologic
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:5.37kb
    • 提供者:杨静
  1. myphotoshop

    1下载:
  2. 图像变形的C++源代码,实现图像的放大、扭曲、涟漪等效果-The image deformation of C++ of source code, enlarge image distortions, ripples effect
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1.52mb
    • 提供者:luoq
  1. imagezoo

    0下载:
  2. 图像的几种线性放大的程序,欢迎参考,和大家一起分享-Image of several linear amplification program, welcomed the reference, and share with everyone
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2.43kb
    • 提供者:小小展
  1. fangda

    0下载:
  2. 图像放大程序,希望能够帮助大家对图像处理的学习。-Image magnification program, we hope to help everyone learn image processing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:138.41kb
    • 提供者:徐光辉
  1. mandelbrotimage

    0下载:
  2. 绘制Mandelbrot image即曼德拉图像。Mandelbrot图像中的每个位置都对应于公式N=x+y*i中的一个复数。其实数部分是x,虚数部分是y,i是-1的平方根。图像中各个位置的x和y坐标对应于虚数的x和y部分。 图像中的每个位置用参数N来表示,它是x*x+y*y的平方根。如果这个值大于或等于2,则这个数字对应的位置值是0。如果参数N的值小于2,就把N的值改为N*N-N(N=(x*x-y*y-x)+(2*x*y-y)*i)),并再次测试这个新N值。如果这个值大于或等于2,则这个数
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:662byte
    • 提供者:bohan
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,可用于图像的放大,及对像素颜色的插值,能产生光滑的过渡效果-Bilinear interpolation can be used to enlarge the image, and the color of the pixel interpolation, to produce a smooth transition effect
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:902byte
    • 提供者:lichangjiang
  1. ZoomPart

    0下载:
  2. VC实现对图像的局部放大处理!!VC实现对图像的局部放大处理!-VC implementation of local amplification of the image processing!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.44mb
    • 提供者:张文
  1. ImageZoom

    0下载:
  2. 可以实现对图像的放大,缩小,精确到像素级,可以实现区域放大,精确到点胡放大,十分好的算法,与MrBeam功能相似-Can be achieved on the image to zoom, accurate to the pixel level can be achieved regional zoom, zoom Hu precise point, very good algorithm, similar MrBeam function
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:19.3mb
    • 提供者:ass
  1. 新建文件夹

    0下载:
  2. 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
  3. 所属分类:其他

  1. 图像放大

    1下载:
  2. 通过一定的算法提高图片的像素密度,减小锯齿。(A certain algorithm is used to improve the pixel density of the picture and reduce the sawtooth.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4.1mb
    • 提供者:小小葵
  1. 图像几何变换处理

    0下载:
  2. 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)
  3. 所属分类:其他

    • 发布日期:2020-07-03
    • 文件大小:104kb
    • 提供者:司马懿!
  1. VisionHalcon

    0下载:
  2. 代码特色功能: 1、图像显示:这个代码中制作了比较友好的图像显示功能和函数接口,非常方便客户调用,图像显示制作成控件的模式,带源代码; 2、图像显示平移以及放大缩小:在图像显示代码模块中以及将图像的拖拽、鼠标滚轮控制的放大缩小功能集成好了,提供代码接口,非常好用,可看到源代码学习; 3、文件操作模块:目前代码集成了6种文件的创建读写保存类,分别为:office中的Excel操作,IniFile的操作,LogFile的操作,Spire控件下的Excel操作,Txt文件操作,Xml文件操作(Code
  3. 所属分类:其他

    • 发布日期:2021-02-18
    • 文件大小:80.6mb
    • 提供者:蓝其
« 12 »
搜珍网 www.dssz.com