EUnsupervisedSegmenter::GetNumPatchesForImage

Number of patches that will be extracted from an input image to perform inference.
For EasyClassify and EasyLocate, this will always be equal to 1.
For EasySegment, the number of patches will depend on the scale, patch size and sampling density parameters.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumPatchesForImage(
   int imageWidth,
   int imageHeight
)

Parameters

imageWidth

Width of the image for which to get the number of patch

imageHeight

Height of the image for which to get the number of patch

EUnsupervisedSegmenter.GetNumPatchesForImage

Number of patches that will be extracted from an input image to perform inference.
For EasyClassify and EasyLocate, this will always be equal to 1.
For EasySegment, the number of patches will depend on the scale, patch size and sampling density parameters.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumPatchesForImage(
   int imageWidth,
   int imageHeight
)

Parameters

imageWidth

Width of the image for which to get the number of patch

imageHeight

Height of the image for which to get the number of patch