Feature vector Hu Moments of a video
I know how to find the Hu Moments for a frame that is double hu[7]; HuMoments(mom, hu);
But now i want to compute the huMoments for each frame in a video and store them to do classification afterwards. How to store huMoments for a video as a feature vector?
be aware, that humoments only work nicely for a single contour.
throwing a whole video frame at it, might be a bad idea.