搜索资源列表
ImageStone_src
- ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 pr
94a14_WMA_OK_for_Test_0709
- ESS3890 VCD 原代码。 支持MP3,MWA,CD ,CD-R,CD-RW,VCD ,JPG等,-ESS3890 VCD original code. Supports MP3, MWA, CD, CD-R, CD-RW, VCD, JPG,
vc++2delphi
- 利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip 一个邮件报告程序。 SrcFirstProg.zip 解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip 自定义的标签控件对话框。 Undo_demo.zip undo_src.zip 在VC中实现Undo和Redo功能。 -using Del
relink
- MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
v4l2_rtp_jpeg
- v4l2 通过camera抓图,然后由rtp传输出去jpeg格式的图片。-v4l2 camera drawings through, then transfer out rtp jpeg format.
testconsole
- 是一个jpg转ppm的图像转换程序,下载外国写的demo时,会遇到很多人用ppm做输入图像,所以这个程序很有用。是基于opencv的。-Is a jpg image to ppm conversion process, download the demo foreign write, it will encounter a lot of people do use ppm input image, so this program very useful. Is based on the open
123222
- Delphi 梦幻西游刷经验 Gloal.dcu Graph.dcu Graph.pas helper.dll key.dcu mainunit.dcu mainunit.dfm mainunit.pas mh.JPG Mouse.dcu MPHP.dcu-Delphi Fantasy Westward Journey experience Brush Gloal.dcuGraph.dcuGraph.pashelper.dllkey.dcumain
11111
- 前面两篇文章所使用的范例都是传输字符串,有的时候我们可能会想在服务端和客户端之间传递文件。比如,考虑这样一种情况,假如客户端显示了一个菜单,当我们输入S1、S2或S3(S为Send缩写)时,分别向服务端发送文件Client01.jpg、Client02.jpg、Client03.jpg;当我们输入R1、R2或R3时(R为Receive缩写),则分别从服务端接收文件Server01.jpg、Server02.jpg、Server03.jpg。那么,我们该如何完成这件事呢?此时可能有这样两种做法:
123
- VC++读取JPG格式的图像,并可以对图像进行任意比例的缩放,VC中大多为处理BMP格式的图像,此程序是处理JPG格式的-VC++ to read JPG image format and can be arbitrary image scaling ratio, VC mostly deal in BMP format images, this procedure is the deal with JPG format
SignImage
- 1、选择文件夹后,能将选中的文件夹或包含其子文件夹下所有的BMP/JPG/GIF等常见图片格式导入到列表中 2、设置字体,可以设置签名的字体和颜色 3、可以预览图片 4、可以单张签名 5、设置签名位置和字体格式后,点击“批量签名”,可以实现列表中图片批量签名/签字 6、签名后自动保存(覆盖原有图片)为JPG格式 7、字体的背景是透明的,比Windows自带的画图工具签名更好用 -1, select the folder, to select the folder or
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
C_programming_code_to_save_jpg_image_t0_database.r
- C编程保存jpg图像到数据库代码C programming code to save jpg image to database-C programming code to save jpg image to database
output_of_DCT_in_image_fusion
- u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A
T_448_1
- WinApp2 目录是第一部分涉及的代码和VS.NEt Project。 Myactions目录中是为VS.NET 修正过的VS.NET Project 主要是第二部分的内容 VSNETMENU是第三部分中设计到的VS.NET project actions.zip 是第二部分中涉及到的Demo源代码 For VS.NET *.jpg是相关屏幕拷图。 需要注意: 1。在测试所有例子时请先修改原来project文件的图片路径问题,否则会因为无法Loadbmp图片出
Blocks
- clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
gray-level-image
- 载入JPG图像并可选择分别提取图像中的R,G,B分量中的一种显示出来。-Load JPG images and can choose to extract the image of the R, G, B component of a kind of display.
photo
- 可以处理JPG、PNG、GIF、BMP - 照片处理格式 24位 BMP 24位 54个字节是头 能说明这个文件是什么格式 如果是照片就能说明照片的大小 后面就是数据 R G B 24位-BMP photo
pca2
- 读图 mix imread( romems.jpg ) pan imread( rome_pan.jpg ) 显示原多光谱图 subplot(221) imshow(mix),title( 多光谱 ) subplot(222) imshow(pan),title( 全色图像 ) 预处理 mix double(mix)/255 pan double(pan)/255 求相关矩阵 [r c bands] size(mix) p