Package | Description |
---|---|
org.hkijena.jipipe.plugins.imagejalgorithms.utils |
Modifier and Type | Method and Description |
---|---|
static List<HoughLineSegments.Line> |
HoughLineSegments.houghGlobalLines(ij.process.ImageProcessor BW,
List<Double> thetas,
List<Double> rhos,
List<Point> peaks,
double minLength,
Dimension imageSize,
JIPipeProgressInfo progressInfo) |
static List<HoughLineSegments.Line> |
HoughLineSegments.houghLineSegments(ij.process.ImageProcessor BW,
List<Double> thetas,
List<Double> rhos,
List<Point> peaks,
double fillGap,
double minLength,
boolean fastMode,
JIPipeProgressInfo progressInfo) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.