Direct Graphical Models
v.1.7.0
|
In this example we extract 3 features from the input image Original Image.jpg. These features are NDVI, Variance of intensity and saturation. The features are calculated for every pixel of the input image and thus are represented as images of the same resolution as the input one. It is often convenient to have a set of features in form of one multi-channel image. For storing such a multi-channel image is usually split into a number of 3-channels RGB images. Hence, for sake of simplicity, we extract only 3 features in this example.