This repository was archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
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
* removed `scipy` and `scikit-image` since they are not used in tests
incremented to dev version 1.2.0dev
* added `openmp` dependecy * update `warp` and `rotate` backend funcs * implemented multithreaded `transfrom.warp` * update `own_warp.c` * update test suits * update _transform.pxd * update docsting for
* fix buildnumber setting
fixed ignoring flags for openmp [win]
* fix warp thread status init
* added parallel verision of own_Resize * update resize func * added ippiResizeGetSrcRoi_<mod> * added ippiResizeGetBorderSize_<mod> * update own_Resize * refactor own_resize.h /own_resize.c * update docstrings * Update meta.yaml * using `num_threads` instdead of `omp_set_num_threads` * added case for when number of threads is 1
* implemented __rer__ and __str__ for AffineTransform
* added example for affine warp transform: plot_geometric.py
* update own_warp.h/.c * removed unused own_RotateCoeffs, own_RotateCoeffs * renamed number_of_threads to max_num_threads * added setting max_num_threads =1 for small images * added case when num_threads == 1, that doesn't uses openmp for initializing single thread * removed unused variable srcOffset
* removed extra statement
* removed extra statement
added missed include
* added test_benchmarks.py * corrected test suits inputs and settings * updated benchmarks/readme.md:
* added option to disable OpenMP * added using USE_OPENMP env variable * disabled using OpenMP for osx
* implemented native `own_mask_filter_results` * template `ippiSet_<mode>_C1R`: added `ippiSet_C1R adpater`
* Multi-threading with OpenMP for some statements in own_FilterEdge * added USE_OPENMP directive * Multi-threading with OpenMP for some statements in own_FilterEdge function, that is a backend for `scikit-ipp` edge filters * added external multi-threading with OpenMP for some part of code
* update doc/release_notes.rst * update doc/conf.py
update examples
xaleryb
reviewed
Aug 24, 2020
xaleryb
approved these changes
Aug 24, 2020
Collaborator
xaleryb
left a comment
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.
PR#9 is passed. This PR can be merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR for Beta09