Package index
-
Image - Image class
-
col2bgr() - Convert an R color to a BGR(A) numeric vector
-
split_channels() - Split an image into its individual channels
-
merge_channels() - Merge a list of single-channel images into a multi-channel image
-
concatenate() - Concatenate images side-by-side or top-to-bottom
Geometric transform helpers
Construct affine and perspective transformation matrices for use with Image$warp_affine() and Image$warp_perspective().
-
affine_translate() - Build an affine translation matrix
-
affine_scale() - Build an affine scaling matrix
-
affine_shear() - Build an affine shear matrix
-
affine_rotate() - Build an affine rotation matrix
-
affine_from_points() - Compute an affine transformation matrix from point correspondences
-
perspective_from_points() - Compute a perspective transformation matrix from point correspondences
-
get_gabor_kernel() - Generate a Gabor filter kernel
-
get_structuring_element() - Generate a structuring element kernel
-
autothreshold_value() - Compute an automatic threshold value from an image
-
get_text_size() - Measure the bounding box of a text string
-
display() - Display an image using R's graphics device