Skip to content

Commit

Permalink
code for 2x2 subsampling (top,left) @trautmane
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 24, 2024
1 parent cbc8e7d commit d71dfb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SingleChannelMapper
final AffineTransform2D t, tInv;
final double[] tmp;

final int subsampling = 3;
final int subsampling = 2;

public SingleChannelMapper(final ImageProcessorWithMasks source,
final ImageProcessorWithMasks target,
Expand Down

0 comments on commit d71dfb8

Please sign in to comment.