登录
首页 » AI-NN-PR » 模式识别与人工智能,圆检测HOUGH变换的改进算法

模式识别与人工智能,圆检测HOUGH变换的改进算法

于 2022-07-26 发布 文件大小:233.47 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

模式识别与人工智能,圆检测HOUGH变换的改进算法-Pattern Recognition and Artificial Intelligence, HOUGH transform circle detection algorithm to improve

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

发表评论

0 个回复

  • solution of TSP genetic algorithm C Programming Language
    解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
    2022-09-20 01:00:03下载
    积分:1
  • 落煤残存瓦斯量的确定是采掘工作面瓦斯涌出量预测的重要环节,它直接影响着采掘工作面瓦斯涌出量预测的精度,并与煤的变质程度、落煤粒度、原始瓦斯含量、暴露时间等影响因...
    落煤残存瓦斯量的确定是采掘工作面瓦斯涌出量预测的重要环节,它直接影响着采掘工作面瓦斯涌出量预测的精度,并与煤的变质程度、落煤粒度、原始瓦斯含量、暴露时间等影响因素呈非线性关系。人工神经网络具有表示任意非线性关系和学习的能力,是解决复杂非线性、不确定性和时变性问题的新思想和新方法。基于此,作者提出自适应神经网络的落煤残存瓦斯量预测模型,并结合不同矿井落煤残存瓦斯量的实际测定结果进行验证研究。结果表明,自适应调整权值的变步长BP神经网络模型预测精度高,收敛速度快 该预测模型的应用可为采掘工作面瓦斯涌出量的动态预测提供可靠的基础数据,为采掘工作面落煤残存瓦斯量的确定提出了一种全新的方法和思路。-charged residual coal gas is to determine the volume of mining gas emission rate forecast an important link, which directly affect mining gas emission rate forecast accuracy, and with coal metamorphism, loading coal particle size, the original gas content, exposure time and other factors nonlinear relationship. Artificial neural networks have expressed arbitrary nonlinear relationships and the ability to solve complex nonlinear, time-varying uncertainty and the new ideas and new approaches. Based on this, the author of adaptive neural network loading coal residual gas production forecast model, and a combination of different loading coal mine gas remnants of the actual test results of research
    2022-03-12 11:40:03下载
    积分:1
  • 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图...
    本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料-this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information
    2022-03-17 05:57:09下载
    积分:1
  • 一个完整BP神经网络源代码,包括数据和说明文档,很有用的。...
    一个完整BP神经网络源代码,包括数据和说明文档,很有用的。-A complete BP neural network source code, including data and documentation, very useful.
    2022-08-19 22:42:22下载
    积分:1
  • two Matlab functions for initializing and training a recurrent neural network
    two Matlab functions for initializing and training a recurrent neural network -two Matlab functions for initializing and training a recurrent neural network
    2023-07-13 15:00:04下载
    积分:1
  • The issue of objective quality evaluation based on the Mandarin model, using MOS...
    本课题基于汉语普通话客观质量评价的模型、利用MOS主观评价方法和客观评价方法对语音样本进行评价。并分析客观评价方法的优缺点及在研究中遇到的问题和改进方法,其主要研究内容是利用MATLAB的建立语音客观评价模型,涉及到人工神经网络,数字信号处理等方面的内容。-The issue of objective quality evaluation based on the Mandarin model, using MOS subjective evaluation method and objective evaluation of speech samples evaluated. And analyze the advantages and disadvantages of an objective evaluation method of the problems encountered in the study and improvement of methods, the main research content is to use MATLAB model for the establishment of objective evaluation of speech, involving artificial neural networks, digital signal processing and other aspects.
    2022-02-15 03:10:04下载
    积分:1
  • 这个程序是个神经网络提供学习能力的实例,是前一个simpleann的功能加强版。...
    这个程序是个神经网络提供学习能力的实例,是前一个simpleann的功能加强版。-this procedure is a neural network learning ability example is the former simpleann an enhanced version of the function.
    2023-03-20 08:20:03下载
    积分:1
  • A*算法的一种简单描述,人工智能领域最为通用和重要的算法
    A*算法的一种简单描述,人工智能领域最为通用和重要的算法-A* most important and general algorithm in machine and here it is a kind of easy description
    2023-09-03 23:05:03下载
    积分:1
  • 该过程是基于网络的控制系统。系统由O组成。
    该程序是基于BP网络的PID控制系统。系统由两部分构成:经典的PID控制器和神经网络。-that the procedure was based on BP network PID control system. System consists of two parts : the classic PID controller and neural networks.
    2022-02-04 15:04:38下载
    积分:1
  • 人工智能中的深度搜索的九宫问题 用VC实现
    人工智能中的深度搜索的九宫问题 用VC实现-artificial intelligence, in-depth search of JiuGongTu issue with VC
    2022-03-18 03:11:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载