搜索资源列表
Grphic
- C#实现的MDI简单画图程序. 体现了C#做MDI的编程思想. 可做一个例子进行详细填充. 只是里面有日文语句,怕中文机子不能顺畅运行.-C# realization MDI simple painting procedure Manifested C# to make MDI the programming thought May make an example to carry on the detailed packing Only is inside has the Japanese
eztwain
- 一个支持Twain输入设备输入的DLL库文件,并包含一个的范例。-an input device support Twain imported DLL libraries, and includes an example.
deal_bmp
- 一个图像显示的程序-an image display procedures
实例52
- 功能在窗口中的图象显示马赛克效果,适合初学。-function in the window of an image mosaic effect, suitable for beginners.
2417
- :一个简单易用的java编译工具完全汉化版-: an easy-to-use java compiler tool complete translation
将文字以浮雕方式嵌入你的位图(7KB)
- 一个增加你界面特色的小程序,不要小看这小小的功能。在你的界面中只要有一、两个这样的小特色,就会使你的程序与众不同。-an increase in your interface characteristics of small programs, not to belittle that small functions. In your interface, if only one or two characteristics of small, it will cause your progra
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
GraphicFrame
- 用Java 实现几何图形的生成,如何来在界面上画一些基本的几何图形,本程序是一示例!-using Java geometry generation, how to interface painting in some of the basic geometric shapes, the procedure is an example!
Ilib-1.1.9-min.tar
- What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based X11 Windows System, original
CAPSScode
- 一个自己写的图像显示的基本变换的程序,是基于FORM窗体的,可以自动调整显示图象的比例,显示图像属性.对初学者很有借鉴意义-himself wrote an image shows the basic transformation process is based on the Form FORM can automatically adjust the ratio of display images, showing images attributes. Useful for beginner
ImagePro(魔镜)
- 这是一个由bcb编写的图象编辑代码(GDI)-This is an image edit program written by bcb.
Exam06_02
- 一个基于对话框的应用程序,CDialogBar类用法-This is an application project to show you how to use the CDialogBar class. It is based on Dialog project.
colors_Delphi
- 这是一个演示Delphi下分别设定RGB数值,展改变颜色效果的例子。-This is an example for demonstrating how to set the RGB value and change the effect of color in Delphi.
Localizer
- 图象处理程序,具有很多图象处理功能,用VC开发的。-This is an Image Process project. It includes many functions to process images ,and it is explored by VC.
Hough变换的源程序
- Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
3dtrans
- 3D Transforms Demonstration Program. Requires Turbo C Version 1.5. Project file should contain the line DEMO3D.C GRAPHICS.LIB 3D.LIB DRIVERS.LIB The library directory must include 3D.LIB and GRAPHICS.LIB, and the include directory m
动
- 此程序为动画编程,展示了一个动画的形成效果。-procedure for animation programming and demonstrate the formation of an animation effect.
图像处理获取与实践
- 一个很优秀的数字图象处理软件,功能强大,内容丰富,处理图象为256色。-an excellent digital image processing software, a powerful, rich content, image processing for 256 colors.
photoVC代码
- photovc的源代码,能对bmp图象读入和简单的操作.其中自己写了重要的图象类文件.-photovc the source code and is capable of bmp image read and simple to operate. Which himself wrote an important category of document images.
An HSVRGBA colour picker
- This colour picker allows you to easily choose a colour either using RGB or HSV, it includes an alpha slider (that can be disabled or hidden, if needed), and it displays the colour value in hexadecimal. The code is fully written using Windows API, wi