-
sift
sift匹配算法 尺度不变变换 特征描述子 特征点匹配 (sift match)
- 2020-12-10 10:49:21下载
- 积分:1
-
Target-detection-in-SAR
合成孔径雷达图像目标检测资料,很有用的哦(Target detection in correlated SAR clutter)
- 2011-05-23 16:26:53下载
- 积分:1
-
IFC读写代码
说明: IFC文件格式读取和写出源码,目前该源码是1.0版本(IFC file format reads and writes the source code, which is currently version 1.0)
- 2020-09-16 14:17:55下载
- 积分:1
-
shuangchongJEPG
由于图像在经过一次 JPEG 压缩和双重 JPEG 压缩之后其 DCT 系数具有一定的相关性,通过对这种相关性进行分析,提出了一种基于 JPEG 图像双重压缩特性的图像篡改检测算法,并用此算法检测图像是否经过篡改和定位篡改区域。
(Since the image after a first JPEG compression JPEG compression and double its DCT coefficients having some relevance, by this correlation is analyzed, and an image based on JPEG image compression characteristic double tamper detection algorithm, and the algorithm used to detect whether the image been tampered with and locate the tampered areas.)
- 2021-04-02 22:29:07下载
- 积分:1
-
sift
一种基于关键点的复制粘贴检测算法,可以完成两幅图像的关键点匹配,也可以检测到一副图像是否经过复制粘贴后放大缩小、旋转等篡改操作(Key matching a replicon paste detection algorithm based on key points, you can complete two images, it can also detect whether an image after copying and pasting zoom, rotate, etc. tampering operation)
- 2016-04-04 17:10:30下载
- 积分:1
-
Sort
说明: 是做的一个分割文件的算法以及,寻找给定点的最近点的算法(Is to do a partition of the algorithm, as well as documents to find the nearest point to fixed-point algorithm)
- 2009-07-26 14:29:07下载
- 积分:1
-
hsv_shadow
基于阴影形成的原理及阴影区域的特点,研究阴影区域的特征表示方法;
基于阴影区域特征设计或改进阴影检测方法,检测出户外图像中的阴影区域;
在检测出阴影区域的基础上,研究阴影去除方法;
编程实现相关方法并进行实验验证及分析。(Shadow detection and removal of single image)
- 2017-04-25 21:36:57下载
- 积分:1
-
evaluation function
SMD,Brenner,Robert,EOG,Sobel算子图像清晰度计算(SMD,Brenner,Robert,EOG,Sobel,evaluation function)
- 2019-03-06 21:57:45下载
- 积分:1
-
morphology-enhance
新的形态学图像增强,采用多尺度形态学增强算法,对图像进行增强(morphology image enhance )
- 2011-09-19 19:27:50下载
- 积分:1
-
binary-video
学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求:
1. 对输入视频的每一帧图像都用同一个阈值进行二值化;
2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕;
3. 在处理的过程中,实时显示每帧图片处理之后的效果;
4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成;
5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi )
这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements:
1. Each frame of the input video images are binarized using the same threshold value
2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information
3. During processing, real-time display after processing each frame
4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice
5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi)
Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
- 2015-01-30 16:15:09下载
- 积分:1