xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.81KB
    文件類型: .c
    金幣: 1
    下載: 0 次
    發布日期: 2021-03-26
  • 語言: C/C++
  • 標簽: c??

資源簡介


C語言計算圖片直方圖,RGBA原圖像,有四個顏色通道分別為R,G,B,A。本例循環分別將三個通道的RGB值取出,返回指針

資源截圖

代碼片段和文件信息

#include?
#include?

/*
?*image_data?is?a?RGBA?iamge;
?*/
unsigned?int?*histogram_rgba_unorm8(void*?image_data?int?w?int?h)
{
????unsigned?char?*img?=?(unsigned?char*)image_data;
????unsigned?int?*ref_histogram_results;
????unsigned?int?*ptr;
????int?i;

????ref_histogram_results?=?(unsigned?int*)malloc(256*3*sizeof(unsigned?int));
????ptr?=?ref_histogram_results;

????memse

評論

共有 條評論