-
MatPIV161
PIV实验结果后处理,速度场,涡量场,应力场(The postprocessing of PIV observations)
- 2018-09-03 17:51:47下载
- 积分: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
-
bianyuanjiance
对图像进行边缘检测的程序,实例为经典的lena图像。(The image edge detection procedures, examples of classic lena image.)
- 2011-08-29 14:42:00下载
- 积分:1
-
LMS
用于数字图像处理的椒盐噪声滤波的自适应算法,(Salt and pepper for digital image processing adaptive noise filtering algorithm)
- 2013-09-06 10:23:41下载
- 积分:1
-
matlabimagetothefuzzy
本例中主要使用四个区模糊函数对图像去模糊,分别是deconvwnr、deconvreg、deconvlucy、deconvblind。这四个函数分别适合不同的情况,对模糊图像的恢复效果也不同(In this case the main use of the four areas on the image to the fuzzy ambiguity function, respectively deconvwnr, deconvreg, deconvlucy, deconvblind. These four functions are appropriate for different situations, the recovery of the blurred image effect is different)
- 2010-09-01 11:42:15下载
- 积分:1
-
laplacian-pyramid-decomposition
给出了灰度图像(256*256大小)的三层高斯和拉普拉斯金字塔分解的程序和实现方法。内容包括:1.matlab源码,亲身实践,因为论文需要,自己专研的。完全可用。2.国外最先最权威的关于分解原理介绍的文章。以上两个内容中都有本人的悉心注释和思路总结,内容详尽。3.图示结果(code and principle of laplacian pyramid decomposition of a gray scale image are provided in the article.Contents are given in detail including the notes and usage. )
- 2021-04-19 11:08:51下载
- 积分:1
-
CBIR-matlab-GUI
实现了一个基于颜色、纹理、形状综合特征的MatlabGUI图像检索系统。(Bulit an image retrieval system based on which combines these three features and realizes user-defined weights.)
- 2013-01-05 15:04:24下载
- 积分:1
-
matlab
说明: 图像的灰度图,和计算梯度的matlab代码实现(Grayscale image, and computing gradient)
- 2019-04-01 16:58:52下载
- 积分:1
-
originalpointanalyse2
源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
- 2013-09-28 08:31:12下载
- 积分:1
-
edge
opencv c++将彩色图像转换为灰度图像进行边缘检测,(opencv c++ to convert color images to gray-scale image edge detection,)
- 2009-05-31 20:32:37下载
- 积分:1