-
vc6工程文件,演示了如何使用VFW连接摄像头的源代码。
vc6工程文件,演示了如何使用VFW连接摄像头的源代码。-vc6 project file, to demonstrate how to use the VFW connected camera source code.
- 2023-01-30 22:20:04下载
- 积分:1
-
histogram figures in the production and functional
数字直方图得制作和一些功能-histogram figures in the production and functional
- 2022-07-02 01:18:10下载
- 积分:1
-
你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中...
你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generation with a soft shadow effects of the letter and generate an aperture with the magic words are completely different, they actually have to use the technology is identical, the only set slightly changes. With soft shadows in effect, I used the GDI some of the interpolation model to generate fuzzy outline of the text, when the Bitmap Rendering Large Plane, interpolation mode decision of a point of what should pixels and around integration. Low-quality interpolation just simply put a pixel transform into the same color against a high-quality interpolation such as high-quality and high-quality bilinear interpolation bicubic interpolation will consider pixel color with a smooth anti-aliasing, I found quality bilinear interpolation mode best.
- 2022-03-13 01:53:25下载
- 积分:1
-
这是我的第1个作品
这是我的第1个作品-This is my first one works
- 2022-01-26 00:31:23下载
- 积分:1
-
通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程...
通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程-Determined through the Bresenham algorithm, draw a straight line designated endpoint, used to test tuborC graphical programming
- 2023-03-15 05:25:03下载
- 积分:1
-
computer graphics simulation of the class curriculum design software code .........
计算机图形学课程设计模拟画图软件的代码
-computer graphics simulation of the class curriculum design software code ..............................................
- 2022-03-10 14:17:06下载
- 积分:1
-
可以打开和保存位图,也可供其抗
可以打开和保存位图,还可以对其进行FFT变换及反FFT变换-can open and save bitmap, but also for its anti-FFT transform and FFT
- 2023-09-04 18:00:04下载
- 积分:1
-
VC源代码关于一个颜色选择下拉列表源代码
VC源代码关于一个颜色选择下拉列表源代码-VC source code for a color drop-down list to choose the source code
- 2022-04-08 18:40:01下载
- 积分:1
-
这个是通过分析eeg(脑电波)来达到控制迷宫中物体移动的主程序
迷宫设计由matlab完成...
这个是通过分析eeg(脑电波)来达到控制迷宫中物体移动的主程序
迷宫设计由matlab完成-this is through analysis eeg (EEG) to control the movement of objects maze of maze design by the main program Matlab completed
- 2022-01-26 03:05:22下载
- 积分:1
-
从BMP文件加载位图并显示BMP文件有四个部分。第一个我..
从BMP文件中装入位图并显示
the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image.
by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib.
the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains t
- 2022-03-02 16:58:15下载
- 积分:1