ClassesClassesClassesClasses | | | | Operators

get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage (Operator)

Name

get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage — Get the training images contained in a texture inspection model.

Signature

get_texture_inspection_model_image( : ImageOut : TextureInspectionModel : )

Herror get_texture_inspection_model_image(Hobject* ImageOut, const Hlong TextureInspectionModel)

Herror T_get_texture_inspection_model_image(Hobject* ImageOut, const Htuple TextureInspectionModel)

Herror get_texture_inspection_model_image(Hobject* ImageOut, const HTuple& TextureInspectionModel)

HImageArray HImageArray::GetTextureInspectionModelImage(const HTextureInspectionModel& TextureInspectionModel)

HImageArray HTextureInspectionModel::GetTextureInspectionModelImage() const

HImageArray HTextureInspectionResult::GetTextureInspectionModelImage(const HTextureInspectionModel& TextureInspectionModel)

void GetTextureInspectionModelImage(HObject* ImageOut, const HTuple& TextureInspectionModel)

void HImage::GetTextureInspectionModelImage(const HTextureInspectionModel& TextureInspectionModel)

HImage HTextureInspectionModel::GetTextureInspectionModelImage() const

static HImage HTextureInspectionResult::GetTextureInspectionModelImage(const HTextureInspectionModel& TextureInspectionModel)

void HOperatorSetX.GetTextureInspectionModelImage(
[out] IHUntypedObjectX*ImageOut, [in] VARIANT TextureInspectionModel)

void HImageX.GetTextureInspectionModelImage([in] IHTextureInspectionModelX* TextureInspectionModel)

IHImageX* HTextureInspectionModelX.GetTextureInspectionModelImage()

IHImageX* HTextureInspectionResultX.GetTextureInspectionModelImage([in] IHTextureInspectionModelX* TextureInspectionModel)

static void HOperatorSet.GetTextureInspectionModelImage(out HObject imageOut, HTuple textureInspectionModel)

void HImage.GetTextureInspectionModelImage(HTextureInspectionModel textureInspectionModel)

HImage HTextureInspectionModel.GetTextureInspectionModelImage()

static HImage HTextureInspectionResult.GetTextureInspectionModelImage(HTextureInspectionModel textureInspectionModel)

Description

The operator get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage returns all training images contained in a texture inspection model TextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModeltextureInspectionModel that were added by add_texture_inspection_model_imageadd_texture_inspection_model_imageAddTextureInspectionModelImageadd_texture_inspection_model_imageAddTextureInspectionModelImageAddTextureInspectionModelImage.

For an explanation of the concept of the texture inspection see the introduction of chapter Inspection / Texture Inspection.

Parallelization

Parameters

ImageOutImageOutImageOutImageOutImageOutimageOut (output_object)  singlechannelimage-array objectHImageHImageHImageArrayHImageXHobject * (byte / uint2)

Training images contained in the texture inspection model.

TextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModeltextureInspectionModel (input_control)  texture_inspection_model HTextureInspectionModel, HTupleHTupleHTextureInspectionModel, HTupleHTextureInspectionModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the texture inspection model.

Example (HDevelop)

* Create texture inspection model
create_texture_inspection_model ('basic', TextureInspectionModel)
* Make this short example fast:
set_texture_inspection_model_param (TextureInspectionModel, \
                                    'gmm_em_max_iter', 1)
* Read and add training images
read_image (TrainImage, 'carpet/carpet_01')
add_texture_inspection_model_image (TrainImage, TextureInspectionModel, \
                                    Indices)
* Get added training images
get_texture_inspection_model_image (TrainImageOut, TextureInspectionModel)
* Clean up
clear_texture_inspection_model (TextureInspectionModel)

Result

The operator get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage returns the value 2 (H_MSG_TRUE) if the given parameters are valid and within acceptable range. Otherwise, an exception will be raised.

Possible Predecessors

create_texture_inspection_modelcreate_texture_inspection_modelCreateTextureInspectionModelcreate_texture_inspection_modelCreateTextureInspectionModelCreateTextureInspectionModel, set_texture_inspection_model_paramset_texture_inspection_model_paramSetTextureInspectionModelParamset_texture_inspection_model_paramSetTextureInspectionModelParamSetTextureInspectionModelParam, get_texture_inspection_model_paramget_texture_inspection_model_paramGetTextureInspectionModelParamget_texture_inspection_model_paramGetTextureInspectionModelParamGetTextureInspectionModelParam, add_texture_inspection_model_imageadd_texture_inspection_model_imageAddTextureInspectionModelImageadd_texture_inspection_model_imageAddTextureInspectionModelImageAddTextureInspectionModelImage

Possible Successors

train_texture_inspection_modeltrain_texture_inspection_modelTrainTextureInspectionModeltrain_texture_inspection_modelTrainTextureInspectionModelTrainTextureInspectionModel, clear_texture_inspection_modelclear_texture_inspection_modelClearTextureInspectionModelclear_texture_inspection_modelClearTextureInspectionModelClearTextureInspectionModel, remove_texture_inspection_model_imageremove_texture_inspection_model_imageRemoveTextureInspectionModelImageremove_texture_inspection_model_imageRemoveTextureInspectionModelImageRemoveTextureInspectionModelImage

Module

Matching


ClassesClassesClassesClasses | | | | Operators