-
image enhancement
图像压缩的功能,提取图像信息以及最后的图像增强-image enhancement
- 2022-01-31 10:48:56下载
- 积分:1
-
打开一幅格式为(pic)的图片
pic pic
打开一幅格式为(pic)的图片
pic pic-open an image with the extention pic
- 2023-04-22 01:55:03下载
- 积分:1
-
分形图像的处理方法,主要技术手段及未来的趋势
分形图像的处理方法,主要技术手段及未来的趋势-Fractal image of the treatment methods, the main technical means and future trends
- 2023-01-27 19:15:03下载
- 积分:1
-
This a use of the VC language digital image processing of the source code and ex...
这是一个使用VC语言编写的实现数字图像处理的源代码及说明文当,很好的-This a use of the VC language digital image processing of the source code and explanations when the text, very good! !
- 2022-09-06 15:30:03下载
- 积分:1
-
mblur filter for image in c .Implementation
mblur filter for image in c .Implementation
- 2022-01-28 10:15:39下载
- 积分:1
-
ovfwvideo,可以调用摄像头,运行时先注册一下regsvr32 d:ovfw.ocx
ovfwvideo,可以调用摄像头,运行时先注册一下regsvr32 d:ovfw.ocx-ovfwvideo, can call the camera, run-time before you register regsvr32 d: ovfw.ocx
- 2022-03-20 19:58:12下载
- 积分:1
-
Used to control stepper motor driven throttle sensors, collect data, generate da...
用于控制步进电机带动油门传感器,采集数据,生成数据曲线并可打印报表-Used to control stepper motor driven throttle sensors, collect data, generate data curves and print statements
- 2023-04-17 10:40:03下载
- 积分:1
-
本文实现了将自定义的文本或者图形保存到位图bmp文件。提供源代码下载。
我们在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现...
本文实现了将自定义的文本或者图形保存到位图bmp文件。提供源代码下载。
我们在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿
-This article will realize a custom text or graphics in place plans to preserve bmp file. Provide the source code download. We have to do with vc procedures often need to output text and graphics document preservation plan in place, of course, can have ready-made controls to achieve, but should not, such as their wish
- 2023-05-24 23:55:02下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1
-
这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。...
这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intensity enhancement) and chromosome countering, all are the realizations of classical algorithms.
- 2022-07-08 23:13:18下载
- 积分:1