Research Article

Ant Colony Optimization Approaches to Clustering of Lung Nodules from CT Images

Algorithm 6

Logical ant colony optimization algorithm.
Input: Lung CT image.
Output: Edge detected image using logical ACO algorithm.
begin
 get outputs from the refined Ant Colony Optimization algorithm
 for each pair of refined ACO output
  apply XOR to get input
  repeat until all outputs are XORed
 end for
end