Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Find contours speedup#26834
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Find contours speedup#26834
Changes from1 commit
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
085e8e3 gather preliminary work into one commit
chacha219278de7 better C++ grammar for gcc/clang
chacha214dd8408 Do not use map for contour indexing
mshabunin4a341bc use vector instead of stack
chacha21c3347a4 changed an assert
chacha21a75ad49 try to minimize allocations
chacha21e8bcc40 fixed typo not detected by MSVC
chacha21b89bb69 new storage structure for the levels of TreeIterator
chacha2173bba4d fixed move
chacha211ca692a Merge branch '4.x' into findContours_speedup
chacha213dbd4ee cleanup and optimizations
chacha21c0b747a typo not detected at compile time
chacha21b9e2403 use abstraction for Contour::codes
chacha211875ef6 use BlockStorage for codes
chacha21ce01235 remove unused debugging code
chacha219938b26 Merge remote-tracking branch 'upstream/master' into findContours_speedup
chacha2145e2d17 changes as suggested by reviewer
chacha21e6f4e8a typo
chacha21fd90ee4 indentation
chacha21File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
try to minimize allocations
Avoid allocation in TreeIterator by using a specific storage using an arenaNo visible improvements on the test case
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita75ad4967a54d2f403b2dd77651e63308fa274e9
There are no files selected for viewing
70 changes: 68 additions & 2 deletionsmodules/imgproc/src/contours_common.hpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.