0
マルチスケール画像、3つのサイズのIAM取引のサイズを変更します元画像の元の場所や大きさに半分の長方形&ダブル規模の連結成分はcvTransformを使用して長方形やcvGetAffineTransform OpenCVの
は、ここでは境界の矩形
Matrix<int> src = new Matrix<int>(3, 2,3);
Matrix<int> dst = new Matrix<int>(3, 2,2);
IntPtr mat = CvInvoke.cvCreateMat(2, 3, MAT_DEPTH.CV_32F);
src[0,0]=componentBRect.X;
src[0,1]=componentBRect.Y ;
src[1,0]=componentBRect.Right;
src[1,1]=componentBRect.Y;
src[2,0]=componentBRect.X;
src[2,1]=componentBRect.Bottom;
CvInvoke.cvGetAffineTransform(img2, img, mat); //img is the original image & img2 has been resized to 1/2 imgWidth and 1/2 imgHeight
CvInvoke.cvTransform(src.Ptr, dst.Ptr, mat, IntPtr.Zero);
のサイズを変更して再配置の私のコードです
は、DSTのポイントはresziedを取得することになっ及び を移転したが、残念ながら、同じポイントを再び返されています、私はそれが単位行列
mat=
|1 0 0 |
|0 1 0 | !!
任意の提案を返すようgetAffineTransformに問題があると思います?またはアフィン変換を使用せずに、事前