-
一个图像显示的程序
一个图像显示的程序-an image display procedures
- 2022-01-30 10:48:23下载
- 积分:1
-
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device...
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 Windows下的MFC编程机制,消息驱动,事件等待.-On the VC and the windows of the drawing mechanism, the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) device context of the MFC under Windows programming mechanisms, message-driven, event wait.
- 2022-10-21 07:40:03下载
- 积分:1
-
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波...
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波;
4.图象锐化: Sobel算子;
5.图像旋转:将图像旋转任意角度并显示;
6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
-VC bitmap-based image processing procedures, can realize the following functions: 1. Image parameters statistics: maximum, minimum, average, histogram 2. Contrast enhancement: histogram equalization 3. Image Smoothing: median filter 4. Image sharpening: Sobel operator 5. Image Rotation: Rotate the image at any angle and shows 6. Image Transformation: The image sub-block (8* 8), for the DCT transform, and IDCT
- 2022-04-25 03:53:21下载
- 积分:1
-
A good graphics program code, using C# implementation. A good graphics program c...
一个很好的绘图程序代码,用C#实现。 -A good graphics program code, using C# implementation. A good graphics program code, using C# implementation.
- 2023-02-15 23:30:04下载
- 积分:1
-
运用神经网络 算法所写的手写数字的识别程序
运用神经网络 算法所写的手写数字的识别程序-networks using neural network algorithm written in the handwriting digit identification procedures
- 2022-08-20 08:55:07下载
- 积分:1
-
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
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 "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image.
- 2022-09-05 00:30:03下载
- 积分:1
-
Blinds another version of code, with a slightly rewritten version to increase th...
百叶窗又一版本代码,与上一版本略加改写,增加函数封装-Blinds another version of code, with a slightly rewritten version to increase the function package
- 2022-08-07 15:25:36下载
- 积分:1
-
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!...
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!-use GDI+ to read images, inversion, generating grayscale handle. And a redo and undo function. Learning GDI+ image programming a very good reference example!
- 2023-09-05 20:15:03下载
- 积分:1
-
用VB.NET编写的绘图程序,使用的GDI+ ,非常适合初学图形编程的人。...
用VB.NET编写的绘图程序,使用的GDI+ ,非常适合初学图形编程的人。-prepared with VB.NET graphics, the use of GDI, very suitable for beginners graphical programming people.
- 2022-07-15 20:12:03下载
- 积分:1
-
一个非常强大的图表类,可以画多种常用的图表
一个非常强大的图表类,可以画多种常用的图表
- 2022-01-24 18:03:00下载
- 积分:1