SearchPredictorSearchResultToImage Method

CVB.Net Documentation
Create a visual representation of a search result.

Namespace:  Stemmer.Cvb.Polimago
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public Image SearchResultToImage(
	Image sourceImage,
	SearchResult res
)

Parameters

sourceImage
Type: Stemmer.CvbImage
Image to create the representation from. This should be the image on which the result was found with this classifier.
res
Type: Stemmer.Cvb.PolimagoSearchResult
Search result (should match the image and this classifier).

Return Value

Type: Image
Visual representation of the search result.
See Also

Reference