我有两张图片,我需要获得一个与布尔匹配的回报。我发现的一切都是"获得不同的形象"这不是我想要的。
Image<Gray, Byte> img1 = new Image<Gray, Byte>(imageURL);
Image<Gray, Byte> img2 = new Image<Gray, Byte>(imageURL2);
Image<Gray, Byte> img3 = img2 - img1;
我也会采取某种百分比匹配回报。