NAME
i.pr.blob - Module to search for blobs. i.pr: Pattern Recognition environment for image processing. Includes kNN, Decision Tree and SVM classification techniques. Also includes cross-validation and bagging methods for model validation.
KEYWORDS
imagery, image processing, pattern recognition
SYNOPSIS
i.pr.blob
i.pr.blob help
i.pr.blob input_map=string min_pixels=integer max_pixels=integer min_value=float max_value=float [--verbose] [--quiet]
Parameters:
- input_map=string
- Input raster map for searching for blobs.
- min_pixels=integer
- minimum number of pixels defining a blob
- max_pixels=integer
- maximum number of pixels defining a blob
- min_value=float
- minimum value of the map for defining a blob
- max_value=float
- maximum value of the map for defining a blob
The output is a site file, BUT it will be printed to standard output.
Main index - imagery index - Full index
© 2003-2016 GRASS Development Team