Skip to content

cornyachtsorry/minimal-stasm

Repository files navigation

minimal-stasm

Minimal program included in the STASM folder can now be run with OpenCV 3.0.0 in Eclipse using MinGW

  1. minimal.cpp is the driver program (containing main)
  2. Source files are all *.cpp files
  3. Header files are all *.h files
  4. OpenCV library files need to be configured in Eclipse are:
  5. highgui
  6. core
  7. imgcodecs
  8. imgproc
  9. objdetect

###Configuring Eclipse linker for OpenCV

  1. Go to Properties -> C/C++ Build -> Settings -> MinGW C++ Linker -> Libraries
  2. Add entries to Libraries(-l). Each entry is each item in the following:
  3. opencv_highgui300
  4. opencv_core300
  5. opencv_imgcodecs300
  6. opencv_imgproc300
  7. opencv_objdetect300
  8. Add a path entry to Library search path (-L) : "OPENCV3.0_DIR/build/lib"
  9. Go to Properties -> C/C++ Build -> Settings -> GCC C++ Compiler -> Includes
  10. Add entries to Include paths (-l) according to the location of your files. Possibly might be in "OPENCV3.0_DIR/source/include" or "OPENCV3.0_DIR/source/modules"

About

Minimal program included in the STASM folder can now be run with OpenCV 3.0.0 in Eclipse using MinGW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published