Default num_components parameter Eigenfaces
As can be seen in the Eigenfaces section from the OpenCV documentation, the Eigenfaces algorithm uses the default value 0
to the num_components
parameter which represents the number of components kept for this Principal Component Analysis.
I just want to know what happens when using the default parameter, will it use all components?