情報詳細Q:create_shape_modelのエラー#8510:'Number of shape model points too small'が発生します。A:エッジとなる情報が少なすぎるほかマルチチャンネル画像にてマッチングモデルを作成する場合、1チャンネルでも全くエッジが取得できないとエラーが生じます。(ある1チャンネルの画像の輝度値がすべて255など)エラー内容:'Number of shape model points too small'対処としまして、min_max_gray ()などで各チャンネルを見て、minとmaxの間に差があるかを確認する等が考えられます。例:read_image (Image, 'olympic_stadium')gen_image_proto (Image, ImageCleared, 255)decompose3 (Image, Image1, Image2, Image3)compose3 (ImageCleared, Image2, Image3, MultiChannelImage)try create_shape_model (ImageCleared, 'auto', -0.39, 0.79, 'auto', 'auto', 'use_polarity', 'auto', 'auto', ModelID) catch (Exception) stop()endtry添付ファイルタイトルHALCON create_shape_modelのエラー#8510が発生するURL 名000005429公開状況公開済み検証状況公開済み