Commit a14bfb33 authored by Adrien BAK's avatar Adrien BAK

remove logging

parent a361cc94
......@@ -104,10 +104,6 @@ void cv::seamlessClone(InputArray _src, InputArray _dst, InputArray _mask, Point
Rect roi_d(minyd,minxd,leny,lenx);
Rect roi_s(miny,minx,leny,lenx);
std::cout << "p : " << p.x << "\t"<<p.y<<"\n";
std::cout << "min : " << miny << "\t"<<minx<<"\n";
std::cout << "mind : " << minyd << "\t"<<minxd<<"\n";
Mat destinationROI = dst_mask(roi_d);
Mat sourceROI = cs_mask(roi_s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment