get_texture_inspection_result_object -查询纹理检测的图标结果
简短描述
get_texture_inspection_result_object -查询纹理检测的图标结果
签名
get_texture_inspection_result_object( : Object : TextureInspectionResultID, ResultName : )
描述
get_texture_inspection_result_object查询由apply_texture_inspection_model返回的句柄TextureInspectionResultID的标志性结果ResultName。只有通过set_texture_inspection_model_param将` gen_result_handle `设置为` true `时,才会创建结果句柄TextureInspectionResultID。
下面列出了ResultName的可能参数值:
“novelty_region”:
返回对象元组中所有金字塔层的新奇区域。要查询单个金字塔层的新颖性区域,必须添加相应的索引,例如“novelty_region_1”。请注意,如果将图像元组传递给apply_texture_inspection_model,则只能查询元组中的第一个图像的新奇区域。
“novelty_score_image”:
返回对象元组中所有金字塔级别的新颖性评分图像。要查询单个金字塔级别的新颖性区域,必须添加相应的索引,例如'novelty_score_image_1'。请注意,如果一个图像元组被传递给apply_texture_inspection_model,则只能查询元组中第一张图像的新颖性评分图像。
参数
Object (output_object) Object (-array)→Object
返回的标志性对象。
例程
返回结果
本文链接:https://www.wtao8.com/post/241.html 转载需授权!