首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 直方图均衡

直方图均衡

  • 资源大小:3.15 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 图像处理 c 直方图 均衡

资 源 简 介

int main() {  char infilename[20];  char outfilename[20];  printf("请输入图像文件名: ");  scanf("%s",infilename);  if( ReadInfo(infilename) )  {   if(Histogram())   {    printf("请输入输出图像名,以.bmp结束 ");    scanf("%s",outfilename);    WriteToFile(outfilename);   }  }  else  {   printf("读取文件出错 ");   return 0;  }  return 1; }  

文 件 列 表

histogram
Debug
1.BMP
2.BMP
3.BMP
4.BMP
5.bmp
6.bmp
7.bmp
8.bmp
a.bmp
end.txt
histogram.dsp
histogram.dsw
histogram.ncb
histogram.opt
histogram.plg
Main.cpp
start.txt
VIP VIP
0.178964s