Skip to main content
. 2022 Aug 17;22(16):6156. doi: 10.3390/s22166156
Algorithm 1 Task understanding algorithm
Input
  Pc1 point cloud of the before-scene
  Pc2 point cloud of the after-scene
Output
  Tr Task description
  • 1:

    Pc1PreProcess(Pc1),Pc2PP(Pc2)

  • 2:

    Se1{},Sr1{},Se2{},Sr2{} empty sets

  • 3:

    Se1+=DetectObjects(Pc1),Se2+=DetectObjects(Pc2) adding elements to sets

  • 4:

    Se1+=DetectFeatures(Se),Se2+=DetectFeatures(Se)

  • 5:

    Sr1+=DetectRelations(Se),Sr2+=DetectRelations(Se)

  • 6:

    Sd1DescribeScene(Se1,Sr1),Sd2DescribeScene(Se2,Sr12)

  • 7:

    TrDescribeTask(Sd1,Sd2)