函数原型:

set_grayval(Image::Row,Column:Grayval:)

 

功能:

设置图像的灰度值

 

参数列表:

第1个参数(in):输入图像

第2个参数(in):被访问像素的行坐标,Row >= 0 && Row < height

第3个参数(in):被访问像素的列坐标,Col >= 0 && Col < width

第4个参数(in):像素值

 

可能前置:

read_image,get_image_pointer1,gen_image_proto,gen_image1

 

可替代项:

get_image_pointer1,paint_gray,paint_region

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2021-07-26
  • 2021-09-29
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-12-02
  • 2021-12-15
  • 2021-12-23
  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案