Lines Matching refs:Image
85 /* Calculates dot product (obj - avg) * eigObj (i.e. projects image to eigen vector) */
88 /* Projects image to eigen space (finds all decomposion coefficients */
113 CvImgObsInfo;/*struct for 1 image*/
187 /* The function takes an image on input and and returns the sequnce of observations
194 /* Uniformly segments all observation vectors extracted from image */
231 /* Creates hand mask image given several points on the hand */
235 /* Finds hand region in range image data */
242 /* Finds hand region in range image data (advanced version) */
462 // leftImage - left image of stereo-pair (format 8uC1).
463 // rightImage - right image of stereo-pair (format 8uC1).
465 // dispImage - destination disparity image
844 CvSeq * cvFindFace(IplImage * Image,CvMemStorage* storage);
845 CvSeq * cvPostBoostingFindFace(IplImage * Image,CvMemStorage* storage);
989 /* Computes Voronoi Diagram for domains in given image */
1051 (some sort of perspective image transform) */
1087 /* Blends data of the left and right image scanlines to get
1088 pixel values of "virtual" image scanlines */
1105 it fill the destination image rectangle */
1163 image*/ \
1164 IplImage* foreground; /*8UC1 foreground image*/ \
1165 IplImage** layers; /*8UC3 reference background image, can be null */ \
1216 /* Background reference image update parameter: */
1407 CVAPI(void) cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* image,
1411 CVAPI(int) cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* image,