How to read/write a PCA object from/to a cv::FileStorage ?
Dear all,
I'm trying to save (and subsequently reuse) to a cv::FileStorage
a cv::PCA
object after training it.
However, the cv::FileStorage
class does not implement suitable R/W methods for this type, and the cv::PCA
class description does provide little insight on how to initialize an object without computing a principal component analysis.
Is what I want to do possible ? And in this case, could someone please point me to the methods that would be useful in my case,?
Thanks in advance.