Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Conversation

@ekomarova
Copy link
Contributor

PR for Beta09

* 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 xaleryb changed the title PR for Beta09 PR for Beta09 (merge for beta/2021) Aug 24, 2020
@xaleryb xaleryb self-requested a review August 24, 2020 17:14
Copy link
Collaborator

@xaleryb xaleryb left a 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

@xaleryb xaleryb closed this Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants