Interface SampleIntensity<Point>
- All Known Implementing Classes:
SampleIntensityImage.F32,SampleIntensityImage.F64,SampleIntensityImage.I16,SampleIntensityScalePoint
public interface SampleIntensity<Point>
Samples the intensity at the specified point.
-
Method Summary
-
Method Details
-
sample
Returns the intensity. If the sampling method does not require the intensity image then it may be null.- Parameters:
intensity- Image with intensity information. May be null if sampling method does not use it.index- Index of the point in the listp- Coordinate being sampled. Must be inside the image- Returns:
- The intensity at the sample point
-
getX
Pixel coordinate x-axis -
getY
Pixel coordinate y-axis
-