Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dstitching_detailed.cpp142 string warp_type = "spherical"; variable
266 warp_type = string(argv[i + 1]); in parseCmdArgs()
596 if (warp_type == "plane") in main()
598 else if (warp_type == "cylindrical") in main()
600 else if (warp_type == "spherical") in main()
606 if (warp_type == "plane") in main()
608 else if (warp_type == "cylindrical") in main()
610 else if (warp_type == "spherical") in main()
612 else if (warp_type == "fisheye") in main()
614 else if (warp_type == "stereographic") in main()
[all …]