Skip to content

Image - Creation🔗

Operators🔗

copy_imageCopyImage: Copy an image and allocate new memory for it.

gen_image1GenImage1: Create an image from a pointer to the pixels.

gen_image1_externGenImage1Extern: Create an image from a pointer on the pixels with storage management.

gen_image1_rectGenImage1Rect: Create an image with a rectangular domain from a pointer on the pixels (with storage management).

gen_image3GenImage3: Create an image from three pointers to the pixels (red/green/blue).

gen_image3_externGenImage3Extern: Create a three-channel image from three pointers on the pixels with storage management.

gen_image_constGenImageConst: Create an image with constant gray value.

gen_image_gray_rampGenImageGrayRamp: Create a gray value ramp.

gen_image_interleavedGenImageInterleaved: Create a three-channel image from a pointer to the interleaved pixels.

gen_image_protoGenImageProto: Create an image with a specified constant gray value.

gen_image_surface_first_orderGenImageSurfaceFirstOrder: Create a tilted gray surface with first order polynomial.

gen_image_surface_second_orderGenImageSurfaceSecondOrder: Create a curved gray surface with second order polynomial.

interleave_channelsInterleaveChannels: Create an interleaved image from a multichannel image.

region_to_binRegionToBin: Convert a region into a binary byte-image.

region_to_labelRegionToLabel: Convert regions to a label image.

region_to_meanRegionToMean: Paint regions with their average gray value.