fix for bug #3068 (PCA::computeVar for double input):
The matrix g can have CV_32F or CV_64F type, but g.at uses only float template. This fix adds specialization for double type.
Showing
Please
register
or
sign in
to comment
The matrix g can have CV_32F or CV_64F type, but g.at uses only float template. This fix adds specialization for double type.