|
Algorithm 1 Recognition Algorithm. |
-
1:
initial //The set of single frames.
-
2:
initial //The category of S.
-
3:
initial //The minimum number of frames combined into a group.
-
4:
repeat
-
5:
//Read single frame data.
-
6:
//Single frame classification model classifies the single frame.
-
7:
//Combine single frames into a group. The method is shown in Algorithm 2.
-
8:
if
then
-
9:
//Segmentation model recognizes the components in the combined single frames.
-
10:
end if
-
11:
until without single frame data.
|