Lines Matching refs:oldImage
836 IplImage *oldImage,//Previous image
870 corrNum = icvFindCorrForGivenPoints( oldImage,/* Image 1 */
899 oldImage,/* Image 2 */
1073 IplImage *oldImage,//Previous image
1085 /* Track exist points from oldImage to newImage */
1093 int corrNum = FindCorrForGivenPoints(oldImage,newImage,oldPoints,newPoints,status);
1123 int corrNum2 = FindCorrForGivenPoints(oldImage,newImage,tmpPoints,newPoints,status);