Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Graph program Picture Viewer
  • Category : Picture Viewer
  • Tags :
  • Update : 2017-05-17
  • Size : 7kb
  • Downloaded :0次
  • Author :杨****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
*** *** *** CImg CImg::operator+ (CImg gray) 功能:图像按位加 参数: CImg 对象 返回值: CImg 相加后的 CImg 类图像对象 ****************** CImg CImg::operator+ (CImg gray) { CImg grayRet //返回图像 grayRet *this //取得图像的高和宽 int nHeight GetHeight() int nWidth GetWidthPixel() int i, j //循环变量 //不能在CImg类对象中直接进行像素相加,因为相加的结果可能超过255 vector< vector<int> > GrayMat //求和后暂存图像的灰度点阵 vector<int> vecRow(nWidth, 0) //GrayMat中的一行(初始化为0) for(i 0 i<nHeight i++) { GrayMat.push_back(vecRow) }
Packet file list
(Preview for download)


Img.cpp
Img.h
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.