-
py-faster-rcnn-master
图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
- 2020-12-11 15:39:18下载
- 积分:1
-
CFA
基于CFA(颜色滤波阵列)插值检测的图像篡改检测程序(Image tamper detection based on CFA (color filter array) interpolation detecting.)
- 2020-11-23 10:39:35下载
- 积分:1
-
AVIPHDR
高动态图像(HDR)合成算法,多曝光图像的配准算法(High dynamic image (HDR) synthesis algorithm, multi-exposure image registration algorithm)
- 2013-06-27 02:16:13下载
- 积分:1
-
whitebalanceandpaper
白平衡论文及程序和实验图片,非常好,值得下载(White papers and procedures and experimental images, very good, worth downloading)
- 2008-03-30 17:34:23下载
- 积分:1
-
HistogramEqualization
直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况(Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equalization, and where to draw the image histogram dynamic histogram equalization with A dynamic histogram equalization for image contrast enhancement only take x = 0 Happening)
- 2015-07-24 14:04:38下载
- 积分:1
-
yudong
说明: 运动目标识别,采用背景差分方法。背景图像由均值法获得。里面的视频换成前几帧换成纯背景效果能更好一点(Moving target identification, using the background difference method. Background image obtained from the mean. Which replaced the previous video frame replaced by pure background a little better results)
- 2010-04-12 15:29:00下载
- 积分:1
-
CellTracking
说明: 细胞跟踪算法.文件中有细胞的运动模拟视频,说明文件.内容比较复杂,适合于研究生以上的研究人员揣摩.(Tracking Algorithm: Object Delineation Method Multiparticle.)
- 2010-04-11 22:49:43下载
- 积分:1
-
Contourlet-fractal
对于遥感图像,研究了一种基于基于Contourlet变换和分形压缩方法,方法具有一定的实用价值,程序包中有实验图片。(For the remote sensing images, a kind of transformation based on Contourlet and fractal based compression methods, the method has some practical value, experimental pictures in the package.)
- 2010-10-08 16:55:00下载
- 积分:1
-
kmeans1
基于K-means的优化聚类中心的图像分割算法,改进了FCM算法的缺点(Based on the optimization of K-means clustering center image segmentation algorithm to improve the shortcomings of the FCM algorithm )
- 2017-05-03 15:12:46下载
- 积分:1
-
腐蚀与膨胀
说明: 自己编写的图像腐蚀与膨胀matlab代码,经试验证明与matlab中自带的腐蚀和膨胀函数运行效果相同,可供初学图像处理的同学参考使用。(The image corrosion and expansion matlab code written by myself has been proved to be the same as the corrosion and expansion function of the matlab. It can be used by students who are ready for beginner image processing.)
- 2021-01-13 14:48:48下载
- 积分:1