eigen
How to compute SVD using Cimg (or maybe openCV or eigen library)?
May anyone give me a quick guide on how to use Cimg to compute SVD for a 3-dimension array? I just want to get the decomposition of the array in order to compress it small for speeding up further proc[详细]
2023-02-05 09:41 分类:问答PCA in OpenCV using the new C++ interface
As an aside: Apologies if I\'m flooding SO with OpenCV questions :p I\'m currently trying to port over my old C code to use the new C++ interface and I\'ve got to the point where I\'m rebuilidng my E[详细]
2023-02-03 12:48 分类:问答Solving normal equation system in C++
I would like to solve the system of linear equations: Ax = b A is a n x m matrix (not square), b and x are both n x 1 vectors. Where A and b are known, n is from the order of 50-100and m is about[详细]
2023-02-01 23:50 分类:问答Problems with Eigen library and c++ linker
I try to link my c++ application against the \"Eigen 2.0.15\" library. Some details: My compiler is: gcc version 4.0.1 (Apple Inc. build 5493)[详细]
2023-01-29 17:28 分类:问答How to improve accuracy rate on Eigenface Algorithm
I use EmguCV library(openCV wrapper) on C# to implemented face detection and facial recognition using Eigenface algorithm[详细]
2023-01-15 19:55 分类:问答Eigen max matrix size for 32 bit applications
So, I\'m finding the Eigen package crashes when I try to declare a matrix larger than 10000x10000.I need to declare a matrix like this.. about 13000x13000 elements reliably.I ran a test like:[详细]
2023-01-10 19:06 分类:问答Cancel NamedPipeClientStream.Read call
I\'ve looked around all over the web, but I can\'t find an answer to the following question. I have a C#/.NET NamedPipeClientStream instance in a client program, and a worker thread is calling NamedP[详细]
2022-12-21 10:01 分类:问答