-
自适应Canny算子边缘检测技术,介绍高低阈值比例的选值,提出高低阈值比例对图像的影响。...
自适应Canny算子边缘检测技术,介绍高低阈值比例的选值,提出高低阈值比例对图像的影响。-Adaptive operator Canny edge detection technology, introduce the proportion of high and low threshold values of the election, the proportion of high and low thresholds for the impact of the image.
- 2022-10-28 01:45:03下载
- 积分:1
-
基本图形算法实现
基本图形算法实现-basic graphics algorithm
- 2022-09-14 08:40:03下载
- 积分:1
-
Image processing algorithms available
图像处理的各种算法 应有尽有 非常适合初学者学习-Image processing algorithms available
- 2023-07-29 06:05:06下载
- 积分:1
-
xvidx This is the source code (MPEG4). Under the vc compiler.
这是xvidx源代码(MPEG4)。可以在vc下编译。-xvidx This is the source code (MPEG4). Under the vc compiler.
- 2022-01-25 15:39:42下载
- 积分:1
-
该例子可以选定位图,来得到位图的大小,即可表达位图的高宽和大小...
该例子可以选定位图,来得到位图的大小,即可表达位图的高宽和大小-examples can choose the location map, the map in place more size, can express bitmap width and size
- 2022-01-26 00:11:55下载
- 积分:1
-
mblur filter for image in c .Implementation
mblur filter for image in c .Implementation
- 2022-01-28 10:15:39下载
- 积分:1
-
全书介绍了图像科学综述、MATLAB语言图像编程、图像增强等内容,涵盖了医学图像处理等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如...
全书介绍了图像科学综述、MATLAB语言图像编程、图像增强等内容,涵盖了医学图像处理等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。 -ImageProcessing and Recognition of Practical Case Highlights
- 2022-04-10 06:34:55下载
- 积分:1
-
形式+ +源代码
Form++ Source code
- 2022-06-17 17:46:48下载
- 积分:1
-
use VB program running there when the sky snow
运用VB编写的 程序,运行时出现天空下雪-use VB program running there when the sky snow
- 2022-01-31 10:41:33下载
- 积分: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