-
基于sift的图像复制粘贴篡改技术
基于sift的图像复制粘贴篡改检测算法,该算法首先提取出sift特征,用的是网上提供的提取sift的混合编程方法,然后将sift特征进行匹配,并用RANSAC算法剔除误匹配对,最后用线段将原始块和复制粘贴块中的匹配点连接起来。此算法能抵抗各种后处理操作,如旋转、尺度缩放、添加噪声等以及它们的几种组合。
- 2022-02-04 04:07:38下载
- 积分:1
-
优化超好的2D引擎,用起来也非常简单,接口调用方便
优化超好的2D引擎,用起来也非常简单,接口调用方便-Optimization of super-good 2D engine, using them is also very simple and convenient interface calls
- 2022-03-18 14:38:29下载
- 积分:1
-
这是一个熟悉图像处理实验程序。
这是一个熟悉图像处理实验程序。-This is a familiar image processing experimental procedure.
- 2022-03-10 20:19:04下载
- 积分:1
-
this by far the GDI graphics programming on the most comprehensive one book, thi...
这是迄今为止关于 GDI+ 图形编程最全面的一本书,本书将是一本 Windows 图形程序员非常有用的工具书。-this by far the GDI graphics programming on the most comprehensive one book, this book will be a Windows graphics programmers very useful tool.
- 2022-08-26 13:17:27下载
- 积分:1
-
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码...
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码-Can image geometry, orthogonal transformation, image enhancement, morphological transformation, edge and contour detection, etc. VC++ Realize the source code
- 2023-06-03 13:45:03下载
- 积分:1
-
模拟windows绘图功能,绘图编程入门之经典程序
模拟windows绘图功能,绘图编程入门之经典程序-simulation windows graphics, graphics programming domain procedures classic
- 2022-07-23 17:49:35下载
- 积分:1
-
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。...
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。-It is mainly the function of the completion of painting a straight line, curve, round, oval, rectangular, polygonal support clipboard operations to support the revocation, repeat preservation into a bitmap file to open bitmap file.
- 2022-06-21 17:46:57下载
- 积分:1
-
minigui控件窗口的应用程序例子,已经在linux环境下编译通过并实现...
minigui控件窗口的应用程序例子,已经在linux环境下编译通过并实现-minigui control window applications examples have been compiled in the linux environment and to realize through
- 2022-06-17 07:47:01下载
- 积分:1
-
条形码开发包,几乎包括全部常见条形码编码/解码,ANSI C代码可用于各种平台。...
条形码开发包,几乎包括全部常见条形码编码/解码,ANSI C代码可用于各种平台。-barcode development kit, which supports almost all kinds of commonly used barcode formats. All encoding and decoding rountines are in ANSI C that can be used in variant operating platforms.
- 2022-05-06 23:32:33下载
- 积分:1
-
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度....
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle// Image Rotation question Img_old// to return to the rotation after the image type IplImage* Img_tmp.// Rotation angle, unit degrees.// Three different ways. Two methods which do not fully test one way to meet the needs of the majority
- 2022-02-05 19:37:53下载
- 积分:1