搜索资源列表
gray_fragile_robust
- matlab编写的对灰度图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达10k字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。可标记修改位置。当图像发生旋转,缩放,少量平移时,仍能提取出强水印信息,以确保图像来源。弱水印识别率高,强水印识别率不是很高,当图像变化较小时,可以工作,变化较大时,强水印也无法提取。
GeoTrans
- 本系统实现了图像的几何变换,如图像平移,垂直镜像,水平镜像,旋转,缩放等
rotatescale
- 实现图像的旋转与缩放,用opencv实现,
opencvgray
- opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
rotate
- 图像的旋转与缩放,此代码应用于opencv,具有旋转、放大与缩小的功能。-Image rotation and scaling, this code applies to opencv, with rotation, zooming and narrow features.
ImageProcee
- 关于图像变换(裁剪,合并,旋转,镜像,缩放),图像处理(正交变换,卷积,平滑,锐化,边缘检测,边缘增强等),图像特技显示(扫描,移动,百叶窗,马赛克,珊条,渐显渐隐)等功能的图像处理VC++源程序-On the image transform (cut, merge, rotate, mirror, zoom), image processing (orthogonal transform, convolution, smoothing, sharpening, edge detection,
photographGeoTrans
- 此源代码可实现图形图像处理的几何变换,包括图像的旋转、缩放和平移等。-This source code can be geometric graphics transform image processing, including image rotation, scaling and translation and so on.
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
TransformShow
- 此程序可以对图像的感兴趣区域进行裁剪,也可以旋转和缩放图像。-The program can crop interesting region of image,rotate image and zoom image
PictureManage
- 图像处理,各种图像变换算法实现,图像的旋转,缩放,底色,浮雕,水印等各种效果,图像亮度调节-Image processing, a variety of image transform algorithms, image rotation, zooming, background, relief, watermarks and other effects, image brightness adjustment
GeometryTransSHow
- 在灰度图像的几何变换中,使用了邻近插值,线性插值,以及立方卷积插值。其中还包括图像的旋转、缩放等。-In the gray image of the geometric transformation, the use of the adjacent interpolation, linear interpolation, and cubic convolution interpolation. It also includes image rotation, zooming.
GeoTrans
- 图像几何变换:平移,水平垂直镜像,转置,缩放,旋转。-Image geometric transformation: translation, horizontal and vertical mirroring, transposition, scale, rotation.
GeometryTrans2
- 图像处理中的几何变换(近邻插值,双线性,立方卷积,及任意角度旋转,缩放)-GeometryTrans in Image Processing
BMP_geotrans
- 对BMP图像进行旋转和缩放的算法,简单而使用!适用于图像处理相关应用领域!-BMP images for rotation and scaling of the algorithm, simple to use! For image processing related applications!
src
- MFC 图像处理常用功能:旋转,缩放,增强,平滑,边界提取等-MFC common image processing functions: rotation, scaling, enhancement, smoothing, edge extraction, etc.
Geometric-transformation
- 数字图像处理,几何变换,放大缩小,旋转,缩放-Image Processing,Geometric transformation
ImageLT_ok
- 图像处理的综合程序,能够实现平移,旋转,缩放,平滑,锐化,傅里叶变换,形状识别等功能,C++实现。-This is a comprehensive image processing program. It can achieve the translation, rotation, scaling, smoothing, sharpening, and Fourier transformation and shape detection, etc.
PhotoCom
- 完成图像的旋转,缩放,合并,使用时只需运行main即可,会对象对应的炒作选项,要修改图片的路径须在mian.c中修改,合并是需要在Function.h中修改-Complete the image rotation, scaling, combined, use only main can run, will object corresponding to the hype options, path to modify the image must be modified in the mian
image-giu-design--
- 多种图像处理算法的matlab GIU设计包括空域滤波,频域滤波,锐化,边缘检测,图像的旋转,缩放功能-多种图像处理算法的matlab GUI设计包括空域滤波,频域滤波,锐化,边缘检测,图像的旋转,缩放功能
Image Utils
- 图像裁剪,旋转,缩放等基本的图像处理功能(image processing, including image cut, rotating, scale, etc.)