Home > index.html
Pre-releaseContentsIntroductionThis library extends the image processing and math capabilities of the Series 60 platform. It is especially targeted for applications using computer vision techniques on camera phones. The library provides an image class, CNokiaCVImage for handling RGB, grayscale and black and white images. There are a collection of functions that work with the image class to perform arithmetic operations, transformations, feature extraction, color conversions, and other types of processing on the images. In addition, operations to compute image statistics such as histograms and pixel color means are provided. The library has two algorithms (CCamus and CMotionHistoryImage) to determine motion estimates and history. In addition, external PC software to calibrate the mobile camera is included. Matrix and vector classes CNokiaCVMatrix and CNokiaCVVector allow creation of matrices and vectors of arbitrary dimensionality. Math operations and some linear algebra techniques that work with these classes are available in the library. UsageTo use the library include the "ncv.h" header file and add a reference to ncvlib.lib to the .mmp file of you application project. Generated on Tue Jul 10 22:58:34 2007 for NokiaComputerVisionLibrary by 1.5.2
|