|
| | ActivationBase.h |
| | Parent class declaration file for Activation algorithm.
|
| | DefinitionsImgProcOperation.h |
| | Definitions file of Image Processing module.
|
| | FLImagingInc.h |
| | framework.h |
| | OperationAbsolute.h |
| | Algorithm that performs Absolute operation on the source image.
|
| | OperationAdd.h |
| | Algorithm that performs Add operation an image with scalar or other image.
|
| | OperationAtan2.h |
| | Algorithm of Atan2 operation on the source image with a scalar constant, or with another image.
|
| | OperationBinaryComplement.h |
| | Algorithm that performs Binary Complement operation an image with scalar or other image.
|
| | OperationBitRollingLeft.h |
| | An Algorithm that performs BitRolling Left operation an image with scalar or other image
.
|
| | OperationBitRollingRight.h |
| | An Algorithm that performs BitRolling Right operation an image with scalar or other image
.
|
| | OperationBitShift.h |
| | An Algorithm that performs Shift operation an image with scalar or other image
.
|
| | OperationBitwiseAnd.h |
| | Algorithm that performs Bitwise AND operation an image with scalar or other image.
|
| | OperationBitwiseNand.h |
| | Algorithm of Bitwise NAND operation on the source image with a scalar constant, or with another image.
|
| | OperationBitwiseNor.h |
| | Algorithm of Bitwise NOR operation on the source image with a scalar constant, or with another image. Outputs the result image of the Bitwise NOR operation between the source and a scalar constant, or the source and another image.
.
|
| | OperationBitwiseNot.h |
| | Algorithm that performs Bitwise NOT operation an image.
|
| | OperationBitwiseOr.h |
| | Algorithm that performs Bitwise OR operation an image with scalar or other image.
|
| | OperationBitwiseXnor.h |
| | Algorithm that performs Bitwise Xnor operation an image with scalar or other image.
|
| | OperationBitwiseXor.h |
| | Algorithm that performs Bitwise Xor operation an image with scalar or other image.
|
| | OperationBlend.h |
| | Algorithm that performs Blend operation an image with scalar or other image.
|
| | OperationCompare.h |
| | An Algorithm that performs Compare operation an image with scalar or other image
.
|
| | OperationComplexDivide.h |
| | Performs ComplexDivide operation an image with scalar or other image.
|
| | OperationComplexMultiply.h |
| | An Algorithm that performs Complex Multiply operation with an image or scalar value.
|
| | OperationCosecant.h |
| | OperationCosine.h |
| | Algorithm that performs Cosine operation on the source image.
|
| | OperationCosineH.h |
| | Algorithm that performs CosineH operation on the source image.
|
| | OperationCubeRoot.h |
| | Algorithm that performs Cube Root operation on the source image.
|
| | OperationDifference.h |
| | Algorithm that performs absolute of difference operation an image with scalar or other image.
|
| | OperationDivide.h |
| | Performs Divide operation an image with scalar or other image.
|
| | OperationELU.h |
| | Algorithm that outputs ELU function value or differential value for each channel value.
|
| | OperationFourthRoot.h |
| | Algorithm that performs Fourth Root operation on the source image.
|
| | OperationGreater.h |
| | Algorithms that performs Greater operation on image as scalar or image.
|
| | OperationGreatestCommonDivisor.h |
| | An Algorithm that performs Greatest Common Divisor, GCD operation an image with scalar or other image.
|
| | OperationHardShrinkage.h |
| | Algorithm that outputs HardShrinkage function value or differential value for each channel value.
|
| | OperationHypotenuse.h |
| | Algorithm that performs Hypotenuse operation an image with scalar or other image.
|
| | OperationInvertIntensity.h |
| | Algorithm to invert intensity in the source image.
|
| | OperationLeadingOnes.h |
| | An Algorithm that finds the number of leading ones.
|
| | OperationLeadingZeros.h |
| | An Algorithm that finds the number of leading zeros.
|
| | OperationLeastCommonMultiple.h |
| | An Algorithm that performs Least Common Multiple, LCM operation an image with scalar or other image.
|
| | OperationLesser.h |
| | Algorithms that performs Lesser operation on image as scalar or image.
|
| | OperationLinear.h |
| | Algorithm that performs Multiply, Add operation on the source image.
|
| | OperationLog.h |
| | Algorithm that performs Log operation an image with scalar or other image.
|
| | OperationLogicalAnd.h |
| | Algorithm that performs Logical AND operation an image with scalar or other image.
|
| | OperationLogicalNand.h |
| | Algorithm that performs Logical Nand operation an image with scalar or other image.
|
| | OperationLogicalNor.h |
| | Algorithm that performs Logical NOR operation an image with scalar or other image.
|
| | OperationLogicalNot.h |
| | Performs Logical Not operation an image.
|
| | OperationLogicalOr.h |
| | Algorithm that performs Logical OR operation an image with scalar or other image.
|
| | OperationLogicalXnor.h |
| | Algorithm that performs Logical Xnor operation an image with scalar or other image.
|
| | OperationLogicalXor.h |
| | Algorithm that performs Logical Xor operation an image with scalar or other image.
|
| | OperationMaximum.h |
| | Algorithm that performs Maximum operation an image with scalar or other image.
|
| | OperationMean.h |
| | Algorithm that performs Mean operation an image with scalar or other image.
|
| | OperationMinimum.h |
| | Algorithm that performs Minimum operation an image with scalar or other image.
|
| | OperationMish.h |
| | Algorithm that outputs Mish function value or differential value for each channel value.
|
| | OperationModulo.h |
| | An Algorithm that performs Modulo operation an image with scalar or other image
.
|
| | OperationMultiply.h |
| | An Algorithm that performs Multiply operation an image with scalar or other image
.
|
| | OperationOverlay.h |
| | A class that performs Multiply operation an image with scalar or other image.
|
| | OperationPopcount.h |
| | An Algorithm that finds the number of ones in binary representation of pixel value.
|
| | OperationPower.h |
| | Algorithm that performs Power operation an image with scalar or other image.
|
| | OperationPReLU.h |
| | Algorithm that outputs PReLU function value or differential value for each channel value.
|
| | OperationReLU.h |
| | Algorithm that outputs ReLU function value or differential value for each channel value.
|
| | OperationScaledDivide.h |
| | An Algorithm that performs a Scaled Divide operation with an image or scalar value
.
|
| | OperationScaledMultiply.h |
| | An Algorithm that perform Scaled Multiply operation an image with scalar or other image
.
|
| | OperationScaledSubtract.h |
| | Algorithm that performs Scaled Subtract operation an image with scalar or other image.
|
| | OperationSigmoid.h |
| | Algorithm that outputs Sigmoid function value or differential value for each channel value.
|
| | OperationSignedSquareDifference.h |
| | Algorithm that performs signed square difference operation an image with scalar or other image.
|
| | OperationSine.h |
| | Algorithm that performs Sine operation on the source image.
|
| | OperationSineH.h |
| | Algorithm that performs SineH operation on the source image.
|
| | OperationSoftplus.h |
| | Algorithm that outputs Softplus function value or differential value for each channel value.
|
| | OperationSoftShrinkage.h |
| | Algorithm that outputs SoftShrinkage function value or differential value for each channel value.
|
| | OperationSquare.h |
| | Algorithm that performs Square operation on the source image.
|
| | OperationSquareRoot.h |
| | Algorithm that performs Square Root operation on the source image.
|
| | OperationSubtract.h |
| | Algorithm that performs Subtract operation an image with scalar or other image.
|
| | OperationSwish.h |
| | Algorithm that outputs Swish function value or differential value for each channel value.
|
| | OperationTangent.h |
| | Algorithm that performs Tangent operation on the source image.
|
| | OperationTangentH.h |
| | Algorithm that performs TangentH operation on the source image.
|
| | OperationTrailingOnes.h |
| | An Algorithm that finds the number of trailing ones.
|
| | OperationTrailingZeros.h |
| | An Algorithm that finds the number of trailing zeros.
|
| | pch.h |
| | resource.h |