登录
首页 » matlab » 谷物颗粒计数

谷物颗粒计数

于 2017-12-06 发布 文件大小:99KB
0 188
下载积分: 1 下载次数: 31

代码说明:

  谷物作为主要粮食和饲料作物,在农业生产中占有重要地位。提高谷物产量和质量的主要方法是选育出优质品种,而在选育品种过程中,对种子的计数是不可缺少的内容。目前,种子的计数方法通常采用人工计数,或半自动的光电计数器,很显然传统的计数方法存在着效率低、准确性不高等缺点。笔者利用计算机图像识别和处理技术实现考种过程中的计数,为谷物粒群的识别、精选、分级等的进一步研究奠定必要的理论与实践基础,并为育种工作提供一种高效、快捷的谷物计数新技术 用Matlab实现这种方法,既能分步对谷物颗粒图像预处理算法进行仿真测试,又可以很直接地得到谷物颗粒个数的结果。实验证明,用Matlab实现的处理结果比较理想,满足识别的应用性。本文介绍用matlab实现了对谷物颗粒图像的灰度化处理、去除噪声处理、灰度图像的二值化、谷物颗粒的数值计算等。并选取较好的处理步骤和算法参数解决谷物颗粒图像预处理的问题。(The grain plays an important role in the production of agriculture as main food supplyment of mankind and animals. The main way to improve grain yield and quality is to breed high-quality varieties.However, in the process of breeding varieties, counting seeds is an essential element.Nowadays, the counting of seeds is usually done manually,or semi-automatic photoelectric counter. It is obvious that the traditional counting method has the disadvantages of low efficiency and low accuracy. The use of computer image recognition and processing technology to achieve the counting test in the process of selection for identification, grain group, lay the theoretical and practical foundation for further research of the necessary classification, and for breeding work provides an efficient, fast new grain counting technique)

文件列表:

Untitled.m, 933, 2017-05-19
Untitled2.m, 1904, 2017-05-19
Untitled3.m, 443, 2017-05-19
Untitled12.m, 824, 2017-05-21
Untitled32.m, 418, 2017-05-19
Untitled44.m, 1299, 2017-05-19
Untitled51.m
Untitled888.m, 2017, 2017-05-25
123.png, 99486, 2017-05-17

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

发表评论

0 个回复

  • uart-spi-iic
    常见的三种通信协议之间的比较归类,spi,iic,等。(communication Comparison of three common communication protocols, spi,iic, etc.)
    2020-06-17 06:00:02下载
    积分:1
  • 可以用它来编辑各种各样的语言程序,大大减轻你的工作强度
    可以用它来编辑各种各样的语言程序,大大减轻你的工作强度-Can use it to edit a variety of language program, greatly reduce the intensity of your work
    2022-02-15 09:37:15下载
    积分:1
  • 无线水温液位程序+原理图
    说明:  无线水位检测,通过JC24联系两块电路板,进行无线传输的(Wireless water level detection)
    2020-04-01 14:30:30下载
    积分:1
  • DATA_logging3
    acceloremeter data for matlab
    2018-10-08 08:31:16下载
    积分:1
  • 地形生成
    说明:  给定点云或DEM,进行三角剖分并生成stl文件。(Given point cloud or DEM, triangulate and generate STL file.)
    2020-05-04 16:14:00下载
    积分:1
  • image denoising
    图像去噪修复的典型算法代码包,包含基于稀疏表示的KSVD图像去噪,BM3D彩色图像去噪代码,TV图像修复代码,MCA图像修复代码。(Typical image denoising algorithm code package, including sparse representation based on KSVD image denoising, BM3D color image denoising code, TV image restoration code, MCA image restoration code.)
    2017-08-10 10:29:44下载
    积分:1
  • 库存管理系统
    应用背景特征---------------在文件中添加项目显示所有项目在库存中查找特定项目修改库存项目的状态删除库存项目存货项目分析关键技术它是基于库存管理小型项目TurboC图形。这是工程学院的学生以及大师MCA - mscit非常有用…更多
    2022-03-17 09:25:40下载
    积分:1
  • Tetris-coded-by-c
    简明易懂的C语言俄罗斯方块,编程语言C,源码,未编译,TC 通过。(Tetris: programmed by c, which is concise and simple, so it is an easy way to learn C with strengthening your capabiliy in 2D game. it is source code,and has been tested by TC)
    2012-07-13 17:47:40下载
    积分:1
  • (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形...
    (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for the command line parameters to calculate the number of rectangular, square, triangle area. If the input parameter is one, two, three then they should correspond to a square, rectangle, triangle, without parameters, exception handling through the real error message. (Used to calculate the area is an overloaded method. Note: the definition of an abstract parent class, and provides an abstract method area (). To send birth to three sub-classes override area () method, and then in main method using multi-state to achieve a specific area of a function call).
    2022-07-11 07:56:19下载
    积分:1
  • 很酷的一个计算器代码
    很酷的一个计算器代码-a cool calculator code
    2022-02-01 17:05:13下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载