gen_image_interleaved - 从一个指向交织像素的指针创建一个三通道图像。 用法 gen_image_interleaved( : ImageRGB : PixelPointer, ColorFormat, OriginalWidth, OriginalHeight, Alignment, Type, ImageWidth, ImageHeight, StartRow, StartColumn, BitsPerChannel, BitShift : ) 描述 算子gen_image_interleaved从输...
I.e. gen_image_interleaved does not allow to create a byte image from an input image with ColorFormat 'rgb48'. When the formats 'rgb48', 'bgr48', 'rgbx64', and 'bgr64' do not use the full range of 16 bits per channel and pixel, the number of actually used bits should be ...
gen_image_interleaved(Operator) Name gen_image_interleaved— Create a three-channel image from a pointer to the interleaved pixels. Signature Description The operatorgen_image_interleavedcreates a three-channel image from an input image, whose pixels are stored line-sequentially inPixelPointer. The si...
第一个参数是ImageRGB,第一个控制参数是PixelPointer, 错误提示误导人。
halcon算子翻译——gen_image_interleaved 2018-01-04 08:51 −... 水行 0 7564 Halcon阈值分割 2019-12-25 10:11 −threshold(Image : Region : MinGray, MaxGray : ) 全局阈值分割,用户指定硬阈值 binary_threshold(Image : Region : Method, LightDark : UsedThreshold) 全局阈值分割,指定计算阈.....
GenImageInterleaved Wrong type of control parameter 1 HALCON error # 1201: Wrong type of control parameter 1 源码: HObjectrgbImage; constintiRow=1; constintiCol=1; constcharsz[3*iRow*iCol]={1,2,3}; try { HalconCpp::GenImageInterleaved(&rgbImage, (constchar*)sz,"rgb",...
简介:GenImageInterleaved Wrong type of control parameter 1 HALCON error # 1201: Wrong type of control parameter 1 源码: HObject rgbImage;const int iRow = 1;const int iCol = 1;const char sz[3 * iRow*iCol] = { 1,2,3 };try{HalconCpp::GenImageInterleaved(&rgbImage, (const char*)sz...
gen_image_interleaved(Operator) Name gen_image_interleaved— Create a three-channel image from a pointer to the interleaved pixels. Signature Description The operatorgen_image_interleavedcreates a three-channel image from an input image, whose pixels are stored line-sequentially inPixelPointer. The si...