Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CvHMM Inclusion

Hello,

I have recently found this piece of code that uses OpenCV to make a discrete hidden markov model.

http://sourceforge.net/projects/cvhmm/ (I do not know why OpenCV have not been given this class)

This is not part of OpenCV library, but uses it. Currently, i am creating some C# wrappers for OpenCV based on EMGU C#. I want to wrap CvHMM. I'm not too hot on the inter-language/interop stuff so it'd be good if i could use the EMGU framework for wrapping the CvHMM class.

This would require the CvHMM was build as part of OpenCV. How would i include CvHMM as a contrib module? Then i could build OpenCV and use CvHMM as though it were part of the OpenCV library. Once that occurs, i can then wrap it in C# using EMGU.

Kind regards,

Daniel

click to hide/show revision 2
retagged

CvHMM Inclusion

Hello,

I have recently found this piece of code that uses OpenCV to make a discrete hidden markov model.

http://sourceforge.net/projects/cvhmm/ (I do not know why OpenCV have not been given this class)

This is not part of OpenCV library, but uses it. Currently, i am creating some C# wrappers for OpenCV based on EMGU C#. I want to wrap CvHMM. I'm not too hot on the inter-language/interop stuff so it'd be good if i could use the EMGU framework for wrapping the CvHMM class.

This would require the CvHMM was build as part of OpenCV. How would i include CvHMM as a contrib module? Then i could build OpenCV and use CvHMM as though it were part of the OpenCV library. Once that occurs, i can then wrap it in C# using EMGU.

Kind regards,

Daniel