How can run or include an external dll library and its C++ header files in MATLAB
2 次查看(过去 30 天)
显示 更早的评论
I want to include Watson a MIT project (<http://groups.csail.mit.edu/vision/vip/watson/index.htm>, in MATLAB , so that I can use its specific application of Head pose recognition to implement in my project of Wheel Chair Steering using Head Gesture Recognition. Please help, how I can do this.
0 个评论
回答(2 个)
Kaustubha Govind
2011-3-21
2 个评论
Kaustubha Govind
2011-4-6
This needs to be a new question because it is unrelated to this topic. Maintaining separate threads is important so that in the future, other users can easily find your question and benefit from the discussion. Also, please mention what you have tried already and any specific error messages that you encountered.
Peter Manley-Cooke
2011-3-21
Possibly write a wrapper to interface functions the load the library using LibLoad(). There are a few operations you can do to work with it listed in the MATLAB Help.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Package MATLAB Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!