Home > annotated.html

Here are the classes, structs, unions and interfaces with brief descriptions:

CArithmeticOp CArithmeticOp provides basic arithmetic operations for CNokiaCVImages. Target and source bitmaps must be of same size. The bitmap that is applies may be smaller or larger than the two others
CCamus This class implements Camus algorithm for estimation of optical flow from a series of bitmaps
CColorConversionOp Provides CNokiaCVImages with color conversions
CComparisonOp Provides CNokiaCVImage with pixel-wise image comparison operations: "greater than", "less than" and "equal"
CConvolutionOp Convolution operation. Performs convolution of CNokiaCVImage and a kernel (CNokiaCVMatrix)
CCornerDetectionOp Corner detection for CNokiaCVImages
CEdgeDetectionOp Edge detection filters using convolution
CEgoMovement Simple vector-like wrapper class for pixel motion estimation values
CEigenvalues Eigenvalue decomposition of a real matrix
CFixed Fixed point class. The class implements basic arithmetics for fixed point numbers. CFixed can be used instead of TReal when performance more critical than accuracy
CGaussianSmoothOp Gaussian smoothing operator
CHsvColorModel HSV color model value
CImageOp Image operations interface
CImageOperations CImageOperations provides an simplified access to image operations. Each operation is a static method that creates and returns the result bitmap
CImagePyramid Creates a Laplacian or Gaussian image pyramid from a given bitmap
CImageStatistics A class for calculating various statistics from CNokiaCVImages
CLabColorModel CIE Lab color model value
CLmsColorModel LMSb color model value
CMedianFilterOp Median filter operation
CMorphologicalOp Dilation/Erosion filter
CMotionHistoryImage The motion history image class
CNokiaCVImage A bitmap image class. Uses CFbsBitmap as an underlying implementation
CNokiaCVMath This class gathers some utility functions in one place
CNokiaCVMatrix Fixed point matrix representation. A standard matrix is initialized as a zero matrix. Special cases are Eye (Identity matrix) and Ones (all ones). Usage:
CNokiaCVVector Fixed point representation of a vector
COpticalFlow The optical flow class: motion estimations for each pixel. This class also implements methods for calculating higher level information from the optical flow
CPixelAccess
CPixelColorModel
Note:
Symbian TClass
CResizeOp
CRgbColorModel RGB color model value
CRotationOp Rotates a CNokiaCVImage. Implements an arbitrary angle rotation
CShearOp Shear operation for CNokiaCVImages
CSVD "Economy size" singular value decomposition of a given real matrix
CTemplateMatchOp Template matching operation for two CNokiaCVImages. Calculates the position and value of the best match
CThresholdOp Provides CNokiaCVImage with a threshold operation. Creates an black&white bitmap from CNokiaCVImage by thresholding. Implements two thresholding methods:
  • simple with static threshold value

adaptive

CWarpOp Provides CNokiaCVImage with a warp operation The result of the operation is like dragging an elastic image from one point to a given direction
CXyzColorModel XYZ color model value
CYuvColorModel YUV color model value
TColorModel

Generated on Tue Jul 10 22:58:34 2007 for NokiaComputerVisionLibrary by doxygen 1.5.2
Terms Of Use | Privacy Policy | Copyright © 2009 Nokia. All rights reserved.