Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV 3 build update and other minor fixes #1261

Merged
merged 4 commits into from
Oct 11, 2014
Merged

OpenCV 3 build update and other minor fixes #1261

merged 4 commits into from
Oct 11, 2014

Commits on Oct 11, 2014

  1. Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally, so it needs to i…

    …nclude glog at some point. Including caffe/common.hpp. (2) I often misconfigure some layer and softmax breaks when the dimensionality is too small for the input layers. Check and fail fast. (3) CV_LOAD_IMAGE_COLOR is deprecated and has been removed in OpenCV 3.0. Replaced with cv::IMREAD_COLOR.
    Kevin James Matzen committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    802ee6c View commit details
    Browse the repository at this point in the history
  2. OpenCV should be compiled using pkg-config options.

    Kevin James Matzen committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    4587b2f View commit details
    Browse the repository at this point in the history
  3. Added version dependent test for IMREAD_COLOR.

    Kevin James Matzen committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    82b614b View commit details
    Browse the repository at this point in the history
  4. Fixed CMakeList to work with OpenCV 3.

    Kevin James Matzen committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    94394a0 View commit details
    Browse the repository at this point in the history