-
GDI中实时地消除图像锯齿源代码
GDI中提供的各种绘图方法LineTo(), Ellipse()等等,都没有考虑过锯齿形状的消除,于是诞生了本代码,它实现了近乎实时的消除图形锯齿的方法。
- 2022-06-20 15:43:49下载
- 积分:1
-
to implement high
对高质量数字图像实行图像平滑,提高图片质量,并去掉噪声!-to implement high-quality digital image smoothing images, enhance picture quality and eliminating noise!
- 2022-06-03 00:51:44下载
- 积分:1
-
vc prepared than spreading curve
vc编写的比撒曲线-vc prepared than spreading curve
- 2022-08-13 16:56:34下载
- 积分:1
-
码P0301:数字图像矩阵数据的显示和傅里叶变换p0302:两
程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理
-code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha
- 2022-02-12 13:34:57下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
TurboC编制的VGA模式下3维图形旋转演示。
TurboC编制的VGA模式下3维图形旋转演示。-TurboC based VGA mode rotating three-dimensional graphics demo.
- 2023-03-15 10:55:03下载
- 积分:1
-
树控件的多选,拖动。windows 平台,开发工具:visual c++6.0.除了按shift多选外,其他功能实现较完善...
树控件的多选,拖动。windows 平台,开发工具:visual c++6.0.除了按shift多选外,其他功能实现较完善-tree controls over election drive. Windows platforms, development tools : visual c 6.0. Apart from the shift over the election, other functions to achieve better
- 2023-04-28 08:10:03下载
- 积分:1
-
一个简单绘图程序的开发
一个用VC开发的简单画图程序-a VC development of a simple drawing program
- 2022-06-15 16:40:51下载
- 积分:1
-
这是一个窗体的例子,利用该代码,可以制作出漂亮的窗体截面...
这是一个窗体的例子,利用该代码,可以制作出漂亮的窗体截面-This is an example of the form, use the code, you can create a beautiful cross-section of the form
- 2022-01-26 04:27:01下载
- 积分:1
-
实现盲信号分离的独立成分分析的算法,用Informax实现
实现盲信号分离的独立成分分析的算法,用Informax实现-the arithmetic realize the ica
- 2023-05-18 08:40:02下载
- 积分:1