CImage::SetColorTable (ATL/MFC)
Sets the red, green, blue (RGB) color values for a range of entries in the palette of the DIB section. void SetColorTable( UINT iFirstColor, UINT...
CImage::SetColorTable (ATL)
Classes Shared Between MFC and ATL CImage Class Methods Methods CImage::SetColorTable CImage::SetColorTable CImage::SetColorTable ...
MFC:CImage显示OpenCV:Mat矩阵图像
使用MFC下的CImage类(貌似VC2005开始支持)可以很轻松的和快速的在MFC下显示图像...CI.SetColorTable(0,MaxColors,ColorTable); delete []ColorTable; 然后就是数据...
MFC:CImage显示OpenCV:Mat矩阵图像
本篇文章主要介绍了"MFC:CImage显示OpenCV:Mat矩阵图像",主要涉及到MFC:CImage显示...} CI.SetColorTable(0,MaxColors,ColorTable); delete []ColorTable; //然后...