Ask Your Question
0

Default num_components parameter Eigenfaces

asked 2017-07-22 17:01:40 -0600

Kelvin gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-07-22 17:21:52 -0600

clawson gravatar image

You are correct, it will use all components. You can verify this in the source for Eigenfaces::train().

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-07-22 17:01:40 -0600

Seen: 246 times

Last updated: Jul 22 '17