Skip to content
Snippets Groups Projects
Commit 2fb106a8 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Add TODO

parent 609cc370
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ import net.imglib2.view.Views;
public class Downsample
{
/**
* TODO: Revise. This is probably not very efficient
*/
public static < T extends RealType< T > > void downsample( final RandomAccessible< T > input, final RandomAccessibleInterval< T > output, final int[] factor )
{
assert input.numDimensions() == output.numDimensions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment