登录
首页 » GDI-Bitmap » windows GDI graphical programming an example of

windows GDI graphical programming an example of

于 2022-03-20 发布 文件大小:33.06 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

windows GDI 图形编程的一个实例-windows GDI graphical programming an example of

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用GDI开发的一个地图浏览VC小程序,主要解释如何解决图像闪烁问题...
    用GDI开发的一个地图浏览VC小程序,主要解释如何解决图像闪烁问题-Using GDI to develop a map browsing VC small procedures, which explain how to solve image flickering problem
    2023-08-30 17:00:06下载
    积分:1
  • 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
    平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
    2022-02-01 03:05:13下载
    积分:1
  • Chaos (Chaos), the logistic equation X (n) = k* X (n
    混沌(Chaos),Logistic方程 X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数 f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算: x1=f(x0), x2=f(x1), x3=f(x2),..., 序列{ Xn }的整体"状态",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,"乱七八糟"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n) = k* X (n-1)* (1-X (n-1)), that is quadratic function f (x) = k* x (1-x), the election Optional appropriate constants k, the initial value of options x0, iterative calculation : x1 = f (x0), x2 = f (x), x3 = f (x2 ),..., sequence) (Xn the overall "state" sensitive dependence on constants k and initial value x0, convergent sequence may also possible, "mess" to the oscillation-- have Chaotic Chaos!
    2022-04-16 20:00:36下载
    积分:1
  • How to use 256 Color Bitmaps in ImageList (Win32 SDK solution) ImageList how to...
    How to use 256 Color Bitmaps in ImageList (Win32 SDK solution)如何在ImageList中使用256色的位图(Win32 SDK的解决方案)(5KB)-How to use 256 Color Bitmaps in ImageList (Win32 SDK solution) ImageList how to use 256-color bitmap (Win32 SDK solutions) (5KB)
    2022-09-23 16:50:03下载
    积分:1
  • 一个非常Cool的图像编辑软件,支持在图像中画椭圆、矩形、锥体、圆柱、不规则曲线,支持输入文本,使用橡皮擦,图像区域填充。最绝的是它的画笔和画刷支持不同的形状(...
    一个非常Cool的图像编辑软件,支持在图像中画椭圆、矩形、锥体、圆柱、不规则曲线,支持输入文本,使用橡皮擦,图像区域填充。最绝的是它的画笔和画刷支持不同的形状(例如使用树叶形的画刷可以画出如同柳条的效果)。-A very Cool Image-editing software to support the image painted oval, rectangular, cone, cylinder, irregular curves, to support the input text, use the eraser, image-filled region. It most definitely is the brush and brush painting in support of different shapes (such as the use of paint brush-shaped leaves can be painted as the effects of willow).
    2022-09-17 08:45:03下载
    积分:1
  • 课程设计,详细的附带里面的原代码和文档,一个..
    本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including linear paintings, round, oval. There multilateral 2D-filling algorithm, two-dimensional graphics, including translation, rotation, symmetry, proportion, and Shear basic transformation. And with Liang- Barsky algorithm straight cut.
    2022-03-13 23:23:43下载
    积分:1
  • 结合摄像头使用,用于手部位置跟踪,精准度非常高,另可以识别六种手势。其手位跟踪模块可作为手势识别软件的一个组成部分,内含非常详细的说明文档。编译该代码,需要 O...
    结合摄像头使用,用于手部位置跟踪,精准度非常高,另可以识别六种手势。其手位跟踪模块可作为手势识别软件的一个组成部分,内含非常详细的说明文档。编译该代码,需要 OpenCV 0.97 或更高版本的支持。在Windows下的编译顺序为cubicles工程、handvu工程,之后根据视频数据来源要求编译其他代码。建议使用 Visual Studio 2003 ,如果需要编译 DirectX 相关模块,则请安装 DirectX SDK 9.0 或更高版本。-Combination of camera to use for hand position tracking, accuracy is very high, and the other six kinds of gestures can be identified. Digital tracking of their hand gesture recognition module can be used as an integral part of software, including a very detailed documentation. Compile the code, the need for OpenCV 0.97 or later support. Compiler in Windows under the order of cubicles works, handvu works, after the source of video data in accordance with the requirements of other code compiler. Recommend the use of Visual Studio 2003, if you need to compile the relevant modules DirectX, install DirectX SDK 9.0 or later.
    2023-02-10 07:20:04下载
    积分:1
  • 由bcb写的图象特效集合(GDI,非常快速)
    由bcb写的图象特效集合(GDI,非常快速)-This project is wrote by bcb,and it is a cluster of special effects of images.
    2022-01-25 23:54:50下载
    积分:1
  • contains transplantation based on the C language digital watermarking algorithm...
    包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。-contains transplantation based on the C language digital watermarking algorithm code. With the model code of significance, there are certain robustness.
    2022-02-15 03:46:57下载
    积分:1
  • bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助
    bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助-bmp format, reader, code rather meticulous file format for learning has helped
    2022-01-24 18:20:33下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载