image | R Documentation |
contains 2310 observations of instances from 7 outdoor images
has 7 types of outdoor images, brickface, cement, foliage, grass, path, sky, and window.
the column of the center pixel of the region
the row of the center pixel of the region.
the number of pixels in a region = 9.
the results of a line extraction algorithm that counts how many lines of length 5 (any orientation) with low contrast, less than or equal to 5, go through the region.
measure the contrast of horizontally adjacent pixels in the region. There are 6, the mean and standard deviation are given. This attribute is used as a vertical edge detector.
X5 sd
measures the contrast of vertically adjacent pixels. Used for horizontal line detection.
sd X7
the average over the region of (R + G + B)/3
the average over the region of the R value.
the average over the region of the B value.
the average over the region of the G value.
measure the excess red: (2R - (G + B))
measure the excess blue: (2B - (G + R))
measure the excess green: (2G - (R + B))
3-d nonlinear transformation of RGB. (Algorithm can be found in Foley and VanDam, Fundamentals of Interactive Computer Graphics)
mean of X16
hue mean
data(image)
A data frame contains 2310 observations and 19 variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.