|
Home > Projects > Nokia CV > Main Library Classes

- CNokiaCVImage is a wrapper for CFbsBitmap that is provided by the platform.
- CPixelAccess class provides access to CNokiaCVImage on a pixel-level.
- CPixelColorModel Class. Get and convert color components for each pixels. TColorModel Class. Saves all the color space components used in NokiaCV Library.
- CNokiaCVMath Class gathers some math utility functions in one place; CNokiaCVMatrix Class. Fixed point matrix representation.
- CNokiaCVVector Class. Derived from CNokiaCVMatrix. Fixed point representation of a vector; CSVD Class. Singular value decomposition.
- CMotionHistoryImage Class. Computes a motion history image; COpticalFlow Class. Motion estimations for each pixel.
- CImagePyramid Class. Creates a Laplacian or Gaussian image pyramid; CImageStatistics Class. Calculating various statistics from CNokiaCVImages.
- CImageOperations Class. Provides an simplified access to image operations.
|