User Tag List

Results 1 to 6 of 6

Thread: help using emgucv c# wrapper with .net for opencv

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    help using emgucv c# wrapper with .net for opencv

    hi,

    im trying to use open cv with the dotnet object, i use a c# wrapper called emgucv. ive copied the helloworld tutorial to dotnet but nothing is displayed. i am new to the dotnet object could someone look at the code and point out what i m doing wrong and offer a solution.

    the file was bigger than 1mb so i uploaded the mfa file, you ll need to install the opencv and emgucv wrapper
    http://www.emgu.com/wiki/index.php/Emgu_CV

    thanks for your time

    cel
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help using emgucv c# wrapper with .net for op

    Hello again,

    Just wondering if anyone had a change of looking into this and if they had any success with it... any help appreciated.

    Thanks

    cel


  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    682
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help using emgucv c# wrapper with .net for op

    Sorry for the late help.
    There are multiple problems with your mfa.
    First of all, make sure the references are being compiled without errors (make sure it's finding the dlls).
    Next, your 'startup object' shouldn't be a namespace (it should be a class), like "HelloWorld.Program", for your example. But if you're calling a static method from mmf ('Main') then you don't need to have a startup object/class anyway. Also, any class or method you want to get access at from mmf should be declared as public.
    But you cannot call the Main method unless you pass an array of strings anyway, because that's what the code asks for. To do that, you'd need another method that returns an array of strings.
    You'd be better off to just create your own parameterless non-static method.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help using emgucv c# wrapper with .net for op

    Hi everyone,

    I've been stuck with this for ages. I can't figure it out. I've looked at the Irllicht examples, but still can get this to work, would someone give it a go to see if it's possible?

    Cheers

  5. #5
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    682
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help using emgucv c# wrapper with .net for op

    wanna post a new mfa of where you're up to now?

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: help using emgucv c# wrapper with .net for op

    well, it's pretty much like the original one, except i've declared public and followed your previous advice to no success

Similar Threads

  1. opencv webcam snaps!
    By matte in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th April 2013, 03:52 PM
  2. About OpenCV
    By copperbob in forum Extension Development
    Replies: 1
    Last Post: 10th April 2012, 11:07 PM
  3. OpenCV collection missed!
    By HOMAM in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 1st January 2012, 11:27 PM
  4. Lacewing Wrapper objects
    By Phi in forum Lacewing
    Replies: 6
    Last Post: 2nd October 2011, 08:08 PM
  5. [request] opencv extension
    By cel in forum Extension Development
    Replies: 2
    Last Post: 19th February 2009, 08:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •