halcon中的vector_field类型表示向量场,可以通过调用real_to_vector_field()算子将分别表示行列方向的偏移的图像转为vector_field,实质上可以理解vector_field就是一个float数据类型且通道数为2的图像,halcon中单独把它拧出来估计只是为了显示时加以区分。 halcon中vector_field类型的显示 halcon中提供的一个程序gen_rando...
4. real_to_vector_field 功能:把两个实值图像转变为一个矢量域图像。 5. vector_field_to_real 功能:把一个矢量域图像转变为两个实值图像。 Chapter 8 :Lines 8.1 Access 1. approx_chain 功能:通过弧和线近似一个轮廓。 2. approx_chain_simple 功能:通过弧和线近似一个轮廓。 8.2 Features 1. line_...
1. complex_to_real 功能:把一个复杂图像转变为两个实际图像。 2. convert_image_type 功能:转变一个图像的类型。 3. real_to_complex 功能:把两个实际图像转变为一个复杂图像。 4. real_to_vector_field 功能:把两个实值图像转变为一个矢量域图像。 5. vector_field_to_real 功能:把一个矢量域图像转变...
HALCON算⼦函数(七)Image HALCON 算⼦函数——Chapter 7 : Image 7.1 Access 1. get_grayval 功能:获取⼀个图像⽬标的灰度值。2. get_image_pointer1 功能:获取⼀个通道的指针。3. get_image_pointer1_rect 功能:获取图像数据指针和输⼊图像区域内最⼩矩形内部的图像数据。4. get_image_...
vector_field_to_real (ObjectSelected, DRow, DColumn) (DRow) (DColumn) get_image_size (VectorField, Width, Height) * Horizontal lines for ContR := 0.5 to Height[0]-1 by Step tuple_gen_sequence (0.5, Width[0]-1, 1, Column)
vector_field_to_real (ObjectSelected, DRow, DColumn) (DRow) (DColumn) get_image_size (VectorField, Width, Height) * Horizontal lines for ContR := 0.5 to Height[0]-1 by Step tuple_gen_sequence (0.5, Width[0]-1, 1, Column)
vector_field_to_real (ObjectSelected, DRow, DCol) get_image_size (VectorField, Width, Height)*取行坐标forContR :=0.5to Height[0] -1by Step Col1 := [0.5:Width[0] -1] tuple_gen_const (Width[0] -1, ContR, Row1) get_grayval_interpolated (DRow, Row1, Col1,'bilinear', GrayRow)...
1. complex_to_real 功能:把一个复杂图像转变为两个实际图像。 2. convert_image_type 功能:转变一个图像的类型。 3. real_to_complex 功能:把两个实际图像转变为一个复杂图像。 4. real_to_vector_field 功能:把两个实值图像转变为一个矢量域图像。 5. vector_field_to_real 功能:把一个矢量域图像转变...
VectorField(input_object)singlechannelimage→object(vector_field) Input image. HomMat2D(output_control)hom_mat2d→(real) Output transformation matrix. 可能的前置算子 optical_flow_mg 可能的后置算子 affine_trans_image 可替代算子 vector_to_hom_mat2d ...
real_to_vector_field功能:把两个实值图像转变为一个矢量域图像。vector_field_to_real功能:把一个矢量域图像转变为两个实值图像。Chapter8:LinesAccessapprox_chain功能:通过弧和线近似一个轮廓。approx_chain_simple功能:通过弧和口线近似一个轮廓。Featuresline_orientation功能:计算线的方位。line_position功能:...