Searched refs:outMat (Results 1 – 3 of 3) sorted by relevance
269 btSymmetricSpatialDyad &outMat,279 …outMat.m_topLeftMat = m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross …280 outMat.m_topRightMat = m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;281 …outMat.m_bottomLeftMat = m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRightM…285 …outMat.m_topLeftMat += m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross…286 outMat.m_topRightMat += m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;287 …outMat.m_bottomLeftMat += m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRight…291 …outMat.m_topLeftMat -= m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross…292 outMat.m_topRightMat -= m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;293 …outMat.m_bottomLeftMat -= m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRight…
241 Mat outMat = outPts.getMat(); in applyTransformation() local243 outMat.at<Point2f>(0,i)=fAffine.at<Point2f>(0,i); in applyTransformation()
177 Mat outMat = outPts.getMat(); in applyTransformation() local181 outMat.at<Point2f>(0,i)=_applyTransformation(shapeReference, pt, tpsParameters); in applyTransformation()