登录
首页 » matlab » CNN 可用

CNN 可用

于 2020-06-17 发布
0 220
下载积分: 1 下载次数: 5

代码说明:

说明:  卷积神经网络(Convolutional Neural Network)是一个专门针对图像识别问题设计的神经网络。它模仿人类识别图像的多层过程:瞳孔摄入像素;大脑皮层某些细胞初步处理,发现形状边缘、方向;抽象判定形状(如圆形、方形);进一步抽象判定(如判断物体是气球)。(Convolutional neural network is a neural network specially designed for image recognition. It imitates the multi-layer process of human recognition image: pupil ingestion of pixels; some cells in the cerebral cortex preliminary processing to find shape edges and directions; Abstract judgment of shape (such as circles and squares); and further Abstract judgment (such as judging objects are balloons).)

文件列表:

CNN 可用, 0 , 2015-12-27
CNN 可用\cnnbp.p, 767 , 2015-12-27
CNN 可用\cnnff.m, 2308 , 2015-12-27
CNN 可用\cnninit.m, 3065 , 2015-12-27
CNN 可用\cnntest.m, 392 , 2015-12-27
CNN 可用\cnntrain.m, 997 , 2015-12-27
CNN 可用\cnnupdate.m, 1979 , 2015-12-27
CNN 可用\down.m, 313 , 2015-12-27
CNN 可用\dy.m, 48 , 2015-12-27
CNN 可用\fx.m, 44 , 2015-12-27
CNN 可用\Main_CnnExample_RunThisFilePlease.m, 5271 , 2015-12-27
CNN 可用\normalize_lzb.m, 390 , 2015-12-27
CNN 可用\rot180.m, 125 , 2015-12-27
CNN 可用\TrainTestSample.mat, 972806 , 2015-12-14
CNN 可用\up.m, 691 , 2015-12-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SARViewer
    通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法(Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms)
    2013-08-03 19:39:01下载
    积分:1
  • Graph_Cut
    Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
    2008-03-03 22:26:01下载
    积分:1
  • backgroud(12.22)
    本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。(development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.)
    2006-12-22 19:07:30下载
    积分:1
  • gui_serial
    说明:  通过定义全局变量 实现simulink与gui的实时数据互通 用以电网仿真(By defining global variables Real time data communication between Simulink and GUI For power grid simulation)
    2020-03-26 14:15:14下载
    积分:1
  • kmeans
    说明:  利用K均值聚类对图像lena进行分割,图片可根据需求进行更换。(Image Lena is segmented by k-means clustering, and the image can be replaced according to the demand.)
    2019-10-14 11:10:17下载
    积分:1
  • matlab-code
    边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。(Edge detection and thresholding method, image segmentation is an important technology in two ways. This article describes the general principles of image edge detection and thresholding, the typical algorithms and research status. In this paper, several edge detection operator and thresholding techniques are discussed in detail. Statistics for the number of matches and reinforced the number two experimental statistics, based on a detailed analysis of the detection principle, write the corresponding experimental and experimental results are given.)
    2020-12-23 19:29:05下载
    积分:1
  • LBM
    说明:  LBM三维渗流计算,可以导出流场图和无量纲渗流系数(The flow field diagram and dimensionless seepage coefficient can be derived by LBM three-dimensional seepage calculation)
    2020-06-29 00:40:02下载
    积分:1
  • FingerPrintVerify
    说明:  这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配(This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition standards, and established in the school library on the measured fingerprint. Program applied to the technology are as follows: median filter, histogram equalization, the direction of the ridge line extraction, Gabor filtering, fingerprint thinning, feature extraction, feature point filtering, based on local feature points of the feature matching)
    2020-11-02 09:09:54下载
    积分:1
  • TV_model
    能完成图像的修复以及处理,对小的破损以及划痕和噪声处理效果不错。(complete image processing and repair of small scratches and breakage of noise and good results.)
    2007-03-31 21:41:34下载
    积分:1
  • TemplateTrans
    图像增强,包括图像的平滑、锐化、边缘识别等操作(Image enhancement, including image smoothing, sharpening, edge detection and other operations)
    2010-05-22 13:47:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载