-
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
-
微分同胚的log-demons图像配准2008
用SIFT结合光流场进行图像配准,得到不错的效果(The image registration is carried out with SIFT combined with optical flow field, and good results are obtained.)
- 2021-04-02 09:59:08下载
- 积分:1
-
matlab
图像去模糊处理,分别运用了维纳滤波器、deconvreg方法、deconvlucy方法、盲反卷积等方法。非常实用(Image deblurring processing, namely the use of the Wiener filter, deconvreg method, deconvlucy methods, blind deconvolution methods. Very useful)
- 2020-11-06 01:09:50下载
- 积分:1
-
harris
matlab编写的harris程序,对初学者还是很有帮助的(harris program written in matlab, or helpful for beginners)
- 2011-06-25 16:11:22下载
- 积分:1
-
利用C++实现了BMP图像的读入和显示 BMPCode
利用C++实现了BMP图像的读入和显示利用C++实现了BMP图像的读入和显示利用C++实现了BMP图像的读入和显示(Use C++ achieve the BMP image to read and display BMP images using the C++ achieve to read and display BMP images using the C++ achieve to read and display)
- 2013-06-25 09:30:57下载
- 积分:1
-
Impulse_Response
Impulse response, system response, for signal processing
- 2019-03-30 00:04:20下载
- 积分:1
-
shearlet transform (ST)
剪切小波变换,用于多源图像(如:红外图像和可见光图像)融合。(It named shearlet transform, which can apply the fusion of multi-source image.)
- 2018-06-20 21:40:10下载
- 积分:1
-
yalibiao
检测压力表的指针的角度信息,使用Hough变换的方法,去噪能力强。(Pressure gauge pointer is detected angle information, the use of Hough transform method, denoising ability.)
- 2015-03-18 17:34:58下载
- 积分:1
-
diffract
光学计算中跟衍射相关的很多公式,有详细说明,很好用(err)
- 2008-06-17 22:50:53下载
- 积分:1
-
Relative-orientation
摄影测量学 通过迭代法求解五个相对定向元素(Relative orientation)
- 2014-10-09 18:08:53下载
- 积分:1