Skip to content

Commit 450c2d4

Browse files
add TODO for parallel processing
1 parent 1179661 commit 450c2d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/net/preibisch/mvrecon/fiji/plugin/Interest_Point_Registration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ public < M extends AbstractModel<M> & Affine3D<M>> boolean processRegistration(
288288
final List< ViewId > viewIds = setup.getViews();
289289
final ArrayList< Subset< ViewId > > subsets = setup.getSubsets();
290290

291+
// TODO: do this in parallel
291292
// load & transform all interest points
292293
final Map< ViewId, HashMap< String, List< InterestPoint > > > interestpoints =
293294
TransformationTools.getAllTransformedInterestPoints(

0 commit comments

Comments
 (0)