23 #ifndef VISIONCPP_INCLUDE_OPERATORS_EXPERIMENTAL_EXPERIMENTAL_HPP_ 
   24 #define VISIONCPP_INCLUDE_OPERATORS_EXPERIMENTAL_EXPERIMENTAL_HPP_ 
It gets the absolute difference between 2 images.
 
It adds the values pixel by pixel of two images.
 
It applies a simplified version of the anisotropic diffusion.
 
It divides two matrices element-wise.
 
Converts from uchar to float and float to uchar.
 
It merges 2 matrices of one channels into one matrix of 2 channels.
 
Element-wise matrix multiplication.
 
It calculates the power of 2 of a matrix.
 
It scales the pixel value of an image by a factor.
 
It calculates the difference between 2 images.
 
it applies a threshold operation in the image