Constructor
Şöyle
yaparız.
bool try_use_gpu = true;
Stitcher stitcher = Stitcher::createDefault(try_use_gpu);
stitch metodu
Şöyle
yaparız.
Mat pano;
Stitcher::Status status = stitcher.stitch(imgs, pano);
if (status != Stitcher::OK)
{
cout << "Can't stitch images, error code = " << status << endl;
}
Hiç yorum yok:
Yorum Gönder