HMM for image sequence classification in OpenCV C++
问题 I am trying to classify 9 types of crops (Y) from 5 satellite images (X), acquired at dates t = {t1,...,t5}, corresponding to 5 crop phrenology states (S) i.e. preparation, seeding, growing, harvesting and post-harvesting stages. I am using similar training parcels throughout therefore the prior probabilities (initial probabilities) are equal. I have computed the likelihood model (Emission Probabilities) P(X|Y) from each image using Gaussian mixture model and I have state Transition