ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeMatchingMatrix Class / ImGearPicturizeMatchingMatrix Constructor
Specifies the preprocessed collection of cell images.
Specifies the settings that control how the cell images are matched to fragments of the source image.




In This Topic
    ImGearPicturizeMatchingMatrix Constructor
    In This Topic
    Initializes a new instance of the ImGearPicturizeMatchingMatrix class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal preprocessedCollection As ImGearPicturizePreprocessedCollection, _
       ByVal matchingSettings As ImGearPicturizeMatchingSettings _
    )
    'Usage
     
    Dim preprocessedCollection As ImGearPicturizePreprocessedCollection
    Dim matchingSettings As ImGearPicturizeMatchingSettings
     
    Dim instance As New ImGearPicturizeMatchingMatrix(preprocessedCollection, matchingSettings)

    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