Connectivity of MATLAB and VC.NET
-
Hi,I've to do work on project of Security system,I want to do Motion detection by using Matlab,Live Video transmission also involve in my project,this transmission will be by VC.net, plz suggest me What tool I should use for this,will there be any problem in connectivity of Matlab and VC.NET.Can any1 send me article or tutorial related to such work. Shiza ameen
-
Hi,I've to do work on project of Security system,I want to do Motion detection by using Matlab,Live Video transmission also involve in my project,this transmission will be by VC.net, plz suggest me What tool I should use for this,will there be any problem in connectivity of Matlab and VC.NET.Can any1 send me article or tutorial related to such work. Shiza ameen
Try searching the articles for "motion detection". You'll find all kinds of goodies. Then go back and search the articles again for "Matlab".
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi,I've to do work on project of Security system,I want to do Motion detection by using Matlab,Live Video transmission also involve in my project,this transmission will be by VC.net, plz suggest me What tool I should use for this,will there be any problem in connectivity of Matlab and VC.NET.Can any1 send me article or tutorial related to such work. Shiza ameen
Reading your brief it seems to me that you should look into the Matlab .NET builder. Its very expensive ($10k) but you can directly link the core matlab engine to .NET, run numerics and pull up graphs, and the matlab package does all the type marshalling for you. You can deploy your whole .NET application w/ the matlab engine w/out license fee (like to a server or something). The matlab core takes 100MB ram and is a singleton (you can have many apps using it). I've used it at work myself and I do highly recommend it if you find its the say to go.