▍1. very good very good
very good very good -very goodvery goodvery goodvery good
very good very good -very goodvery goodvery goodvery good
图象模板匹配算法代码,可直接运行exe文件,观察处理效果.-image template matching algorithm code can be run exe files directly observed treatment effect.
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。 调用方式(以WINFORM为例,其他类推): Bitmap m_Bitmap=null; private void menuItem_Click(object sender, EventArgs e) { m_Bitmap = new Bitmap(1000, 800); Graphics g = Graphics.FromImage(m_Bitmap); g.SmoothingMode = SmoothingMode.HighQuality; g.Clear(Color.White); MathCoordinate mathCoordinate = new MathCoordinate(); mathCoordinate.IsDrawGrid = true;
有关pgm图像格式及其他方面的介绍,希望对大家有用-Relevant pgm image format and other aspects of introduction, in the hope that useful to everybody
由VC实现的对不同裁剪面的茶壶的绘制,对初学者很有帮助-by VC on the different cutting surface mapping of the teapot, very useful for beginners
小型的CAD系统,较完善,展示橡皮筋效果等-small CAD system, a better display the rubber-band effect
最终一个开源版本,后面的4.几已经不开源了,做图形的可以下来学习学习
图像的灰度变化程序源码-gray image change procedures FOSS
显示Bitmap图象为MDI Client窗口的背景 -Displaying Bitmap as the background of MDIClient
HP 091认证宝典 HPO-091 certified bible-HP 091 Baodian certification HPO-091 certified bible
基于c++的bmp格式图片预览并保存的程序源码。-Based on c++ Of bmp format picture preview and save the program source.
这是一个用VC开发的小程序,功能是设置图像的背景。-This is a development of the VC small procedure, function is the provision of the background image.
这是一个用Visual C++编写的图像平移变换的程序,整个程序很好使用-This is a work written in Visual C++ image translation transformation process, the whole process a good use of
这是一个由C实现的边缘检测算法。-This is a realization of the C edge detection algorithm.
有效的实现图像的灰度级处理效果-Effective realization of the gray-scale images deal with the effect of
使用VFW进行摄像头调用,可以完成基本功能-Call use the VFW for the camera, you can perform basic functions
js网页特效,实现计算器,日历,调色板功能-js netnew achieve calculator, calendar, the function palette
vb读取tiff文件,有读写转换功能-vb read tiff files, read and write conversion, etc.
编程包含一个下拉列表和一个按钮, //下拉列表中有10、14、18三个选项。 //选择10时,按钮中文字的字号为10, //选择14时,按钮中文字的字号为14, //选择18时,按钮中文字的字号为18。-Programming includes a drop-down list and a button,// 10,14,18 drop-down list, there are three options.// Select 10 pm, button text size is 10,// select 14 o" clock, the button in the text font size 14,// a choice of 18, the button text font size is 18.