以下可正确从一个Mat对象中获取指定位置的像素值的是()
以下可正确从一个Mat对象中获取指定位置的像素值的是()
A、mat.pixelAt(row,col);
B、mat.pixel(row,col);
C、mat.getPixel(row,col);
D、mat.at〈type〉(row,col);
正确答案:mat.at〈type〉(row,col);
以下可正确从一个Mat对象中获取指定位置的像素值的是()
A、mat.pixelAt(row,col);
B、mat.pixel(row,col);
C、mat.getPixel(row,col);
D、mat.at〈type〉(row,col);
正确答案:mat.at〈type〉(row,col);
热门答案