| Operatoren |
get_texture_inspection_model_image — Abfragen der Bilder eines Texturinspektionsmodells.
get_texture_inspection_model_image( : ImageOut : TextureInspectionModel : )
Der Operator get_texture_inspection_model_image gibt alle Bilder, die dem Texturinspektionsmodell TextureInspectionModel mit add_texture_inspection_model_image hinzugefügt wurden, zurück.
Das Konzept der Texturinspektion ist bei der Einleitung zum Kapitel Inspektion / Texturinspektion beschrieben.
Im Texturinspektionsmodell enthaltene Trainingsbilder.
Handle des Texturinspektionsmodells.
* 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)
Der Operator get_texture_inspection_model_image gibt 2 (H_MSG_TRUE) zurück, sofern alle Parameter korrekt sind. Andernfalls wird eine Fehlerbehandlung ausgelöst.
create_texture_inspection_model, set_texture_inspection_model_param, get_texture_inspection_model_param, add_texture_inspection_model_image
train_texture_inspection_model, clear_texture_inspection_model, remove_texture_inspection_model_image
Matching
| Operatoren |