Lines Matching refs:CvMat
56 int icvCreateFeaturePoints(IplImage *image, CvMat *points, CvMat *status) in icvCreateFeaturePoints()
180 CvMat *points1, in icvFindCorrForGivenPoints()
181 CvMat *pntStatus1, in icvFindCorrForGivenPoints()
182 CvMat *points2, in icvFindCorrForGivenPoints()
183 CvMat *pntStatus2, in icvFindCorrForGivenPoints()
192 CvMat* tmpPoints1 = 0; in icvFindCorrForGivenPoints()
193 CvMat* tmpPoints2 = 0; in icvFindCorrForGivenPoints()
194 CvMat* pStatus = 0; in icvFindCorrForGivenPoints()
393 CvMat fundMatr; in icvFindCorrForGivenPoints()
439 int icvGrowPointsAndStatus(CvMat **oldPoints,CvMat **oldStatus,CvMat *addPoints,CvMat *addStatus,in… in icvGrowPointsAndStatus()
442 CvMat *newOldPoint = 0; in icvGrowPointsAndStatus()
443 CvMat *newOldStatus = 0; in icvGrowPointsAndStatus()
550 int icvRemoveDoublePoins( CvMat *oldPoints,/* Points on prev image */ in icvRemoveDoublePoins()
551 CvMat *newPoints,/* New points */ in icvRemoveDoublePoins()
552 CvMat *oldStatus,/* Status for old points */ in icvRemoveDoublePoins()
553 CvMat *newStatus, in icvRemoveDoublePoins()
554 CvMat *origStatus, in icvRemoveDoublePoins()
756 void icvComputeProjectMatrix(CvMat* objPoints,CvMat* projPoints,CvMat* projMatr);
759 void icvComputeProjectMatrixStatus(CvMat *objPoints4D,CvMat *points2,CvMat *status, CvMat *projMatr) in icvComputeProjectMatrixStatus()
765 CvMat *objPoints = 0; in icvComputeProjectMatrixStatus()
768 CvMat *points2D = 0; in icvComputeProjectMatrixStatus()
837 … CvMat *oldPoints,// previous 2D points on prev image (some points may be not visible) in icvAddNewImageToPrevious____()
838 CvMat *oldPntStatus,//Status for each point on prev image in icvAddNewImageToPrevious____()
839 CvMat *objPoints4D,//prev 4D points in icvAddNewImageToPrevious____()
840 CvMat *newPoints, //Points on new image corr for prev in icvAddNewImageToPrevious____()
841 CvMat *newPntStatus,// New point status for new image in icvAddNewImageToPrevious____()
842 CvMat *newFPoints2D1,//new feature points on prev image in icvAddNewImageToPrevious____()
843 CvMat *newFPoints2D2,//new feature points on new image in icvAddNewImageToPrevious____()
844 CvMat *newFPointsStatus, in icvAddNewImageToPrevious____()
845 CvMat *newProjMatr, in icvAddNewImageToPrevious____()
849 CvMat *points2 = 0; in icvAddNewImageToPrevious____()
850 CvMat *status = 0; in icvAddNewImageToPrevious____()
851 CvMat *newFPointsStatusTmp = 0; in icvAddNewImageToPrevious____()
882 CvMat projMatr; in icvAddNewImageToPrevious____()
953 CvMat **points, in icvDeleteSparsInPoints()
954 CvMat **status, in icvDeleteSparsInPoints()
955 CvMat *wasStatus)/* status of previous configuration */ in icvDeleteSparsInPoints()
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;
1107 CvMat *tmpPoints;
1112 CvMat *newPoints;
1114 CvMat *status;
1130 CvMat *new2DPoints;
1131 CvMat *newStatus;