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

Add javadoc

parent f6a68521
No related branches found
No related tags found
No related merge requests found
...@@ -799,6 +799,11 @@ public class WriteSequenceToHdf5 ...@@ -799,6 +799,11 @@ public class WriteSequenceToHdf5
*/ */
public interface LoopbackHeuristic public interface LoopbackHeuristic
{ {
/**
* @return {@code true} if source pixels should be read back from hdf5
* file. {@code false} if source pixels should be taken from
* original image.
*/
public boolean decide( public boolean decide(
final RandomAccessibleInterval< ? > originalImg, final RandomAccessibleInterval< ? > originalImg,
final int[] factorsToOriginalImg, final int[] factorsToOriginalImg,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment