You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ProjectionScan
(source), which is used by all projection statistics functions such asdip::Mean
anddip::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, followingdip::Framework::Full
.dip::ChordLength
,dip::PairCorrelation
, etc. can all be parallelized quite simply, I think.The text was updated successfully, but these errors were encountered: