名稱 gen_image_interleaved - 從一個指向交織像素的指針創建一個三通道圖像。 用法 gen_image_interleaved( : ImageRGB : PixelPointer, ColorFormat, OriginalWidth, OriginalHeight ...
名稱 gen image const 創建一個灰度值不變的圖像。 用法 gen image const : Image : Type, Width, Height : 描述 算子gen image const創建指定大小的圖像。 圖像的寬度和高度由Width和Height決定。 HALCON支持以下圖像類型: byte 每像素 字節,無符號 取值范圍: .. int 每個像素 個字節,有符號 取值 ...
2018-01-02 17:30 0 1754 推薦指數:
名稱 gen_image_interleaved - 從一個指向交織像素的指針創建一個三通道圖像。 用法 gen_image_interleaved( : ImageRGB : PixelPointer, ColorFormat, OriginalWidth, OriginalHeight ...
名稱 gen_image1_extern - 使用帶存儲管理從像素上的指針創建圖像。 用法 gen_image1_extern( : Image : Type, Width, Height, PixelPointer, ClearProc : ) 描述 算子 ...
名稱 gen_image1 - 從指向像素的指針創建一個圖像。 用法 gen_image1( : Image : Type, Width, Height, PixelPointer : ) 描述 算子gen_image1創建一個Width*Height大小的圖像 ...
: ) 描述 算子gen_image3創建Width*Height大小的三通道圖像。 PixelPo ...
) 描述 cooc_feature_image的調用對應於算子gen_cooc_matrix和co ...
名稱 copy_image - 復制圖像並為其分配新的內存。 用法 copy_image(Image : DupImage : : ) 描述 copy_image將輸入圖像復制到與輸入圖像具有相同域(ROI)的新圖像。 與HALCON算子(如copy_obj)相比,所有通道的物理副本 ...
名稱 if - 條件語句。 用法 if( : : Condition : ) 描述 if是一個條件語句,啟動一個if分段。 Condition參數必須計算為布爾值或整數表達式。 如 ...
1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功能:把一個訓練樣本添加到一個高斯混合模型的訓練數據上。 2.classify_class_ ...