Quasar > Image Processing > Image Transforms

Image Transforms

imaffinetransform.q

This file contains functions implementing affine spatial image transforms

See imaffinetransform.q


An overview of the different functions and classes:

imaffinetransformPerforms an affine spatial transform to the specified image
imaffinetransform.qThis file contains functions implementing affine spatial image transforms
imrotateRotates the input image using the specified angle (in radians)
imscaleScales the input image horizontally and vertically
make_fliphorizontally_matrixConstructs a matrix to flip the image horizontally
make_flipvertically_matrixConstructs a matrix to flip the image vertically
make_rotation_matrixConstructs a 3x3 affine rotation matrix
make_scaling_matrixConstructs a 3x3 affine scaling matrix
make_translation_matrixConstructs a 3x3 affine translation matrix