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

More functions to be parallelized #23

Open
crisluengo opened this issue Feb 14, 2019 · 1 comment
Open

More functions to be parallelized #23

crisluengo opened this issue Feb 14, 2019 · 1 comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement

Comments

@crisluengo
Copy link
Member

crisluengo commented Feb 14, 2019

ProjectionScan (source), which is used by all projection statistics functions such as dip::Mean and dip::Percentile, needs to be parallelized by adding an OpenMP pragma to the loop. This is not very hard, but not trivial either.

dip::SelectionFilter (source) can also be easily parallelized, following dip::Framework::Full.

dip::ChordLength, dip::PairCorrelation, etc. can all be parallelized quite simply, I think.

@crisluengo crisluengo added enhancement component:DIPlib About the DIPlib library (C++ code) labels Feb 14, 2019
@crisluengo
Copy link
Member Author

The internal function ProjectionScan parallelized in 4afd8ac (and renamed dip::Framework::Projection and made public).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement
Projects
None yet
Development

No branches or pull requests

1 participant