Skip to main content
. 2022 Dec 16;24(12):1836. doi: 10.3390/e24121836
Algorithm 1 PFBP-STP
Input:  vectors x1, x2 and x3;
Output:  vector z12, z13;
  •   1:

    Factorize the projection matrix: Wi=UiViT.

  •   2:

    Projecting: i=1ox2TUiViTx1 and i=1ox3TU¯iV¯iTx1.

  •   3:

    STP-pooling: z12 = STP-pooling y12w0,h, z13 = STP-pooling y13w0,h.

  •   4:

    Soft fusion: Sz(c)=W12·S12(c)+W13·S13(c).

  •   5:

    Return Sz(c).