Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

56 int icvCreateFeaturePoints(IplImage *image, CvMat *points, CvMat *status)
180 CvMat *points1,
181 CvMat *pntStatus1,
182 CvMat *points2,
183 CvMat *pntStatus2,
192 CvMat* tmpPoints1 = 0;
193 CvMat* tmpPoints2 = 0;
194 CvMat* pStatus = 0;
393 CvMat fundMatr;
395 fundMatr = cvMat(3,3,CV_64F,fundMatr_dat);
439 int icvGrowPointsAndStatus(CvMat **oldPoints,CvMat **oldStatus,CvMat *addPoints,CvMat *addStatus,int addCreateNum)
442 CvMat *newOldPoint = 0;
443 CvMat *newOldStatus = 0;
550 int icvRemoveDoublePoins( CvMat *oldPoints,/* Points on prev image */
551 CvMat *newPoints,/* New points */
552 CvMat *oldStatus,/* Status for old points */
553 CvMat *newStatus,
554 CvMat *origStatus,
756 void icvComputeProjectMatrix(CvMat* objPoints,CvMat* projPoints,CvMat* projMatr);
759 void icvComputeProjectMatrixStatus(CvMat *objPoints4D,CvMat *points2,CvMat *status, CvMat *projMatr)
765 CvMat *objPoints = 0;
768 CvMat *points2D = 0;
837 CvMat *oldPoints,// previous 2D points on prev image (some points may be not visible)
838 CvMat *oldPntStatus,//Status for each point on prev image
839 CvMat *objPoints4D,//prev 4D points
840 CvMat *newPoints, //Points on new image corr for prev
841 CvMat *newPntStatus,// New point status for new image
842 CvMat *newFPoints2D1,//new feature points on prev image
843 CvMat *newFPoints2D2,//new feature points on new image
844 CvMat *newFPointsStatus,
845 CvMat *newProjMatr,
849 CvMat *points2 = 0;
850 CvMat *status = 0;
851 CvMat *newFPointsStatusTmp = 0;
882 CvMat projMatr;
884 projMatr = cvMat(3,4,CV_64F,projMatr_dat);
953 CvMat **points,
954 CvMat **status,
955 CvMat *wasStatus)/* status of previous configuration */
1048 void icvGrowPointsArray(CvMat **points)
1074 CvMat *oldPoints,// previous 2D points on prev image (some points may be not visible)
1075 CvMat *oldPntStatus,//Status for each point on prev image
1076 CvMat *objPoints4D,//prev 4D points
1077 CvMat *newPntStatus,// New point status for new image
1078 CvMat *newPoints,//New corresponding points on new image
1079 CvMat *newPoints2D1,//new points on prev image
1080 CvMat *newPoints2D2,//new points on new image
1081 CvMat *newProjMatr);//New projection matrix
1087 CvMat *status;
1097 CvMat projMatr;
1099 projMatr = cvMat(3,4,CV_64F,projMatr_dat);
1107 CvMat *tmpPoints;
1112 CvMat *newPoints;
1114 CvMat *status;
1130 CvMat *new2DPoints;
1131 CvMat *newStatus;