public class RidgeDetectionMetadata extends Object
DefaultDetectRidges
Modifier and Type | Field and Description |
---|---|
protected Img<DoubleType> |
gradients |
protected Img<DoubleType> |
nValues |
protected Img<DoubleType> |
pValues |
Constructor and Description |
---|
RidgeDetectionMetadata(RandomAccessibleInterval<T> input,
double sigma,
double smallMax,
double bigMax)
Generates the metadata images from the input image
|
Modifier and Type | Method and Description |
---|---|
protected Img<DoubleType> |
getGradients()
returns the gradient image
|
protected RandomAccess<DoubleType> |
getGradientsRandomAccess()
returns the gradient image's RandomAccess
|
protected Img<DoubleType> |
getNValues()
returns the nValue image
|
protected RandomAccess<DoubleType> |
getNValuesRandomAccess()
returns the nValue image's RandomAccess
|
protected Img<DoubleType> |
getPValues()
returns the pValue image
|
protected RandomAccess<DoubleType> |
getPValuesRandomAccess()
returns the pValue image's RandomAccess
|
protected Img<DoubleType> pValues
protected Img<DoubleType> nValues
protected Img<DoubleType> gradients
public RidgeDetectionMetadata(RandomAccessibleInterval<T> input, double sigma, double smallMax, double bigMax)
input
- - the image to be detectedsigma
- - the sigma for the gaussian derivative convolutionsprotected Img<DoubleType> getPValues()
protected RandomAccess<DoubleType> getPValuesRandomAccess()
protected Img<DoubleType> getNValues()
protected RandomAccess<DoubleType> getNValuesRandomAccess()
protected Img<DoubleType> getGradients()
protected RandomAccess<DoubleType> getGradientsRandomAccess()
Copyright © 2014–2022 ImageJ. All rights reserved.