get_texture_inspection_model_imageT_get_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage (Operator)

Name

get_texture_inspection_model_imageT_get_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImage — Abfragen der Bilder eines Texturinspektionsmodells.

Signatur

get_texture_inspection_model_image( : ImageOut : TextureInspectionModel : )

Herror T_get_texture_inspection_model_image(Hobject* ImageOut, const Htuple 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)

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

void HImage.GetTextureInspectionModelImage(HTextureInspectionModel textureInspectionModel)

HImage HTextureInspectionModel.GetTextureInspectionModelImage()

static HImage HTextureInspectionResult.GetTextureInspectionModelImage(HTextureInspectionModel textureInspectionModel)

Beschreibung

Der Operator get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImageGetTextureInspectionModelImage gibt alle Bilder, die dem Texturinspektionsmodell TextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModeltextureInspectionModel mit add_texture_inspection_model_imageadd_texture_inspection_model_imageAddTextureInspectionModelImageAddTextureInspectionModelImageAddTextureInspectionModelImage hinzugefügt wurden, zurück.

Das Konzept der Texturinspektion ist bei der Einleitung zum Kapitel Inspektion / Texturinspektion beschrieben.

Ausführungsinformationen

Parameter

ImageOutImageOutImageOutImageOutimageOut (output_object)  singlechannelimage-array objectHImageHImageHobject * (byte / uint2)

Im Texturinspektionsmodell enthaltene Trainingsbilder.

TextureInspectionModelTextureInspectionModelTextureInspectionModelTextureInspectionModeltextureInspectionModel (input_control)  texture_inspection_model HTextureInspectionModel, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle des Texturinspektionsmodells.

Beispiel (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)

Ergebnis

Der Operator get_texture_inspection_model_imageget_texture_inspection_model_imageGetTextureInspectionModelImageGetTextureInspectionModelImageGetTextureInspectionModelImage gibt 2 (H_MSG_TRUE) zurück, sofern alle Parameter korrekt sind. Andernfalls wird eine Fehlerbehandlung ausgelöst.

Vorgänger

create_texture_inspection_modelcreate_texture_inspection_modelCreateTextureInspectionModelCreateTextureInspectionModelCreateTextureInspectionModel, set_texture_inspection_model_paramset_texture_inspection_model_paramSetTextureInspectionModelParamSetTextureInspectionModelParamSetTextureInspectionModelParam, get_texture_inspection_model_paramget_texture_inspection_model_paramGetTextureInspectionModelParamGetTextureInspectionModelParamGetTextureInspectionModelParam, add_texture_inspection_model_imageadd_texture_inspection_model_imageAddTextureInspectionModelImageAddTextureInspectionModelImageAddTextureInspectionModelImage

Nachfolger

train_texture_inspection_modeltrain_texture_inspection_modelTrainTextureInspectionModelTrainTextureInspectionModelTrainTextureInspectionModel, clear_texture_inspection_modelclear_texture_inspection_modelClearTextureInspectionModelClearTextureInspectionModelClearTextureInspectionModel, remove_texture_inspection_model_imageremove_texture_inspection_model_imageRemoveTextureInspectionModelImageRemoveTextureInspectionModelImageRemoveTextureInspectionModelImage

Modul

Matching