搜索资源列表
图像平滑滚动效果的VC实现
- 图像平滑滚动效果的VC实现-image smoothing effect of the rolling VC
1
- vc代码关于邻域平均法(均值滤波法)的图像平滑
Image_process
- Java处理数字图像,包括平滑,线性伸缩,插值,放大,缩小-Java digital image processing, including the smooth, linear scaling, interpolation, zoom
java_image_process
- java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
java-image-processing
- JAVA图像处理读取BMP图像、用RGB获取灰度信息、直方图均衡化、拉普拉斯2阶滤波、平滑锐化、增强滤波、局部阀值处理、全局阀值处理等-Java image processing to read the BMP image, obtained by RGB gray level information, histogram equalization, 2nd order Laplace filtering, smoothing, sharpening, enhanced filtering, p
BmpS
- 安卓手机上的图像处理程序: 包括位移,锐化,反色,高斯平滑,二值化,直方图,变色,方块-Image Processing
Image
- java图像处理小程序。该程序可将所选图片平滑、锐化,并保存-java image processing program. The program can be selected picture smoothing, sharpening, and save
Gaussian-Blur
- 高斯模糊(英语:Gaussian Blur),也叫高斯平滑,是在Adobe Photoshop、GIMP以及Paint.NET等图像处理软件中广泛使用的处理效果,通常用它来减少图像噪声以及降低细节层次。-Gaussian Blur
高低通滤波器
- 文档中包含巴特沃斯低通滤波器的平滑作用代码 和图像处理结果,对于图像处理是个很好的matla代码