Image Arithmetic Transforms
Arithmetic transform changes the values of image pixel and is applied point to point.
Types of Arithmetic Transforms
-
add()
-
addWeighted()
-
subtract()
-
multiply()
-
divide()
-
absdiff()
-
bitwise_and()
-
bitwise_or()
-
bitwise_xor()
-
bitwise_not()
-
sqrt()
-
pow()
-
abs()
-
cuberoot()
-
exp()
-
log()
Image Geometrical transforms
Geometrical transforms change the position of the pixel and not the value. Hence after such transforms the position of the pixel changes to a new position.
The examples of geometric transform is
- Scaling
- Cropping
- Wrap perspective