|
Class Summary |
| AprilTag |
Holds the information about an April Tag that has been identified in an image
by the AprilTagFilter. |
| AprilTagFilter |
This filter identifies April tags in the image. |
| Blob |
Information about a blob that has been detected by
the BlobFilter. |
| BlobFilter |
Identifies contiguous blobs (contiguous collections of pixels) of a specified
color. |
| ConvolutionFilter |
Filters an image by convolving a kernel over the image. |
| Filter |
Abstract base class for all filters that can be used for image processing. |
| FilterGUI |
Abstract base class for all Filter GUI's. |
| GaussianFilter |
Blurs an image using a Gaussian convolution filter. |
| LaplacianFilter |
Detects edges in an image with a Laplacian convolution filter. |
| MatchFilter |
Finds (and paints) all pixels that match a specified set of colors. |
| RGBtoGrayFilter |
Converts an RGB image to a graysacle image. |
A collection of filters for image processing. Filters can do things like
finding all pixels that match a color specification or a range of
colors, detecting regions of contiguous pixels of the same color
(blobification), bluring, edge detection or sharpening images etc. See
the links above to learn more about the particular filters that dLife
provides.