restrict area in which identifier
-pixels are considered "valid"
Source: R/limit_identifier_coordinates.R
limit_identifier_coordinates.Rd
This function is only applied to the identifier
-range.
The intention is to exclude random pixels which definitely should not be
attributed to the identifier-data.
Usage
limit_identifier_coordinates(
spectrums_object,
image_dimensions,
identifiersearch_x0,
identifiersearch_x1,
identifiersearch_y0,
identifiersearch_y1
)
Arguments
- spectrums_object
return object of
extract_pixels_HSV()
- image_dimensions
dimensions of image
- identifiersearch_x0
respective coordinate of the search bounding rectangle
- identifiersearch_x1
respective coordinate of the search bounding rectangle
- identifiersearch_y0
respective coordinate of the search bounding rectangle
- identifiersearch_y1
respective coordinate of the search bounding rectangle