Research Article

Articulated Human Motion Tracking Using Sequential Immune Genetic Algorithm

Algorithm 2

IGA-based pose optimization algorithm.
Input: total number of antibodies , maximum number of generations .
Steps:
 (1) Initialization: generate the initial population with antibodies. The initial population can
  be represented as .
 (2) Repeat:
   While  ( )  do
   (2.1) Genetic operator: Perform genetic operators on the th parent and obtain the
   results ;
   (2.2) Vaccination: Perform vaccination on and obtain ;
   (2.3) Immune selection: Perform immune selection on and obtain the next generation
   population ;
   (2.4) .
   End while
 (3) Output: output the population .