Welcome to our Support Center

Function resume

In this section you’ll find a list of function available.

  ICONS RESUME
Build Kernel Constructs a convolution matrix by converting a string.
Canny Edge Detection Uses a specialized edge detection method to accurately estimate the location of edges even under conditions of poor signal-to-noise ratios.
Convolute Filters an image using a linear filter.
Edge Detection Extracts the contours (detects edges) in gray-level values.
Gaussian Blur Blurs an image using a Gaussian filter
Get Kernel Reads a predefined kernel.
Fill Hole Fills the holes found in a particle.
Morphology Performs primary morphological transformations.
Particle Filter Filters (keeps or removes) each particle in an image according to its measurements.
Reject Border Eliminates particles that touch the border of an image.
Remove Particle Eliminates or keeps particles resistant to a specified number of 3 x 3 erosions.
Histograph Calculates the histogram from an image.
Histogram Calculates the histogram of an image.
Line Profile Calculates the profile of a line of pixels.
Particle Analysis Returns the number of particles detected in a binary image and a 2D array of requested measurements about the particle.
Particle Analysis Report Returns the number of particles detected in a binary image and an array of reports containing the most commonly used particle measurements.
Quantify Quantifies the contents of an image or the regions within an image.
ROI Profile Calculates the profile of the pixels along the boundary of an ROI descriptor.
Detect Faces Apply a haarscascades to detect faces then add rectangle around theses faces.
Add Adds two images or an image and a constant.
And Performs an AND or NAND operation on two images or an image and a constant.
Compare Performs comparison operations between two images or an image and a constant.
Divide Divides one image by another image or an image by a constant.
LogDiff Keeps bits found in Image Src A that are absent from Image Src B.
Mask Recopies the Image Src into the Image Dst.
Multiply Multiplies two images or an image and a constant.
Or Performs an OR or NOR operation on two images or an image and a constant.
Segmentation Mask The Segmentation Mask function merges a base image with a color mask using a given opacity factor, producing a partially masked image.
Segmentation Masks The Segmentation Mask function merges a base image with multiple color masks using a given opacity factor for every mask, producing a partially masked image.
Split The Split Image function merges two images by dividing horizontally according to a coefficient, creating a new image.
Subtract Subtracts one image from another or a constant from an image.
Weighted Sum The Weighted Sum function merges a base image with an other one (generally a mask) using a given coefficient.
Match Template Search Image Template in Image Src and add bounding box to Image Dst where it is located.
Auto Adjust Contrast Boosts contrast based on the image’s histogram to improve normalization and line detection in varying lighting conditions.
BCG Lookup Applies a brightness, contrast, and gamma correction to an image.
Exposure Converts Src pixel values to the Dst image according to this formula ((a(*Src)(x,y)+ß)).​
Hue Adjust the hue in the image.
Inverse Inverts the pixel intensities of an image to compute the negative of an image.
Local Threshold Thresholds an image into a binary image based on the specified local adaptive thresholding method.
Magic Wand Creates an image mask by extracting a region surrounding a reference pixel, called the origin, and using a tolerance of intensity variations based on this reference pixel.
Multi Threshold Performs thresholds of multiple intensity ranges to an image.
Noise Fills the matrix dst with normally distributed random numbers with the specified mean vector and the standard deviation matrix. The generated random numbers are clipped to fit the value range of the output array data type.
Normalize Normalizes the norm or value range of an array.
Perspective Transform Calculates a perspective transform from four pairs of the corresponding points.
Saturation Adjust the saturation in the image.​
Threshold Applies a threshold to an image.
User Lookup Performs a user-specified lookup-table transformation by remapping the pixel values in an image.
Value Adjust the value in the image.
Table of Contents