public class Thin2 extends Abstract3x3TableOperation
Thin.| Constructor and Description | 
|---|
| Thin2() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | getExtendedValue()Gets default value for neighborhood pixels outside of the image. | 
| protected boolean[] | getTable()The index to the table that's returned is built by examining each pixel
 and accumulating 2^pixel number. | 
| static <T extends BooleanType<T>> | thin2(Img<T> source) | 
| static <T extends BooleanType<T>> | thin2(RandomAccessible<T> source,
     IterableInterval<T> target) | 
calculate, calculateprotected boolean[] getTable()
Abstract3x3TableOperation0 1 2 3 4 5 6 7 8
getTable in class Abstract3x3TableOperationprotected boolean getExtendedValue()
Abstract3x3TableOperationgetExtendedValue in class Abstract3x3TableOperationpublic static <T extends BooleanType<T>> Img<T> thin2(Img<T> source)
public static <T extends BooleanType<T>> void thin2(RandomAccessible<T> source, IterableInterval<T> target)
Copyright © 2015–2022 ImgLib2. All rights reserved.