搜索资源列表
find-bottle
- 本算法核心思想是基于matlab中数组模拟队列的连通域的搜索,应用与对未满瓶子的检测-The core idea of this algorithm is to search an array matlab simulation queue connected domain, application and based on the detection of full bottles
queue
- ofdm信道编码和译码的源代码,用matlab实现 不错的源码(Ofdm channel coding and decoding of the source code, matlab source code)
sa
- 图像处理 求出图像中米粒个数以及各米粒的大小 首先进行边缘检测,然后填充,之后进行开运算,可以使一些轻微连接着的米粒分开。然后遍历图片,把各个米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。(image processing The number of rice grains and the size of each grain were c