搜索资源列表
gray_fragile_robust
- matlab编写的对灰度图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达10k字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。可标记修改位置。当图像发生旋转,缩放,少量平移时,仍能提取出强水印信息,以确保图像来源。弱水印识别率高,强水印识别率不是很高,当图像变化较小时,可以工作,变化较大时,强水印也无法提取。
BmpDisplayer
- 可读入bmp格式图像之后进行平移,旋转,缩放,另存为操作
GeoTrans
- 本系统实现了图像的几何变换,如图像平移,垂直镜像,水平镜像,旋转,缩放等
04
- 经典图像源代码第4部分图像的几何变换,包括平移,旋转,缩放等
图像变换
- 关于图像变换的源代码,包括对图像的旋转,缩放,裁剪和合并。-Image Transform on the source code, including the right image rotation, zooming, cutting and mergers.
图像旋转双线性插值
- 图像平移,旋转,缩放,用到的是邻近值和双线性插值
图片旋转缩放+c++builder
- 基于c++builder的图像旋转与缩放
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
使用opencv写的图像旋转与缩放程序
- 使用opencv写的图像旋转与缩放程序,对初学opencv的人很有用,The use of written opencv image rotation and scaling procedures, the people of learning useful opencv
利用C#里面的picturebox控件来实现图像的旋转与缩放
- 利用C#里面的picturebox控件来实现图像的旋转与缩放,并能实现其它附加功能-Using C# inside the picturebox control to achieve image rotation and scaling, and to achieve other extras ... ...
gdal_all
- 包括图像处理,图像增强,点运算,几何变换(包括平移,旋转,缩放等)-Including image processing, image enhancement, the dot operator, geometric transformations (including translation, rotation, scaling, etc.)
3D-image-transformation
- 3D 图像变换,包括几何变换(平移,旋转,缩放等)和投影变换(正视图,正轴侧视图,斜轴侧视图,透视图)-3D image transformation
TransformShow
- 图像变换的源码:有图像旋转,缩放,镜像,水平,相框,裁剪-Image Transform source: There are image rotation, zooming, mirroring, horizontal, frame, cutting
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
image_transform
- 这是关于图像翻转,旋转,缩放等变换的MATLAB源程序,以函数的形式写出来。-This is about image rotation, zooming transform MATLAB source code, written in the form to function.
PictureManage
- 图像处理,各种图像变换算法实现,图像的旋转,缩放,底色,浮雕,水印等各种效果,图像亮度调节-Image processing, a variety of image transform algorithms, image rotation, zooming, background, relief, watermarks and other effects, image brightness adjustment
image-proses-Demo
- 图像处理 vc++实现 ,处理灰度图,彩色图处理,包括旋转,缩放,滤波,特征提取,模板匹配,灰度共生矩阵 等-Vc++ image processing implementation, processing grayscale, color image processing, including rotation, scaling, filtering, feature extraction, template matching, gray level co-occurrence matrix,
src
- MFC 图像处理常用功能:旋转,缩放,增强,平滑,边界提取等-MFC common image processing functions: rotation, scaling, enhancement, smoothing, edge extraction, etc.
Image Utils
- 图像裁剪,旋转,缩放等基本的图像处理功能(image processing, including image cut, rotating, scale, etc.)
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等