GRASS logo

NAME

i.pr.uxb - Module for detection of unexploded bombs. 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.uxb
i.pr.uxb help
i.pr.uxb input_map=string[,string,...] model=string [--verbose] [--quiet]

Parameters:

input_map=string[,string,...]
Input raster maps to be classified.
It is required a number of maps at least equal to the number of maps
used for the training. If this number is greater the last maps will be ignored.
WARNING: the order in which the maps are given should be compared
with that used for the training.
model=string
Input file containing the model (output of i .pr_model).
If the data used for model development are not GRASS_data the program will abort.

Main index - imagery index - Full index

© 2003-2016 GRASS Development Team