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

Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect #25198

Merged
merged 4 commits into from
Mar 21, 2024

Conversation

kaingwade
Copy link
Contributor

@kaingwade kaingwade commented Mar 11, 2024

Clean Objdetect module #25004

  • Move HaarCascadeClassifier to opencv_contrib/xobjdetect.
  • Move HOGDescriptor to opencv_contrib/xobjdetect.
  • Move all Haar/LBP models (opencv/data/*) to opencv_contrib.
  • Move opencv/apps/annotation and visulisation to opencv_contrib

opencv_contrib: opencv/opencv_contrib#3692

@kaingwade kaingwade added this to the 5.0 milestone Mar 12, 2024
@kaingwade kaingwade added the cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) label Mar 12, 2024
@kaingwade kaingwade self-assigned this Mar 13, 2024
@vpisarev vpisarev self-requested a review March 21, 2024 20:38
@vpisarev vpisarev merged commit aa5ea34 into opencv:5.x Mar 21, 2024
20 of 23 checks passed
@opencv-alalek
Copy link
Contributor

asmorkalov pushed a commit that referenced this pull request Apr 27, 2024
Fix broken js build after moving HaarCascades to contrib #25324

The HaarCascades related are not completely cleaned up #25311 after #25198, which breaks the JavaScript build. The PR is to fix the issue.

Related PR: opencv/opencv_contrib#3712
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants