Changes between Initial Version and Version 2 of Ticket #57640


Ignore:
Timestamp:
Dec 1, 2018, 1:02:10 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57640

    • Property Status changed from new to assigned
    • Property Summary changed from Opencv 3.4.3 +contrib not configured correctly to opencv @3.4.3: +contrib not configured correctly
    • Property Owner set to stromnov
    • Property Milestone changed from MacPorts 2.6.0 to
    • Property Keywords opencv contrib removed
  • Ticket #57640 – Description

    initial v2  
    33Both SIFT and SURF work in 3.4.1.  However, they do not work in 3.4.3.  You can test by running the following code:
    44
     5{{{
    56cv::Ptr<cv::xfeatures2d::SIFT> sift = cv::xfeatures2d::SIFT::create();
     7}}}
    68
    7 The last working version of Opencv is in commit 01d8762.
     9The last working version of Opencv is in commit [changeset:01d8762/macports-ports].
    810
    911Thanks