Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. the dll and lib files in OpenCV

the dll and lib files in OpenCV

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ahmed Ismail Mohamed
    wrote on last edited by
    #1

    Hi, I 'd like to know what does the dll and lib files in OpenCv contains? and how can i explore their codes? i know that openCV is an open source library so, why it contains dlls and libs files? is it considered closing the source code. Thank you Ahmed

    ****************** ****************** ** Ahmed Ismail ** ****************** ******************

    T 1 Reply Last reply
    0
    • A Ahmed Ismail Mohamed

      Hi, I 'd like to know what does the dll and lib files in OpenCv contains? and how can i explore their codes? i know that openCV is an open source library so, why it contains dlls and libs files? is it considered closing the source code. Thank you Ahmed

      ****************** ****************** ** Ahmed Ismail ** ****************** ******************

      T Offline
      T Offline
      Tim Craig
      wrote on last edited by
      #2

      Willow Garage is the offical maintainer of OpenCV now. Here's[^] where you start to find documentation and source code. The source IS available. I'd suggest you buy the book and read it to get started on what the library contains.

      You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

      A 1 Reply Last reply
      0
      • T Tim Craig

        Willow Garage is the offical maintainer of OpenCV now. Here's[^] where you start to find documentation and source code. The source IS available. I'd suggest you buy the book and read it to get started on what the library contains.

        You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

        A Offline
        A Offline
        Ahmed Ismail Mohamed
        wrote on last edited by
        #3

        I have the manual of openCV and i have some sort of experience with it. but i am talking about some lib and files we include it in the VC++ directories. i gonna run C++ code based on openCV on NOISE|| mirceoprocessor. so, i need to recompile these lib and dll files. I hope my point is clear now. :)

        Ahmed Ismail

        T 1 Reply Last reply
        0
        • A Ahmed Ismail Mohamed

          I have the manual of openCV and i have some sort of experience with it. but i am talking about some lib and files we include it in the VC++ directories. i gonna run C++ code based on openCV on NOISE|| mirceoprocessor. so, i need to recompile these lib and dll files. I hope my point is clear now. :)

          Ahmed Ismail

          T Offline
          T Offline
          Tim Craig
          wrote on last edited by
          #4

          I'm not familiar with that processor. I work with OpenCV 2.0 and have done my own projects for VC++ 9.0 to build static libraries under Windows. Basically, if you look at the subdirectories under src, there are 5. CV, CVAux, CXCore, HighGUI, and ML. I built a lib using the source files from each folder. You'll have to set up your build environment to point to the correct lib files. In 2.0, this is just include\OpenCV, however, they did change the directory structure in 2.0 from earlier versions. If you want to build DLLs, you'll have to set up a similar plan but with the output being the DLLs and link libraries. There are some #define statements that need to be set properly to properly export the functions and classes. You may have better luck getting support in the OpenCV Group on Yahoo Groups rather than here. What operating system are you running?

          You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups