Package | Description |
---|---|
mpicbg.imglib.algorithm.transformation |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.integerHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with vote space. |
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.longHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with LongType vote space. |
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.shortHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with vote space. |
Copyright © 2015–2021 Fiji. All rights reserved.