Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

unfortunately, opencv's PCA can only handle Mat's with a single channel as input.

(then, also note, that the covariance Matrix is already calculated internally, so you don't have to do that manually before)

unfortunately, opencv's PCA can only handle Mat's with a single channel as input.input, your matdev has 2.

(then, also note, that the covariance Matrix is already calculated internally, so you don't would not have to do that manually before)before using PCA)

unfortunately, opencv's PCA (as well as eigen()) can only handle Mat's with a single channel as input, your matdev has 2.

(then, also note, that the covariance Matrix is already calculated internally, so you would not have to do that manually before using PCA)