搜索资源列表
showbitmap
- 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
Arnold_Matlab_code
- Arnold图像置乱Matlab代码 %% -------------------------------------------------------------------- %% % Function: Arnold图像置乱 % Arnold: x =(x+y) mod N, y =(x+2y) mod N % 变换周期(N,M): (128,96),(256,192),(512,384) % Argument: dPSNR: 置乱后PSNR % outIm
5ivb_487118
- vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color / grayscale, Y component level /
3DSlice
- 将三维图像从X,Y,Z这三个方向上的任意深度的数据以二维切片显示-display the 2D slice from the 3D image data
matlab
- 产生右图所示亮块图像 f1(x,y)(128×128大小,暗处=0,亮处=255),对其进行FFT,同屏显示原图f1和FFT(f1)的幅度谱图,若令f2(x,y)=(-1)x+y f1(x,y),重复以上过程。以及旋转45度后进行变换-Generating shown bright block image F1 (x, y) (128128 size dark = 0, light at = 255), the FFT, the same screen display Original f1 a
yv12_y 分量显示器
- YUV分量显示程序。可分别显示Y,U,V 分量。对于理解YUV机制有很好的帮助。-YUV component display program. May showed the Y, U, V components. YUV mechanism for understanding a very good help.
ShowBmp
- visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
yv12_y_2
- 可用于YUV序列的Y分量的显示,对于多媒体编程方面的人,可以做参考-sequences can be used to YUV component of the Y, multimedia programming for the people, can do reference
jpg_function
- // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for b
Jpg
- BMP图象数据提取及灰度值提取,,,,该程序首先把BMP从一维数组转换到CCC[960][1280]这个二维数组,然后扫描图象,提取其中的每个像素点的R,G,B值转换成Y,U,I模式的Y值(亮度/灰度值),然后用pix[y][x]存放,小弟能力有限,下面本来想用另一个数组B[y][x]存放二值化后的实体的-BMP image data extraction and gray value extraction,,,, the program first to BMP conversion from
TIFF
- Varios intentos para abrir .tiff opcvedges usa opencv y los demas usan libtiff libjpeg libsdl-Varios intentos para abrir .tiff opcvedges usa opencv y los demas usan libtiff libjpeg libsdl
DisplayTiff
- 本代码主要是分析tiff文件结构,以及解出图像数据显示的例子,其中只是一种TIFF格式文件的解析,希望感兴趣的人通过引导了解tiff图像格式的规则。- EnglishSpanishChineseTranslate text or webpage 本代码主要是分析tiff文件结构,以及解出图像数据显示的例子,其中只是一种TIFF格式文件的解析,希望感兴趣的人通过引导了解tiff图像格式的规则。 Translate from: Chinese Allow phonetic typin
China_gridv3
- 在 2000 年的中国土地覆盖图。W.Bingfang,X.Wenting,H.Huiping,Y.Changzhen。GLC2000 数据库,欧洲委员会联合研究中心,2003年。-The Land Cover Map for China in the Year 2000. W.Bingfang, X.Wenting, H.Huiping, Y.Changzhen. GLC2000 , European Commision Joint Research Centre, 2003. http
wujiaoxing
- 调用line()函数与plot()函数,运用for循环命令。 线宽5,线条颜色为黑色,填充颜色与线条颜色不同。 坐标轴取等长刻度,标题:正五角星,x轴、y轴加上标注。-Calling line () function with the plot () function, use a for loop command. 5 width, line color is black, filled with color and line color is different. Take the
Wecomposition
- We propose a new class of models for image restoration and decomposition by functional minimization. Following ideas of Y. Meyer in a total variation minimization framework of L. Rudin, S. Osher, and E. Fatemi, our model decomposes a given (deg
podagstormposition
- We propose a new class of models for image restoration and decomposition by functional minimization. Following ideas of Y. Meyer in a total variation minimization framework of L. Rudin, S. Osher, and E. Fatemi, our model
main1
- 编程实现彩色BMP图像的三个分量R、G、B的显示,Y、I、Q,H、S、I分量和X、Y、Z的显示 -Programming BMP color image three components R, G, B of the display, Y, I, Q, H, S, I component and X, Y, Z of the display
