Ask Your Question
0

CvHMM Inclusion

asked 2013-08-28 23:05:53 -0600

MRDaniel gravatar image

updated 2013-08-29 00:49:41 -0600

Moster gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-26 20:51:16 -0600

MRDaniel gravatar image

This can be added individually with an import method in contrib.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-28 23:05:53 -0600

Seen: 589 times

Last updated: Jan 26 '14