搜索资源列表
3425675
- VB中平滑消除图片锯齿的纯VB代码解决方法和演示-VB eliminate smoothing jagged picture of pure VB code solutions and demo
实现图象平滑(去噪声),锐化算法的源代码
- 对高质量数字图像实行图像平滑,提高图片质量,并去掉噪声!-to implement high-quality digital image smoothing images, enhance picture quality and eliminating noise!
在Applet中绘制图片
- 在Applet中绘制图片,能采用双缓冲技术进行图片绘制,会在Applet中采用多线程进行动画显示。能在Applet中实现动画的平滑显示,避免闪烁现象在Applet窗口中显示一只鸭子图片,要求这只鸭子以每秒100帧的速率水平移动,移到窗口边界再返回移动。在窗口中点击鼠标,鸭子停止移动;再次点击鼠标,鸭子恢复移动-Applet to draw pictures using double buffering techniques for drawing the picture, multi-threa
PicTool.rar
- 可以将图片(bmp)的文件进行各种格式的软换,如ARGB444\RGB565\64点平滑等,Can picture (bmp) files of various formats for the soft, such as ARGB444 \ RGB565 \ 64-point smoothing, etc.
tuxiangchuli
- 用vb实现了对图片的读取和显示,并对图像进行高斯平滑,灰度图像直方图的显示。还主要实现了图像轮廓的边缘检测:包括各种算子检测。-Achieved using vb read and display the picture, and Gaussian smoothing the image, gray image histogram. Also outline the main achievement of the image edge detection: including operator
chap3
- 实现图象平滑(去噪声),锐化算法的源代码-Picture smoothing,Sharping algorithm code
gaussion
- 这是关于高斯平滑的VC源码,里面包含测试图片-This is a Gaussian smoothing on the VC source code, which contains the test picture
movetest
- 该程序能够进行运动图像检测,可以处理背景、运动判定、图像平滑处理等-The program can detect motion picture, you can deal with the background, sports judge, image smoothing and so on
gauss
- 高斯平滑滤波(通过模板进行滤波,内含测试图片)-Gaussian smoothing filter (through the template filter, containing the test picture)
imageprocessing
- 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
gaosipinghua
- 高斯平滑,vc++实现功能,包括测试图片,效果明显。-Gaussian smoothing, vc++ implementation functions, including test picture, the effect clearly.
EVC_SourceCode
- 数字图像处理 图片放大缩小,旋转,平移 图片平滑去噪-Digital image processing, picture zoom, rotate, pan picture smoothing denoising
yuxiangchuli--pinghua
- 一幅原始图像,在获取和传输过程中,会受到各种噪声的干扰,使图像退化,质量下降. 退化会引起图像模糊,特征淹没,对分析图像不利.为了抑制噪声改善图像质量进行的处理称为图像平滑或去噪.利用高斯函数得到了图像平滑去除随机噪声中使用的平滑模板的一个较普遍的公式。该公式为图像平滑去除噪声提供了多种模板选择。针对不同的图像噪声水平,选取不同的模板,才能达到去除噪声的最理想的效果。文中给出了图像平滑的实现算法,显示结果验证了上述方法和结论。-Any picture would be affected by a
YiJunRSexperiment_2005
- 读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。-Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.
Picture
- 图像处理与图像分割系统,具有图像预处理,图像平滑等基本功能,适合用于学习C++的参考程序-Image processing and image segmentation system with image pre-processing, image smoothing and other basic functions, suitable for learning C++ reference procedures
Picture
- 实现2维图像的显示,预处理,分割等操作,包括平滑,部分滤波,边缘检测,增长等-The realization of 2-D images show that pre-processing, segmentation and other operations, including smoothing, some filtering, edge detection, growth, etc.
digital_picture_process
- 本书包含数字图像处理的各个方面,包括,图像增强,图像平滑,滤化,图像压缩编码等内容,对于像学习数字图像处理的网友,应该会很有帮助-This book contains all aspects of digital image processing, including image enhancement, image smoothing, filtering, image compression coding and other content, such as learning for use
picture
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
Image
- java图像处理小程序。该程序可将所选图片平滑、锐化,并保存-java image processing program. The program can be selected picture smoothing, sharpening, and save
picture
- 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf