| Algorithm 2 The 3D moments computation [83] |
Input: = 3D image, = Charlier polynomials. |
Output: = Charlier moments. |
1: Generate extended 3D image () from the 3D image {Equation (22).} |
2: Get stored Charlier polynomials , , and {Using Equation (26).} |
3: for z = 1 to do |
4: |
5: end for |
6: {Reshape the computed moments as a feature vector.} |
7: return {Note: in the training and testing phases, the feature vector is normalized.} |