搜索资源列表
comparewav
- 图象多尺度分析,可与多分辨方法进行比较。并可输出结果。-image multiscale analysis, and multi-resolution methods. May output.
optLib
- 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective optimization algorithm, Hookjeeves
Wavelet_Based_Feature_Extraction_for_SVM_for_Scree
- 支持向量机在模式识别和分类中应用广泛, 小波方法的多尺度特性也众所周知。 本文将小波和支持向量机相互结合实现特征提取。-Support vector machine in pattern recognition and classification of the application of a wide range of multi-scale wavelet method is also well-known characteristics. In this paper, wavel
222
- 多尺度算法的分支PCA-SIFT算法,可以解决原算法的匹配时间较长的问题-Branches of multi-scale PCA-SIFT algorithm algorithm matches the original algorithm can solve the problem a long time
waveann
- 小波神经网络,利用了小波多尺度变换特性,两者相互结合,简单易懂。-Neural network, using a wavelet multi-scale transform characteristics, the two combined, easy to understand.
Multiscale_Entropy
- c++版本的样本熵,多尺度熵程序,计算速度比matlab提高很多奥-sample entroy and multiple sample entroy
location
- 基于多尺度的图像匹配, 基于多尺度的图像匹配-Image matching based multi-scale, multi-scale image matching, image matching based on multiscale
MOPCNN_code
- matlab 和C++下联合编程构建的多尺度无序的卷积神经网络,是对caffe的一种扩充-MOPCNN source code
Multi-scale-STC_CPP
- 在zouxy09大神单尺度c++版STC代码的基础上进行了多尺度复现 并解决了边界处理问题 望学习STC的同学共同交流啊-In God zouxy09 single scale C++ version of STC code based of multi scale reproduction and solve the boundary problem at learning STC students together to exchange
mscpso
- 多尺度协同变异的粒子群优化算法,比较传统的粒子群多了尺度区别速度,并选择最慢速度以防止过拟合-imporved
mscnn-master
- MSCNN多尺度rcnn的目标检测代码,可以实现多尺度的目标检测,具有多尺度的感受野(MSCNN multi-scale RCNN target detection code)
yolo V3
- 这个版本作者已经编译过了 可以在WIN系统上运行 YOLO3主要的改进有:调整了网络结构;利用多尺度特征进行对象检测;对象分类用Logistic取代了softmax。 在基本的图像特征提取方面,YOLO3采用了称之为Darknet-53的网络结构(含有53个卷积层),它借鉴了残差网络residual network的做法,在一些层之间设置了快捷链路(shortcut connections)。