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

Opencv2 #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Opencv2 #38

wants to merge 4 commits into from

Commits on Jun 13, 2022

  1. 1. Convert all #include <opencv/cv.h> to #include <opencv2/opencv.hpp…

    …> so that Spectral and Opticks use the same opencv2 libraries.
    
    git tag opencv2-1
    eleaver committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e486a11 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. 1. Update Ace, Rx, and WangBovik to include opencv2 headers rather t…

    …han older opencv. No other changes, just the #includes.
    
       2. Code/CMakeLists.txt make Ossim an optional package -- it doesn't ever seem to be used.
       3. Code/cmake/Modules/ConfigureQt5Qwt6.cmake simplify Qt5 package determination usingQt5_DIR variable consistent with Opticks' ConfigureQt5Qwt5.
       4. Code/cmake/Modules/FindQwt6ForQt5.cmake similar as ConfigureQt5Qwt6.cmake except spectral uses qwt6 which must always be
          compiled and installed separately on CentOS-7.
       5. Code/cmake/Modules/FindOpenCv.cmake, FindOssim, and Findproj are copied over from opticks for consistency.
       git tag opencv2-2
    eleaver committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8eda868 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add cmake_policy(SET CMP0075 NEW) to stiffle complaints on CentOS-7

    cmake 3.17.5
    git tag opencv2-3
    eleaver committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3489f84 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Very minor updates to FindOssim.cmake, Findgeotiff.cmake, and Findgeo…

    …tiff.cmake to make them identical with those in Opticks.
    
    git tag opencv2-4
    eleaver committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    46de992 View commit details
    Browse the repository at this point in the history