Skip to content

Commit

Permalink
remove attempt to handle 2x2 with top-left case because it causes NPE…
Browse files Browse the repository at this point in the history
… problems
  • Loading branch information
trautmane committed Sep 24, 2024
1 parent d6c6b70 commit 2a0014e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public class SingleChannelMapper
final AffineTransform2D tInv;
final double[] tmp;

// 2x2 subsampling using top-left pixels
// final int subsampling = 2;
// final long[] offset = new long[] { 0, 0 };

// 2x2 subsampling using bottom-right pixels
// final int subsampling = 2;
// final long[] offset = new long[] { -1, -1 };
Expand Down

0 comments on commit 2a0014e

Please sign in to comment.