Interface | Description |
---|---|
LineSampler<I extends Image<?,I>,T> |
LineSampler defines an interface for objects capable
of extracting information from pixels along a line in an image. |
Class | Description |
---|---|
QuadtreeSampler |
A
QuadtreeSampler provides an easy way of extracting sample patches
from an image or other domain in both spatial and scale directions. |
RectangleSampler |
A
RectangleSampler provides an easy way to generate a sliding window
of rectangle over an image or other domain. |
Enum | Description |
---|---|
FLineSampler |
Methods for sampling along a line in an
FImage . |