搜索资源列表
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
bmp-jpg
- BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the
MouseShowPixelRGB
- 将自己需要查看每点像素值的图片加载到资源里面之后,用鼠标移动,鼠标指的像素点的坐标和RGB/灰度值可以被显示出来
MyDIBitmap
- BMP文件的读取,并能对其图片的任意像素点进行修改
meshpic
- 输入一幅图像,输出图像的像素点的分布的图形显示。-Enter an image,then the output image will display the graphical display of the image pixel distribution .
B-SPLINE
- 由用户给定的控制点由程序点亮屏幕上的像素点来画出B样条曲线-Given by the user control point lit by the program of the pixels on the screen to draw B-spline curve
vb
- 用 画 点 的 方 式, 将 一 个 picturebox 中 的 位 图 中 的 像 素 点 旋 转 一 个 角 度 后 画 入 另 一 个picturebox 中, 当 源 图 画 盒 中 的 像 素 都 被 画 到 目 标 图 画 盒 中 时, 也 就 完 成 了 位 图 的 旋 转。 -Painted points the way to a picturebox in bitmap in pixels after rotation at an angle into another pi
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
Mader.SVGA.large.screen.pixel
- Mader.SVGA大屏跨页像素写点汇编程序(超数值分页法)-Mader.SVGA write large screen pixel point spread assembler (super numeric paging method)
ImageCoord
- ImageCoord图片采点工具(选择图片像素点信息,并保存为INI文件)-ImageCoord picture taken point tool (select the picture pixel information, and save the INI file)
CPP_BMP-read
- c++的位图读取实现,可以直接读取一张位图的像素点,大小,RGB值-c++ bitmap read to achieve, can be read directly, size, RGB values of the pixel of a bitmap
rgb2yuv
- 将RGB格式的像素点转换为yuv420格式的文件-turn rgb to yuv420
CDib
- 建立CDib类。该类封装了对windows bitmap的基本操作,包括读图,显示图,直接操作像素点和调色板等-Establish CDib class. This class encapsulates the basic operation of the windows bitmap, including digitizing, display maps, direct manipulation of pixels and palette, etc.
main_read_pixel
- 在C++里面利用openCV库,显示某个点的像素值,很好用哦-In C++ inside openCV library use, the display pixel value of a point oh well
1Showimagepixcel
- 读入图片,显示到窗口中,通过鼠标点击图片上的相应点,自动读取该点的像素坐标和灰度值。opencv+vs2010-Reads the image displayed in the window, through the corresponding point on the image mouse click, automatically reads the pixel coordinates and gray value at that point. opencv+ vs2010
printinfo
- C语言实现的读取bmp格式图像的文件头、信息头、颜色盘以及各点对应地像素值,在命令窗口中输入要显示的图像文件名(bmp格式),同时还支持数据保存,保存文件在命令窗口输入。解压即可运行!代码很简单,有详细的注释,适合新手学习!菜鸟一枚,不喜勿喷!-C language to read bmp format image file header, header, and color wheel points corresponding pixel values of the input image f
Bmp_read_and_show
- 简单的BMP图像的读取与显示,读取像素点打印,对于大图片打开会有点慢(Simple BMP image reading and displaying, print by reading the pixel , large pictures will be opened a bit slow)