函数原型:
get_grayval(Image::Row,Column:Grayval)
功能:
读取图像的灰度值
参数列表:
第1个参数(in):输入图像
第2个参数(in):被访问像素的行坐标,Row >= 0 && Row < height
第3个参数(in):被访问像素的列坐标,Col >= 0 && Col < width
第4个参数(out):像素值
可能前置:
read_image
可替代项:
get_image_pointer1