-
Notifications
You must be signed in to change notification settings - Fork 18
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
Optimization pass #58
Merged
Merged
Changes from 7 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
d870aa6
Parallelized and optimized corner response calculation.
ljubobratovicrelja daf4e92
Refactoring of extractCorners.
ljubobratovicrelja 958f5a9
Refactoring rgb(bgr)2gray.
ljubobratovicrelja b6ac069
Refactoring rgb2hsv.
ljubobratovicrelja 7da0159
Refactoring hsv2rgb.
ljubobratovicrelja 5658eb9
uninitializedArray --> uninitializedSlice.
ljubobratovicrelja 0fc5b01
Refactoring yuv2rgb, overall module cleanup.
ljubobratovicrelja 5970cb2
Added static slice packing helpers.
ljubobratovicrelja 720fd50
Extracted ndIter kernel lambdas to functions.
ljubobratovicrelja 21f6118
div by 100.0 replaced with mul by 0.01.
ljubobratovicrelja c3cb076
Extracted kernels to functions, added fastmath.
ljubobratovicrelja 5611394
Replaced std.math.sqrt with llvm_sqrt.
ljubobratovicrelja deaeed9
Added mcpu=native flag.
ljubobratovicrelja e5228ed
Randomized hsv values.
ljubobratovicrelja aead0ad
Loop refactoring.
ljubobratovicrelja 09b5f1f
Fixed non-contiguous loop iteration fail.
ljubobratovicrelja 444f13a
Added nothrow and nogc.
ljubobratovicrelja e4075f1
Refactoring of convolution functions.
ljubobratovicrelja a486d08
Merge branch 'master' into optimization-patch-2
ljubobratovicrelja a58eb04
Merge branch 'master' into optimization-patch-2
ljubobratovicrelja 7ab3a0b
Added tensor border extraction.
ljubobratovicrelja f352a77
Added in contract for non-matrix tensors.
ljubobratovicrelja 4a9722a
Reorganized templates in boundary conditions to support lazy tensors.
ljubobratovicrelja 6a1023e
Temporary silence of isBoundaryCondition.
ljubobratovicrelja 66367dc
Refactoring of bilateralFilter function.
ljubobratovicrelja 56d1ede
Tweaks in bilateralDisparityFilter to match bilateralFilter changes.
ljubobratovicrelja a87f2bd
Tweaks in bilateralFilter tests to match bilateralFilter changes.
ljubobratovicrelja 549cbab
Fixed multi-channel bilateralFilter.
ljubobratovicrelja 539aced
Reorganized convolution templates to support lazy tensors.
ljubobratovicrelja 13fc0b6
Adopted convolution changes in benchmark functions.
ljubobratovicrelja ecc4b0e
Refactoring of calcGradient, calcPartialDerivatives.
ljubobratovicrelja 4569ffb
Refactoring of nonMaximaSuppression.
ljubobratovicrelja 7f2f5b7
Refactored scaled and ranged to accept lazy tensors.
ljubobratovicrelja 2cd6343
Parallelized calcPartialDerivatives, calcGradients and canny.
ljubobratovicrelja 49a6963
Fixed docs typo.
ljubobratovicrelja ba7b6ac
Merge branch 'master' into optimization-patch-2
ljubobratovicrelja 1d2b8e4
Merge branch 'master' into optimization-patch-2
ljubobratovicrelja b21c660
Refactoring of filterNonMaximum.
ljubobratovicrelja 664a58f
Docs fixup.
ljubobratovicrelja fcd1ede
filterNonMaximum optimization.
ljubobratovicrelja b83ae5a
Added type check for filterNonMaximum input.
ljubobratovicrelja c42e8fd
Refactoring of warp/remap.
ljubobratovicrelja 0a83b39
Added fastmath on linear interpolation.
ljubobratovicrelja 24e8fbb
Updated function template arguments.
ljubobratovicrelja 0c744a7
Refactoring of threshold.
ljubobratovicrelja 7774f26
Fixed fastmath floor.
ljubobratovicrelja 824a4a8
Merge with master.
ljubobratovicrelja d88c786
Docs and formatting, asserts and notes on contiguous slice request.
ljubobratovicrelja File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outer fastmath kernel