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 4.5.1 #67482

Closed
wants to merge 5 commits into from
Closed

opencv 4.5.1 #67482

wants to merge 5 commits into from

Conversation

chenrui333
Copy link
Member

@chenrui333 chenrui333 commented Dec 22, 2020

Created with brew bump-formula-pr.

resource blocks may require updates.

@BrewTestBot BrewTestBot added the python Python use is a significant feature of the PR or issue label Dec 22, 2020
@chenrui333
Copy link
Member Author

build failure for mlt:

clang++ -Wall -DPIC   -O2 -pipe -DUSE_MMX -mmmx -DUSE_SSE -msse -DUSE_SSE2 -msse2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c++11 -Wno-deprecated -I../.. -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -DUSE_MMX -mmmx -DUSE_SSE -msse -DUSE_SSE2 -msse2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -I/usr/local/Cellar/opencv/4.5.1/include/opencv4   -c -o filter_opencv_tracker.o filter_opencv_tracker.cpp
/usr/local/Homebrew/Library/Homebrew/shims/scm/git --version
filter_opencv_tracker.cpp:148:24: error: no member named 'TrackerMOSSE' in namespace 'cv'
                        data->tracker = cv::TrackerMOSSE::create();
                                        ~~~~^
filter_opencv_tracker.cpp:157:24: error: no member named 'TrackerTLD' in namespace 'cv'
                        data->tracker = cv::TrackerTLD::create();
                                        ~~~~^
filter_opencv_tracker.cpp:161:24: error: no member named 'TrackerBoosting' in namespace 'cv'
                        data->tracker = cv::TrackerBoosting::create();
                                        ~~~~^
filter_opencv_tracker.cpp:227:9: error: value of type 'void' is not contextually convertible to 'bool'
                        if ( data->tracker->init( cvFrame, data->boundingBox ) ) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
filter_opencv_tracker.cpp:242:35: error: non-const lvalue reference to type 'Rect_<int>' cannot bind to a value of unrelated type 'Rect_<double>'
                data->tracker->update( cvFrame, data->boundingBox );
                                                ^~~~~~~~~~~~~~~~~
/usr/local/Cellar/opencv/4.5.1/include/opencv4/opencv2/video/tracking.hpp:737:48: note: passing argument to parameter 'boundingBox' here
    bool update(InputArray image, CV_OUT Rect& boundingBox) = 0;
                                               ^

@chenrui333 chenrui333 added the build failure CI fails while building the software label Dec 23, 2020
@chenrui333 chenrui333 mentioned this pull request Dec 29, 2020
@SeekingMeaning
Copy link
Contributor

mltframework/mlt#636

@SeekingMeaning
Copy link
Contributor

SeekingMeaning commented Jan 6, 2021

11.0:

Error: 1 failed steps!
brew install --verbose --build-bottle visp

visp is a known failure on Big Sur #65000

@SeekingMeaning SeekingMeaning added ready to merge PR can be merged once CI is green and removed build failure CI fails while building the software labels Jan 6, 2021
@BrewTestBot
Copy link
Member

:shipit: @SeekingMeaning has triggered a merge.

@BrewTestBot
Copy link
Member

⚠️ @SeekingMeaning bottle publish failed.

@SeekingMeaning SeekingMeaning removed the ready to merge PR can be merged once CI is green label Jan 6, 2021
@BrewTestBot
Copy link
Member

:shipit: @SeekingMeaning has triggered a merge.

@BrewTestBot BrewTestBot added the outdated PR was locked due to age label Feb 8, 2021
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Feb 8, 2021
@chenrui333 chenrui333 deleted the bump-opencv-4.5.1 branch December 18, 2022 05:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants