Searched refs:warpType (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/samples/cpp/
H A Dimage_alignment.cpp191 string warpType = parser.get<string>("m"); local
196 if (!(warpType == "translation" || warpType == "euclidean"
197 || warpType == "affine" || warpType == "homography"))
204 if (warpType == "translation")
206 else if (warpType == "euclidean")
208 else if (warpType == "affine")
277 if (warpType == "homography")
320 cout << "Alignment time (" << warpType << " transformatio
[all...]

Completed in 72 milliseconds