'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)
public ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection preprocessedCollection, ImGearPicturizeMatchingSettings matchingSettings )
public: ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection* preprocessedCollection, ImGearPicturizeMatchingSettings matchingSettings )
public: ImGearPicturizeMatchingMatrix( ImGearPicturizePreprocessedCollection^ preprocessedCollection, ImGearPicturizeMatchingSettings 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.