Arithmetic image processing halcon operator continuously updated

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/cashmood/article/details/102715064

abs_diff_image

Function: Compute the absolute difference between the two images.

abs_image

Function: Compute the image the absolute value (modulus).

acos_image

Function: Compute the inverse cosine of the image.

add_image

Function: the sum of the two images.

asin_image

Function: calculate the arc image.

atan2_image

Function: Compute the arctangent of the two images.

atan_image

Function: Compute the image arctangent.

cos_image

Function: Compute the cosine of the image.

div_image

Function: divide the two images.

exp_image

Function: Compute the image exponentiation.

gamma_image

Function: gamma performs encoding or decoding image pair.

invert_image

Function: make a counter-image like.

log_image

Function: Calculate the number of images.

max_image

Function: Compute the image by two pixels maximum.

min_image

Function: Compute the image by two pixels minimum.

mult_image

Function: multiplying the two images.

pow_image

Function: an enlarged image.

scale_image

Function: classified as a gray value image.

sin_image

Function: the sine value of the image.

sqrt_image

Function: a square root image.

sub_image

Function: subtracting the two images.

tan_image

Function: calculate the tangent of the image.

Guess you like

Origin blog.csdn.net/cashmood/article/details/102715064