Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?