VisionCpp  0.0.1
experimental.hpp
Go to the documentation of this file.
1 // This file is part of VisionCPP, a lightweight C++ template library
2 // for computer vision and image processing.
3 //
4 // Copyright (C) 2016 Codeplay Software Limited. All Rights Reserved.
5 //
6 // Contact: visioncpp@codeplay.com
7 //
8 // Licensed under the Apache License, Version 2.0 (the "License");
9 // you may not use this file except in compliance with the License.
10 // You may obtain a copy of the License at
11 //
12 // http://www.apache.org/licenses/LICENSE-2.0
13 //
14 // Unless required by applicable law or agreed to in writing, software
15 // distributed under the License is distributed on an "AS IS" BASIS,
16 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 // See the License for the specific language governing permissions and
18 // limitations under the License.
19 
20 /// \file experimental.hpp
21 /// \brief This header gathers all experimental operations.
22 
23 #ifndef VISIONCPP_INCLUDE_OPERATORS_EXPERIMENTAL_EXPERIMENTAL_HPP_
24 #define VISIONCPP_INCLUDE_OPERATORS_EXPERIMENTAL_EXPERIMENTAL_HPP_
25 
26 #include "OP_AbsSub.hpp"
27 #include "OP_Add.hpp"
28 #include "OP_AniDiff.hpp"
29 #include "OP_Div.hpp"
30 #include "OP_FloatToF32C3.hpp"
31 #include "OP_Median.hpp"
32 #include "OP_Merge2Chns.hpp"
33 #include "OP_Mul.hpp"
34 #include "OP_PowerOf2.hpp"
35 #include "OP_Scale.hpp"
36 #include "OP_Sub.hpp"
37 #include "OP_Thresh.hpp"
38 #endif // 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 applies the median filter in an image.
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