搜索资源列表
jpeg
- 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
net_camera
- 在linux平台下的网络摄像头监控系统,采用bs模式,可以通过浏览器查看图像信息-In the linux platform webcam monitoring system, using bs mode, you can view the image information through a browser
client.c
- client program to view jpeg image using xlib
omap_vout
- Modified VRFB based Rotation, The image data is always read 0 degree view and written to the virtual space of desired rotation angle. -Modified VRFB based Rotation, The image data is always read 0 degree view and written to the virtual space of
omap_vout
- Modified VRFB based Rotation, The image data is always read 0 degree view and written. -Modified VRFB based Rotation, The image data is always read 0 degree view and written.
strstream_test
- Starts a drag operation. This blocks until the drag operation completes.Returns a canvas that can be used to draw the drag image. Caller owns the returned object. |widget| is Widget hosting the view being dragged.