good afternoon,
I'm trying to project and space, but I have a mistake and I cann't see the fail.
My sumary code is...
PCA pca(InputData, Mat(), CV_PCA_DATA_AS_ROW, NumComponents); MatPCA= pca.eigenvectors.clone(); for (i=0; i<data.size(); i++)="" {="" pca.project(data[i],="" compressed);="" outputdata.push_back(compressed);="" }="" gemm(data[0],="" matpca,="" 1,="" null,="" 0,="" out,gemm_2_t);="" printf("numero="" %d.="" diff="%g\n"," 0,="" norm(outputdata[0],="" out,="" norm_l2));<="" p="">
The result is different from 0 and I don't understand why
Thanks for your help