-
evalution_copy
三个程序实现目标检测结果的评估,包括ROC曲线,AP值,Fmeasure的计算。(Three procedures are used to evaluate the results of target detection, including ROC curves, AP values, and Fmeasure calculations.)
- 2021-04-14 17:28:55下载
- 积分:1
-
IPM
能够将图像坐标转化为世界坐标,根据图像像素修改参数(Can transform image coordinates into world coordinates, and modify parameters according to image pixels.)
- 2017-07-01 08:12:14下载
- 积分:1
-
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
-
cvlib_mex
opencv函数包,用于matlab调用(opencv function package, calls for matlab)
- 2009-01-10 10:53:57下载
- 积分:1
-
第6次课程序
将两张图像进行图像相减或相处,使两张图片叠加。(The two images are subtracted or coexisted, so that the two images are superimposed.)
- 2019-04-10 21:44:48下载
- 积分:1
-
问题
He met her at a party. She was outstanding; many guys were after her, but nobody paid any attention to him. After the party, he invited her for coffee. She was surprised. So as not to appear rude, she went along.
- 2020-06-23 18:00:02下载
- 积分:1
-
(标准)Hough变换检测圆
用于图像处理-圆检测,可检测多个圆,效果好(For image processing - circle detection, can detect multiple circles, the effect is good.)
- 2018-06-29 16:12:18下载
- 积分:1
-
图像融合
先进行高斯金字塔分层,在拉普拉斯分解,最终将两幅局部有模糊的图像进行融合,最后显示清晰图像。(First Gaussian pyramid stratification, in Laplace decomposition, the final two local fuzzy image fusion, and finally show a clear image.)
- 2017-08-02 15:54:22下载
- 积分:1
-
region_growing123
图像分割matlab代码,区域生长,效果很好(Image segmentation matlab code, region growing)
- 2011-06-19 16:32:06下载
- 积分:1
-
image_disturb
说明: 给图像加扰动,扰动方式以zernike多项式的形式加入,Image为源图像,Co为要加的zernike系数,为行向量,
输出分别为扰动后的图像,扰动PV值,扰动RMS值(failed to translate)
- 2011-04-13 21:48:10下载
- 积分:1