HxArrowR2 | Class definition for arrows in R2 |
HxBpoAdd< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of addition |
HxBpoAddAssign< DstValT, SrcValT > | Pixel functor for computation of addition assignment |
HxBpoAnd< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of and |
HxBpoCross< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of cross product |
HxBpoDiv< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of division |
HxBpoDot< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of dot product |
HxBpoEqual< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of equal |
HxBpoGreaterEqual< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of greater equal |
HxBpoGreaterThan< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of greater than |
HxBpoInf< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of infimum |
HxBpoInfAssign< DstValT, SrcValT > | Pixel functor for computation of infimum assignment |
HxBpoLeftShift< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of left shift |
HxBpoLessEqual< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of less equal |
HxBpoLessThan< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of less than |
HxBpoMax< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of maximum |
HxBpoMaxAssign< DstValT, SrcValT > | Pixel functor for computation of maximum assignment |
HxBpoMin< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of minimum |
HxBpoMinAssign< DstValT, SrcValT > | Pixel functor for computation of minimum assignment |
HxBpoMod< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of modulo |
HxBpoMul< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of multiplication |
HxBpoMulAssign< DstValT, SrcValT > | Pixel functor for computation of multiplication assignment |
HxBpoNotEqual< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of not equal |
HxBpoOr< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of or |
HxBpoPow< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of power |
HxBpoRightShift< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of right shift |
HxBpoSqrDst< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of squared distance |
HxBpoSub< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of subtraction |
HxBpoSubAssign< DstValT, SrcValT > | Pixel functor for computation of subtraction assignment |
HxBpoSup< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of supremum |
HxBpoSupAssign< DstValT, SrcValT > | Pixel functor for computation of supremum assignment |
HxBpoXor< DstValT, Src1ValT, Src2ValT > | Pixel functor for computation of exclusive or |
HxBSplineBasis | Class definition for basis for BSpline curves |
HxBSplineCurve | Class definition for BSpline curves |
HxBSplineInterval | Class definition for HxBSplineInterval to facilitate manipulation of path intervals in open and closed curves |
HxColor | Class definition color semantics |
HxComplex | Class definition complex |
HxHistogram | Class definition of histogram |
HxImageData | Root in the cpp image hierarchy |
HxImageFactory | Factory for HxImageRep objects |
HxImageList | A list of images |
HxImageRep | Class definition of Horus image representation |
HxImageSeq | Class definition for a sequence of HxImageRep's |
HxImageSeqIter | Class definition for an iterator over an HxImageSeq |
HxImageSig2dByte | Signature for a 2D image with pixels represented by an HxByte |
HxImageSig2dComplex | Signature for a 2D image with pixels represented by an HxComplex |
HxImageSig2dDouble | Signature for a 2D image with pixels represented by a double |
HxImageSig2dFloat | Signature for a 2D image with pixels represented by a float |
HxImageSig2dInt | Signature for a 2D image with pixels represented by an int |
HxImageSig2dShort | Signature for a 2D image with pixels represented by a short |
HxImageSig2dVec2Byte | Signature for a 2D image with pixels represented by an HxVec2Byte |
HxImageSig2dVec2Double | Signature for a 2D image with pixels represented by an HxVec2Double |
HxImageSig2dVec2Float | Signature for a 2D image with pixels represented by an HxVec2Float |
HxImageSig2dVec2Int | Signature for a 2D image with pixels represented by an HxVec2Int |
HxImageSig2dVec2Short | Signature for a 2D image with pixels represented by an HxVec2Short |
HxImageSig2dVec3Byte | Signature for a 2D image with pixels represented by an HxVec3Byte |
HxImageSig2dVec3Double | Signature for a 2D image with pixels represented by an HxVec3Double |
HxImageSig2dVec3Float | Signature for a 2D image with pixels represented by an HxVec3Float |
HxImageSig2dVec3Int | Signature for a 2D image with pixels represented by an HxVec3Int |
HxImageSig2dVec3Short | Signature for a 2D image with pixels represented by an HxVec3Short |
HxImageSig3dByte | Signature for a 3D image with pixels represented by an HxByte |
HxImageSig3dDouble | Signature for a 3D image with pixels represented by a double |
HxImageSig3dFloat | Signature for a 3D image with pixels represented by a float |
HxImageSig3dInt | Signature for a 3D image with pixels represented by an int |
HxImageSig3dShort | Signature for a 3D image with pixels represented by a short |
HxImageSignature | Class definition image signature |
HxImageTem< ImageSigT > | Template class for operations that are independent of image dimensionality |
HxImageTem2d< ImageSigT > | Template class for operations on 2D images |
HxImageTem3d< ImageSigT > | Template class for operations on 3D images |
HxImgFtorBpo< DstImgSigT, Src1ImgSigT, Src2ImgSigT, BpoT > | Instantiation of generic algorithm for binary pixel operations on images |
HxImgFtorBpoKey | Key for HxImgFtorBpo |
HxImgFtorDescription | Image functor description |
HxImgFtorGenConv2d< DstImgSigT, SrcImgSigT, KerImgSigT, PixOpT, RedOpT, KernelT > | Instantiation of generic algorithm for generalized convolution operations on 2d images |
HxImgFtorGenConv2dK1d< DstImgSigT, SrcImgSigT, KerImgSigT, PixOpT, RedOpT, KernelT > | Instantiation of generic algorithm for generalized convolution operations on 2d images with a 1d kernel |
HxImgFtorGenConv3d< DstImgSigT, SrcImgSigT, KerImgSigT, PixOpT, RedOpT, KernelT > | Instantiation of generic algorithm for generalized convolution operations on 3d images |
HxImgFtorGenConv3dK1d< DstImgSigT, SrcImgSigT, KerImgSigT, PixOpT, RedOpT, KernelT > | Instantiation of generic algorithm for generalized convolution operations on 3d images with a 1d kernel |
HxImgFtorGenConvK1dKey | Key for HxImgFtorGenConvK1d |
HxImgFtorGenConvKey | Key for HxImgFtorGenConv |
HxImgFtorI1 | Base class for image functors with one image parameter |
HxImgFtorI1Cast< ImgSigT > | Class for (checked) conversion of (polymorphic) HxImageData parameters of HxImgFtorI1 to (statically typed) image data pointers |
HxImgFtorI1CastKey | Key for HxImgFtorI1Cast |
HxImgFtorI1Key | Key for HxImgFtorI1 |
HxImgFtorI2 | Base class for image functors with two image parameters |
HxImgFtorI2Cast< DstImgSigT, SrcImgSigT > | Class for (checked) conversion of (polymorphic) HxImageData parameters of HxImgFtorI2 to (statically typed) image data pointers |
HxImgFtorI2CastKey | Key for HxImgFtorI2Cast |
HxImgFtorI2Key | Key for HxImgFtorI2 |
HxImgFtorI3 | Base class for image functors with three image parameters |
HxImgFtorI3Cast< DstImgSigT, Src1ImgSigT, Src2ImgSigT > | Class for (checked) conversion of (polymorphic) HxImageData parameters of HxImgFtorI3 to (statically typed) image data pointers |
HxImgFtorI3CastKey | Key for HxImgFtorI3Cast |
HxImgFtorI3Key | Key for HxImgFtorI3 |
HxImgFtorIM | Base class for image functors with 1 + M image parameters |
HxImgFtorIMCast< DstImgSigT, SrcImgsSigT > | Class for (checked) conversion of (polymorphic) HxImageData parameters of HxImgFtorIM to (statically typed) image data pointers |
HxImgFtorIMCastKey | Key for HxImgFtorIMCast |
HxImgFtorIMKey | Key for HxImgFtorIM |
HxImgFtorIMN | Base class for image functors with M + N image parameters |
HxImgFtorIMNCast< DstImgsSigT, SrcImgsSigT > | Class for (checked) conversion of (polymorphic) HxImageData parameters of HxImgFtorIMN to (statically typed) image data pointers |
HxImgFtorIMNCastKey | Key for HxImgFtorIMNCast |
HxImgFtorIMNKey | Key for HxImgFtorIMN |
HxImgFtorInOut< ImgSigT, InOutT > | Instantiation of generic algorithm for in/out pixel operations on images |
HxImgFtorInOutKey | Key for HxImgFtorInOut |
HxImgFtorKernelNgb2d< DstImgSigT, SrcImgSigT, KerImgSigT, NgbT > | Instantiation of generic algorithm for kernel based neighborhood operations on 2D images |
HxImgFtorKernelNgbKey | Key for HxImgFtorKernelNgb |
HxImgFtorKey | Base class for keys for image functors |
HxImgFtorKeyNameTable | Table with keys (?) |
HxImgFtorMNpo< DstImgSigT, SrcImgsSigT, MNpoT > | Instantiation of generic algorithm for M output, N input pixel operations on images |
HxImgFtorMNpoKey | Key for HxImgFtorMNpo |
HxImgFtorMpo< DstImgSigT, SrcImgsSigT, MpoT > | Instantiation of generic algorithm for multi pixel operations on images |
HxImgFtorMpoKey | Key for HxImgFtorMpo |
HxImgFtorNgb2d< DstImgSigT, SrcImgSigT, NgbT > | Instantiation of generic algorithm for neighborhood operations on 2D images |
HxImgFtorNgbKey | Key for HxImgFtorNgb |
HxImgFtorObserver | Image functor observer |
HxImgFtorRecNgb2d< ImgSigT, KerImgSigT, PixOpT, RedOpT > | Instantiation of generic algorithm for recursive neighborhood operations on 2D images |
HxImgFtorRecNgbKey | Key for HxImgFtorRecNgb |
HxImgFtorRgb2d< ImgSigT, RgbT > | Instantiation of generic algorithm for display of 2d images |
HxImgFtorRgb3d< ImgSigT, RgbT > | Instantiation of generic algorithm for display of 3d images |
HxImgFtorRgbKey | Key for HxImgFtorRgb |
HxImgFtorRuleBase | Rule base |
HxImgFtorSet< DstImgSigT, SrcImgSigT > | Instantiation of generic algorithm for set operations on images |
HxImgFtorSetBorder2d< ImgSigT > | Instantiation of generic algorithm for border operations on 2D images |
HxImgFtorSetBorder3d< ImgSigT > | Instantiation of generic algorithm for border operations on 3D images |
HxImgFtorSetBorderKey | Key for HxImgFtorSetBorder |
HxImgFtorSetKey | Key for HxImgFtorSet |
HxImgFtorTable | Table with (HxImgFtorKey, HxImgFunctor*) pairs |
HxImgFtorTableTem< FunctorType > | Template for typed access to the HxImgFtorTable |
HxImgFtorTranspose2d< DstImgSigT, SrcImgSigT > | Instantiation of generic algorithm for transpose operations on 2D images |
HxImgFtorTranspose2dKey | Key for HxImgFtorTranspose2d |
HxImgFtorUpo< DstImgSigT, SrcImgSigT, UpoT > | Instantiation of generic algorithm for unary pixel operations on images |
HxImgFtorUpoKey | Key for HxImgFtorUpo |
HxImgFunctor | The base class of all image functors |
HxInstAddInfAss2d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and infimum as basic operations using a 2d kernel |
HxInstAddInfAss2dK1d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and infimum as basic operations using a 1d kernel |
HxInstAddMaxAss2d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and maximum as basic operations using a 2d kernel |
HxInstAddMaxAss2dK1d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and maximum as basic operations using a 1d kernel |
HxInstAddMinAss2d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and minimum as basic operations using a 2d kernel |
HxInstAddMinAss2dK1d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and minimum as basic operations using a 1d kernel |
HxInstAddSupAss2d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and supremum as basic operations using a 2d kernel |
HxInstAddSupAss2dK1d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with addition and supremum as basic operations using a 1d kernel |
HxInstantiatorAbs< ImgSigT > | Instantiator for unary pixel operation with absolute value |
HxInstantiatorAcos< ImgSigT > | Instantiator for unary pixel operation with arc cosine |
HxInstantiatorAdd< ImgSigT > | Instantiator for binary pixel operation with addition |
HxInstantiatorAddReduce< ImgSigT > | Instantiator for reduce operation with addition |
HxInstantiatorAddV< ImgSigT > | Instantiator for binary pixel operation with addition |
HxInstantiatorAnd< ImgSigT > | Instantiator for binary pixel operation with and |
HxInstantiatorAndV< ImgSigT > | Instantiator for binary pixel operation with and |
HxInstantiatorArg< DstSigT, ImgSigT > | Instantiator for unary pixel operation with argument |
HxInstantiatorAsin< ImgSigT > | Instantiator for unary pixel operation with arc sine |
HxInstantiatorAtan< ImgSigT > | Instantiator for unary pixel operation with arc tangent |
HxInstantiatorAtan2< DstSigT, ImgSigT > | Instantiator for unary pixel operation with arc tangent |
HxInstantiatorCeil< ImgSigT > | Instantiator for unary pixel operation with ceiling |
HxInstantiatorColSpace< DstSigT, ImgSigT > | Instantiator for unary pixel operation with color space conversion |
HxInstantiatorComplement< ImgSigT > | Instantiator for unary pixel operation with complement |
HxInstantiatorConjugate< ImgSigT > | Instantiator for unary pixel operation with conjugate |
HxInstantiatorCos< ImgSigT > | Instantiator for unary pixel operation with cosine |
HxInstantiatorCosh< ImgSigT > | Instantiator for unary pixel operation with hyperbolic cosine |
HxInstantiatorCross< ImgSigT > | Instantiator for binary pixel operation with cross product |
HxInstantiatorCrossV< ImgSigT > | Instantiator for binary pixel operation with cross product |
HxInstantiatorDiv< ImgSigT > | Instantiator for binary pixel operation with division |
HxInstantiatorDivV< ImgSigT > | Instantiator for binary pixel operation with division |
HxInstantiatorDot< DstSigT, ImgSigT > | Instantiator for binary pixel operation with dot product |
HxInstantiatorDotV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with dot product |
HxInstantiatorEqual< DstSigT, ImgSigT > | Instantiator for binary pixel operation with equal |
HxInstantiatorEqualV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with equal |
HxInstantiatorExp< ImgSigT > | Instantiator for unary pixel operation with exponent |
HxInstantiatorFloor< ImgSigT > | Instantiator for unary pixel operation with floor |
HxInstantiatorGreaterEqual< DstSigT, ImgSigT > | Instantiator for binary pixel operation with greater equal |
HxInstantiatorGreaterEqualV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with greater equal |
HxInstantiatorGreaterThan< DstSigT, ImgSigT > | Instantiator for binary pixel operation with greater than |
HxInstantiatorGreaterThanV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with greater than |
HxInstantiatorInf< ImgSigT > | Instantiator for binary pixel operation with infimum |
HxInstantiatorInfReduce< ImgSigT > | Instantiator for reduce operation with infimum |
HxInstantiatorInfV< ImgSigT > | Instantiator for binary pixel operation with infimum |
HxInstantiatorLeftShift< ImgSigT > | Instantiator for binary pixel operation with left shift |
HxInstantiatorLeftShiftV< ImgSigT > | Instantiator for binary pixel operation with left shift |
HxInstantiatorLessEqual< DstSigT, ImgSigT > | Instantiator for binary pixel operation with less equal |
HxInstantiatorLessEqualV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with less equal |
HxInstantiatorLessThan< DstSigT, ImgSigT > | Instantiator for binary pixel operation with less than |
HxInstantiatorLessThanV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with less than |
HxInstantiatorLog< ImgSigT > | Instantiator for unary pixel operation with natural logarithm |
HxInstantiatorLog10< ImgSigT > | Instantiator for unary pixel operation with base 10 logarithm |
HxInstantiatorMax< ImgSigT > | Instantiator for binary pixel operation with maximum |
HxInstantiatorMaxReduce< ImgSigT > | Instantiator for reduce operation with maximum |
HxInstantiatorMaxV< ImgSigT > | Instantiator for binary pixel operation with maximum |
HxInstantiatorMin< ImgSigT > | Instantiator for binary pixel operation with minimum |
HxInstantiatorMinReduce< ImgSigT > | Instantiator for reduce operation with minimum |
HxInstantiatorMinV< ImgSigT > | Instantiator for binary pixel operation with minimum |
HxInstantiatorMod< ImgSigT > | Instantiator for binary pixel operation with modulo |
HxInstantiatorModV< ImgSigT > | Instantiator for binary pixel operation with modulo |
HxInstantiatorMul< ImgSigT > | Instantiator for binary pixel operation with multiplication |
HxInstantiatorMulReduce< ImgSigT > | Instantiator for reduce operation with multiplication |
HxInstantiatorMulV< ImgSigT > | Instantiator for binary pixel operation with multiplication |
HxInstantiatorNegate< ImgSigT > | Instantiator for unary pixel operation with negation |
HxInstantiatorNorm1< DstSigT, ImgSigT > | Instantiator for unary pixel operation with L1 norm |
HxInstantiatorNorm2< DstSigT, ImgSigT > | Instantiator for unary pixel operation with L2 norm |
HxInstantiatorNorm2Sqr< DstSigT, ImgSigT > | Instantiator for unary pixel operation with squared L2 norm |
HxInstantiatorNormInf< DstSigT, ImgSigT > | Instantiator for unary pixel operation with L inf norm |
HxInstantiatorNotEqual< DstSigT, ImgSigT > | Instantiator for binary pixel operation with not equal |
HxInstantiatorNotEqualV< DstSigT, ImgSigT > | Instantiator for binary pixel operation with not equal |
HxInstantiatorOr< ImgSigT > | Instantiator for binary pixel operation with or |
HxInstantiatorOrV< ImgSigT > | Instantiator for binary pixel operation with or |
HxInstantiatorPow< ImgSigT > | Instantiator for binary pixel operation with power |
HxInstantiatorPowV< ImgSigT > | Instantiator for binary pixel operation with power |
HxInstantiatorProduct< DstSigT, ImgSigT > | Instantiator for unary pixel operation with product |
HxInstantiatorRGB2Intensity< DstSigT, ImgSigT > | Instantiator for unary pixel operation with RGB2Intensity |
HxInstantiatorRightShift< ImgSigT > | Instantiator for binary pixel operation with right shift |
HxInstantiatorRightShiftV< ImgSigT > | Instantiator for binary pixel operation with right shift |
HxInstantiatorRound< ImgSigT > | Instantiator for unary pixel operation with round |
HxInstantiatorSin< ImgSigT > | Instantiator for unary pixel operation with sine |
HxInstantiatorSinh< ImgSigT > | Instantiator for unary pixel operation with hyperbolic sine |
HxInstantiatorSqrDst< ImgSigT > | Instantiator for binary pixel operation with squared distance |
HxInstantiatorSqrt< ImgSigT > | Instantiator for unary pixel operation with square root |
HxInstantiatorSub< ImgSigT > | Instantiator for binary pixel operation with subtraction |
HxInstantiatorSubV< ImgSigT > | Instantiator for binary pixel operation with subtraction |
HxInstantiatorSum< DstSigT, ImgSigT > | Instantiator for unary pixel operation with sum |
HxInstantiatorSup< ImgSigT > | Instantiator for binary pixel operation with supremum |
HxInstantiatorSupReduce< ImgSigT > | Instantiator for reduce operation with supremum |
HxInstantiatorSupV< ImgSigT > | Instantiator for binary pixel operation with supremum |
HxInstantiatorTan< ImgSigT > | Instantiator for unary pixel operation with tangent |
HxInstantiatorTanh< ImgSigT > | Instantiator for unary pixel operation with hyperbolic tangent |
HxInstantiatorTriStateThreshold< ImgSigT > | Instantiator for unary pixel operation with tri state threshold |
HxInstantiatorUpoMax< DstSigT, ImgSigT > | Instantiator for unary pixel operation with unary maximum |
HxInstantiatorUpoMin< DstSigT, ImgSigT > | Instantiator for unary pixel operation with unary minimum |
HxInstantiatorXor< ImgSigT > | Instantiator for binary pixel operation with exclusive or |
HxInstantiatorXorV< ImgSigT > | Instantiator for binary pixel operation with exclusive or |
HxInstMulAddAss2d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with multiplication and addition as basic operations using a 2d kernel |
HxInstMulAddAss2dK1d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 2d images with multiplication and addition as basic operations using a 1d kernel |
HxInstMulAddAss3d< ImgSigT, KerSigT > | Instantiator for generalized convolution operation on 3d images with multiplication and addition as basic operations using a 3d kernel |
HxInstMulAddAss3dK1d< DstSigT, SrcSigT, KerSigT > | Instantiator for generalized convolution operation on 3d images with multiplication and addition as basic operations using a 1d kernel |
HxLocalInterpol | Class definition of a functor that interpolates data points to compute knots and control points for a cubic BSpline |
HxMatrix | Class definition for matrices |
HxMfBpo | Class definition of method frame for binary pixel operations |
HxMfBroadestSig | Class definition of method frame for broadest signature |
HxMfGenConv | Class definition of method frame for generalized convolution operations |
HxMfIdentity | Class definition of method frame for identity |
HxMfKernelNgb | Class definition of a method frame for neighbourhood operations using a kernel |
HxMfMNpo | Class definition of method frame for unary pixel operations |
HxMfMpo | Class definition of method frame for unary pixel operations |
HxMfNgb | Class definition of method frame for neighbourhood operations |
HxMfReqIntermediatePixType | Class definition of method frame for required intermediate pixel type |
HxMfReqKernelPixType | Class definition of method frame for required kernel pixel type |
HxMfReqMaskPixType | Class definition of method frame for required mask pixel type |
HxMfReqResultPixType | Class definition of method frame for required result pixel type |
HxMfResize | Class definition of method frame for resizing of image |
HxMfTranspose | Class definition of method frame for unary pixel operations |
HxMfUpo | Class definition of method frame for unary pixel operations |
HxNeighbFunctorTem< ArgType, ResType > | Class definition for neighbourhood functor |
HxNgbIsMaxGradDir2d< ResultT, ArithT > | Non maximum suppression in the direction of the gradient |
HxNgbNc2dInst< DstSigT, SrcSigT, KerSigT > | Instantiator for kernel based neighbourhood operation with normalized correlation |
HxNgbNonMaxSuppression2d< ArithT > | Neighbourhood functor for non maximum suppression in the gradient direction |
HxNgbNonMaxSuppression2dInst< ImgSigT > | Instantiator for neighbourhood operation with non maximum suppression |
HxNgbNormCorrelation< ArithT, ResultT > | Neighbourhood functor for normalized (cross) correlation filter |
HxNgbPercentile2d< ArithT > | Neighbourhood functor for percentile filter |
HxNgbPercentile2dInst< ImgSigT > | Instantiator for neighbourhood operation with percentile |
HxNJet | Class definition for NJet |
HxPixOp1PhaseTag | 1 phase pixel operation |
HxPixOp2PhaseTag | 2 phase pixel operation |
HxPixOpInTag | In pixel operation |
HxPixOpNPhaseTag | N phase pixel operation |
HxPixOpOutTag | Out pixel operation |
HxPixOpTransInVarTag | Translation invariant pixel operation |
HxPixOpTransVarTag | Translation variant pixel operation |
HxPointList | Class definition for list of HxPoint's |
HxPointR2 | Class definition for points in R2 (real-value coordinates) |
HxPointZ | Definition of a point in Z3 space using integer coordinates |
HxPointZList | Class definition for list of HxPointZ's |
HxPolyline2d | A simple class for storing polylines and polygons |
HxRcObject | Base class for reference counted objects |
HxRcPtr< T > | Template class for (smart) pointers to reference counted objects, i.e |
HxRgbBinary< ValT, ValDoubleT > | Binary display |
HxRgbCMY< ValT, ValDoubleT > | CMY display |
HxRgbDirect< ValT, ValDoubleT > | Direct display mapping |
HxRgbDirectNC< ValT, ValDoubleT > | Direct display mapping pixV is RGB value in the range 0-255 |
HxRgbHSI< ValT, ValDoubleT > | HSI display |
HxRgbLab< ValT, ValDoubleT > | Lab display |
HxRgbLabel< ValT, ValDoubleT > | Labeled display |
HxRgbLogMag< ValT, ValDoubleT > | Log manitude display |
HxRgbLuv< ValT, ValDoubleT > | Luv display |
HxRgbOOO< ValT, ValDoubleT > | OOO display |
HxRgbStretch< ValT, ValDoubleT > | Stretched display |
HxRgbXYZ< ValT, ValDoubleT > | XYZ display |
HxSampledBSplineCurve | Class definition for sampled BSpline curves |
HxSampledBSplineInterval | Class definition for path interval in sampled curves (oriented) |
HxSampleFunctorTem< ArgType, ResType > | Class definition for sample functor |
HxSampleFunTem< ArgType, ResType > | Class definition for sample function |
HxScalarDouble | Class definition scalar double |
HxScalarInt | Class definition scalar integer |
HxStatFunctorTem< ArgType, ResType > | Class definition for statistics functor |
HxStringList | Class definition for list of HxString's |
HxTagList | A list of tags |
HxUpoAbs< DstValT, SrcValT > | Pixel functor for computation of absolute value |
HxUpoAcos< DstValT, SrcValT > | Pixel functor for computation of arc cosine |
HxUpoArg< DstValT, SrcValT > | Pixel functor for computation of argument |
HxUpoAsin< DstValT, SrcValT > | Pixel functor for computation of arc sine |
HxUpoAtan< DstValT, SrcValT > | Pixel functor for computation of arc tangent |
HxUpoAtan2< DstValT, SrcValT > | Pixel functor for computation of arc tangent |
HxUpoCeil< DstValT, SrcValT > | Pixel functor for computation of ceiling |
HxUpoColSpace< DstValT, SrcValT > | Pixel functor for color space conversion |
HxUpoComplement< DstValT, SrcValT > | Pixel functor for computation of comlement |
HxUpoConjugate< DstValT, SrcValT > | Pixel functor for computation of conjugate |
HxUpoCos< DstValT, SrcValT > | Pixel functor for computation of cosine |
HxUpoCosh< DstValT, SrcValT > | Pixel functor for computation of hyperbolic consine |
HxUpoExp< DstValT, SrcValT > | Pixel functor for computation of exponent |
HxUpoFloor< DstValT, SrcValT > | Pixel functor for computation of floor |
HxUpoLog< DstValT, SrcValT > | Pixel functor for computation of natural logarithm |
HxUpoLog10< DstValT, SrcValT > | Pixel functor for computation of base 10 logarithm |
HxUpoMax< DstValT, SrcValT > | Pixel functor for computation of maximum |
HxUpoMin< DstValT, SrcValT > | Pixel functor for computation of minimum |
HxUpoNegate< DstValT, SrcValT > | Pixel functor for computation of negation |
HxUpoNorm1< DstValT, SrcValT > | Pixel functor for computation of L1 norm |
HxUpoNorm2< DstValT, SrcValT > | Pixel functor for computation of L2 norm |
HxUpoNorm2Sqr< DstValT, SrcValT > | Pixel functor for computation of squared L2 norm |
HxUpoNormInf< DstValT, SrcValT > | Pixel functor for computation of L inf norm |
HxUpoProduct< DstValT, SrcValT > | Pixel functor for computation of unary product |
HxUpoRound< DstValT, SrcValT > | Pixel functor for computation of round |
HxUpoSin< DstValT, SrcValT > | Pixel functor for computation of sine |
HxUpoSinh< DstValT, SrcValT > | Pixel functor for computation of hyperbolic sine |
HxUpoSqrt< DstValT, SrcValT > | Pixel functor for computation of square root |
HxUpoSum< DstValT, SrcValT > | Pixel functor for computation of unary sum |
HxUpoTan< DstValT, SrcValT > | Pixel functor for computation of tangent |
HxUpoTanh< DstValT, SrcValT > | Pixel functor for computation of hyperbolic tangent |
HxUpoTriStateThreshold< DstValT, SrcValT > | Pixel functor for computation of tri state threshold |
HxValue | Class definition of a value as used in Horus |
HxValueList | Class definition for list of HxValue's |
HxVec2Double | Class definition vector of 2 doubles |
HxVec2Int | Class definition vector of 2 integers |
HxVec3Double | Class definition vector of 3 doubles |
HxVec3Int | Class definition vector of 3 integers |
HxVector | Class definition for vectors |
HxVectorR2 | Class definition for vectors in R2 (real-value coordinates) |
RGB2Intensity< DstValT, SrcValT > | Pixel functor for computation of RGB2Intensity |
VxStructureEval | Result type of comparing two structured video's Truth and Found |