搜索资源列表
fangdalingjin
- 用邻近算法实现的图像放大用来作图像处理,图像分割前用的.的-neighboring Algorithm to enlarge images
Fisheye
- fISH eye 菜单功能,鱼眼(FishEye)的例子。FishEye的效果如同放大镜,当鼠标在图像上滑动的时候,图像会放大或者缩小-Fish EYE menu,float menu。
ExtendImage
- 放大镜效果,鼠标移动过程放大图像上的内容.beta版本-magnifier
tuoxiangfangdasuoxiao
- 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:图像放大缩小-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
Bilinear
- 根据双线性原理,对图像进行插值放大。 设放大比例为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
znfd
- VB编程,当鼠标移过时,会自动放大当前的图像及文字,可选择放大倍数。-VB programming, when the mouse moves over automatically enlarge the current image and text magnification option.
bacc
- 实现线性插值 可用于图像无损放大 简单易行-Image lossless linear interpolation can be used to zoom simple
ImageDemo
- 此程 序是对图像进行放大处理 用C#编译序是对图像进行放大处理 用C#编译-This procedure is the image enlargement processing.
Digital-Image-Processing
- 数字图像处理,包括对图像进行灰度化处理,图像变换(平移、缩小、放大),图像增强(平滑、锐化),图像的形态学处理(腐蚀,膨胀,开运算,闭运算)。-Digital Image Processing, gray scale processing including image, image transformations (translation, zoom out, zoom), image enhancement (smoothing, sharpening), image morphologic
myphotoshop
- 图像变形的C++源代码,实现图像的放大、扭曲、涟漪等效果-The image deformation of C++ of source code, enlarge image distortions, ripples effect
imagezoo
- 图像的几种线性放大的程序,欢迎参考,和大家一起分享-Image of several linear amplification program, welcomed the reference, and share with everyone
fangda
- 图像放大程序,希望能够帮助大家对图像处理的学习。-Image magnification program, we hope to help everyone learn image processing.
mandelbrotimage
- 绘制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,则这个数
Bilinear-interpolation
- 双线性插值,可用于图像的放大,及对像素颜色的插值,能产生光滑的过渡效果-Bilinear interpolation can be used to enlarge the image, and the color of the pixel interpolation, to produce a smooth transition effect
ZoomPart
- VC实现对图像的局部放大处理!!VC实现对图像的局部放大处理!-VC implementation of local amplification of the image processing!!
ImageZoom
- 可以实现对图像的放大,缩小,精确到像素级,可以实现区域放大,精确到点胡放大,十分好的算法,与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
新建文件夹
- 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
图像放大
- 通过一定的算法提高图片的像素密度,减小锯齿。(A certain algorithm is used to improve the pixel density of the picture and reduce the sawtooth.)
图像几何变换处理
- 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)
VisionHalcon
- 代码特色功能: 1、图像显示:这个代码中制作了比较友好的图像显示功能和函数接口,非常方便客户调用,图像显示制作成控件的模式,带源代码; 2、图像显示平移以及放大缩小:在图像显示代码模块中以及将图像的拖拽、鼠标滚轮控制的放大缩小功能集成好了,提供代码接口,非常好用,可看到源代码学习; 3、文件操作模块:目前代码集成了6种文件的创建读写保存类,分别为:office中的Excel操作,IniFile的操作,LogFile的操作,Spire控件下的Excel操作,Txt文件操作,Xml文件操作(Code