更改

删除5字节 、 2020年12月15日 (二) 11:34
无编辑摘要
第512行: 第512行:     
* '''Edge detection:'''
 
* '''Edge detection:'''
 +
边缘检测
 +
 
The graph here is the 2-D image and the ants traverse from one pixel depositing pheromone. The movement of ants from one pixel to another is directed by the local variation of the image's intensity values. This movement causes the highest density of the pheromone to be deposited at the edges.
 
The graph here is the 2-D image and the ants traverse from one pixel depositing pheromone. The movement of ants from one pixel to another is directed by the local variation of the image's intensity values. This movement causes the highest density of the pheromone to be deposited at the edges.
   第572行: 第574行:  
上面每个函数中的参数<math>\lambda</math>用来调整函数各自的形状。
 
上面每个函数中的参数<math>\lambda</math>用来调整函数各自的形状。
   −
Step 2 Construction process:<br />The ant's movement is based on 4-connected pixels or 8-connected pixels. The probability with which the ant moves is given by the probability equation <math>P_{x,y}</math><br/>Step 3 and Step 5 Update process:<br />The pheromone matrix is updated twice. in step 3 the trail of the ant (given by <math>\tau_{(x,y)}</math> ) is updated where as in step 5 the evaporation rate of the trail is updated which is given by the below equation.<br /><math>
+
Step 2 Construction process:<br />The ant's movement is based on 4-connected pixels or 8-connected pixels. The probability with which the ant moves is given by the probability equation <math>P_{x,y}</math><br/>Step 3 and Step 5 Update process:<br />The pheromone matrix is updated twice. in step 3 the trail of the ant (given by <math>\tau_{(x,y)}</math> ) is updated where as in step 5 the evaporation rate of the trail is updated which is given by the below equation.
   −
步骤2构建过程: <br/>
+
步骤2构建过程:
 
蚂蚁的移动是在4个连接的像素或8个连接的像素进行的。根据概率方程<math>P_{x,y}</math>给出蚂蚁移动的概率<br/>
 
蚂蚁的移动是在4个连接的像素或8个连接的像素进行的。根据概率方程<math>P_{x,y}</math>给出蚂蚁移动的概率<br/>
  
19

个编辑