Skip to content

Image🔗

On this topic🔗

Access🔗

get_grayvalGetGrayval: Access the gray values of an image object.

get_grayval_contour_xldGetGrayvalContourXld: Return gray values of an image at the positions of an XLD contour.

get_grayval_interpolatedGetGrayvalInterpolated: Return gray values of an image at the positions given by tuples of rows and columns.

get_image_pointer1GetImagePointer1: Access the pointer of a channel.

get_image_pointer1_rectGetImagePointer1Rect: Access to the image data pointer and the image data inside the smallest rectangle of the domain of the input image.

get_image_pointer3GetImagePointer3: Access the pointers of a colored image.

get_image_sizeGetImageSize: Return the size of an image.

get_image_timeGetImageTime: Request time at which the image was created.

get_image_typeGetImageType: Return the type of an image.

Acquisition🔗

close_framegrabberCloseFramegrabber: Close specified image acquisition device.

get_framegrabber_callbackGetFramegrabberCallback: Query callback function of an image acquisition device.

get_framegrabber_lutGetFramegrabberLut: Query look-up table of the image acquisition device.

get_framegrabber_paramGetFramegrabberParam: Query specific parameters of an image acquisition device.

grab_dataGrabData: Synchronous grab of images and preprocessed image data from the specified image acquisition device.

grab_data_asyncGrabDataAsync: Asynchronous grab of images and preprocessed image data from the specified image acquisition device.

grab_imageGrabImage: Synchronous grab of an image from the specified image acquisition device.

grab_image_asyncGrabImageAsync: Asynchronous grab of an image from the specified image acquisition device.

grab_image_startGrabImageStart: Start an asynchronous grab from the specified image acquisition device.

info_framegrabberInfoFramegrabber: Query information about the specified image acquisition interface.

open_framegrabberOpenFramegrabber: Open and configure an image acquisition device.

set_framegrabber_callbackSetFramegrabberCallback: Register a callback function for an image acquisition device.

set_framegrabber_lutSetFramegrabberLut: Set look-up table of the image acquisition device.

set_framegrabber_paramSetFramegrabberParam: Set specific parameters of an image acquisition device.

Channel🔗

access_channelAccessChannel: Access a channel of a multi-channel image.

append_channelAppendChannel: Append additional matrices (channels) to the image.

channels_to_imageChannelsToImage: Convert one-channel images into a multi-channel image

compose2Compose2: Convert two images into a two-channel image.

compose3Compose3: Convert 3 images into a three-channel image.

compose4Compose4: Convert 4 images into a four-channel image.

compose5Compose5: Convert 5 images into a five-channel image.

compose6Compose6: Convert 6 images into a six-channel image.

compose7Compose7: Convert 7 images into a seven-channel image.

count_channelsCountChannels: Count channels of image.

decompose2Decompose2: Convert a two-channel image into two images.

decompose3Decompose3: Convert a three-channel image into three images.

decompose4Decompose4: Convert a four-channel image into four images.

decompose5Decompose5: Convert a five-channel image into five images.

decompose6Decompose6: Convert a six-channel image into six images.

decompose7Decompose7: Convert a seven-channel image into seven images.

image_to_channelsImageToChannels: Convert a multi-channel image into One-channel images

Creation🔗

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.

Domain🔗

add_channelsAddChannels: Add gray values to regions.

change_domainChangeDomain: Change definition domain of an image.

full_domainFullDomain: Expand the domain of an image to maximum.

get_domainGetDomain: Get the domain of an image.

rectangle1_domainRectangle1Domain: Reduce the domain of an image to a rectangle.

reduce_domainReduceDomain: Reduce the domain of an image.

Features🔗

area_center_grayAreaCenterGray: Compute the area and center of gravity of a region in a gray value image.

cooc_feature_imageCoocFeatureImage: Calculate a co-occurrence matrix and derive gray value features thereof.

cooc_feature_matrixCoocFeatureMatrix: Calculate gray value features from a co-occurrence matrix.

elliptic_axis_grayEllipticAxisGray: Compute the orientation and major axes of a region in a gray value image.

entropy_grayEntropyGray: Determine the entropy and anisotropy of images.

estimate_noiseEstimateNoise: Estimate the image noise from a single image.

fit_surface_first_orderFitSurfaceFirstOrder: Calculate gray value moments and approximation by a first order surface (plane).

fit_surface_second_orderFitSurfaceSecondOrder: Calculate gray value moments and approximation by a second order surface.

fuzzy_entropyFuzzyEntropy: Determine the fuzzy entropy of regions.

fuzzy_perimeterFuzzyPerimeter: Calculate the fuzzy perimeter of a region.

gen_cooc_matrixGenCoocMatrix: Calculate the co-occurrence matrix of a region in an image.

gray_featuresGrayFeatures: Calculates gray value features for a set of regions.

gray_histoGrayHisto: Calculate the gray value distribution.

gray_histo_absGrayHistoAbs: Calculate the gray value distribution.

gray_histo_rangeGrayHistoRange: Calculate the gray value distribution of a single channel image within a certain gray value range.

gray_projectionsGrayProjections: Calculate horizontal and vertical gray-value projections.

histo_2dimHisto2dim: Calculate the histogram of two-channel gray value images.

intensityIntensity: Calculate the mean and deviation of gray values.

min_max_grayMinMaxGray: Determine the minimum and maximum gray values within regions.

moments_gray_planeMomentsGrayPlane: Calculate gray value moments and approximation by a plane.

plane_deviationPlaneDeviation: Calculate the deviation of the gray values from the approximating image plane.

select_graySelectGray: Select regions based on gray value features.

shape_histo_allShapeHistoAll: Determine a histogram of features along all threshold values.

shape_histo_pointShapeHistoPoint: Determine a histogram of features along all threshold values.

Format🔗

add_image_borderAddImageBorder: Add a border to an image.

change_formatChangeFormat: Change image size.

crop_domainCropDomain: Cut out of defined gray values.

crop_domain_relCropDomainRel: Cut out an image area relative to the domain.

crop_partCropPart: Cut out one or more rectangular image areas.

crop_rectangle1CropRectangle1: Cut out one or more rectangular image areas.

crop_rectangle2CropRectangle2: Cut out one or more arbitrarily oriented rectangular image areas.

tile_channelsTileChannels: Tile multiple images into a large image.

tile_imagesTileImages: Tile multiple image objects into a large image.

tile_images_offsetTileImagesOffset: Tile multiple image objects into a large image with explicit positioning information.

Manipulation🔗

overpaint_grayOverpaintGray: Overpaint the gray values of an image.

overpaint_regionOverpaintRegion: Overpaint regions in an image.

paint_grayPaintGray: Paint the gray values of an image into another image.

paint_regionPaintRegion: Paint regions into an image.

paint_xldPaintXld: Paint XLD objects into an image.

set_grayvalSetGrayval: Set single gray values in an image.

Type Conversion🔗

complex_to_realComplexToReal: Convert a complex image into two real images.

convert_image_typeConvertImageType: Convert the type of an image.

real_to_complexRealToComplex: Convert two real images into a complex image.

real_to_vector_fieldRealToVectorField: Convert two real-valued images into a vector field image.

vector_field_to_realVectorFieldToReal: Convert a vector field image into two real-valued images.