ImageGear for .NET
ImGearPicturizeMatchingMatrix Constructor
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeMatchingMatrix Class : ImGearPicturizeMatchingMatrix Constructor




preprocessedCollection
Specifies the preprocessed collection of cell images.
matchingSettings
Specifies the settings that control how the cell images are matched to fragments of the source image.

Glossary Item Box

Initializes a new instance of the ImGearPicturizeMatchingMatrix class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

preprocessedCollection
Specifies the preprocessed collection of cell images.
matchingSettings
Specifies the settings that control how the cell images are matched to fragments of the source image.

Return Value

The new instance of the ImGearPicturizeMatchingMatrix class.

Remarks

This constructor creates the new instance of the ImGearPicturizeMatchingMatrix class. It matches cell images to fragments of the image to which the Picturize effect will be applied.

Creation of this class serves as the second step in calculation of the Picturize effect. An instance of this class is passed to the ImGearEffects.Picturize method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.