Home
last modified time | relevance | path

Searched refs:therow (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/shape/src/
Daff_trans.cpp122 Mat therow = Mat::zeros(1,6,CV_32F); in _localAffineEstimate() local
125 therow.at<float>(0,0)=shape1[contPt].x; in _localAffineEstimate()
126 therow.at<float>(0,1)=shape1[contPt].y; in _localAffineEstimate()
127 therow.at<float>(0,2)=1; in _localAffineEstimate()
128 therow.row(0).copyTo(matM.row(ii)); in _localAffineEstimate()
133 therow.at<float>(0,3)=shape1[contPt].x; in _localAffineEstimate()
134 therow.at<float>(0,4)=shape1[contPt].y; in _localAffineEstimate()
135 therow.at<float>(0,5)=1; in _localAffineEstimate()
136 therow.row(0).copyTo(matM.row(ii)); in _localAffineEstimate()
152 Mat therow = Mat::zeros(1,4,CV_32F); in _localAffineEstimate() local
[all …]
Dhaus_dis.cpp119 Mat therow = disMat.row(ii); in _apply() local
121 minMaxIdx(therow, &mindis); in _apply()