搜索资源列表
covert(C++)
- 大地坐标转换直角坐标的C++代码(高斯克吕格投影) -earth Cartesian coordinates conversion of C code (high Shikelu:ge projection)
实现了读取bmp图像到矩阵的转换
- 实现了读取bmp图像到矩阵的转换,是个很好的头文件,直接引入就能用,this code can covert bmp to matrix,
covert
- cvGetQuadrangleSubPix (src, dst, &M) //这个函数实现图像的翻转-cvGetQuadrangleSubPix (src, dst, & M) // this function for image flipping
Reversible-Image-Watermarking-Using-Interpolation
- Watermarking embeds information into a digital signal like audio, image, or video. Reversible image watermarking can restore the original image without any distortion after the hidden data is extracted. In this paper, we present a novel reversi
Convert-4096-(8-X-8)-image-blocks
- Source code for covert 4096 image into 8*8 block
DoImageLib
- 实现对jpg,gif,bmp,png等主流图像进行等比例平滑缩放,不失真。-the jpg,gif,bmp picture covert big or small .
covert
- 用FREEIMAGE编写的代码,能实现对各种图片格式的转换-To achieve a variety of picture formats converting code written with FREEIMAGE
rev6
- 将三维VTK文件转化为ANSYS可读写的文件-covert the VTK format to ANSYS format
matrix-encoding
- This essay presents some observations concerning low rate steganography in images where the amount of covert information is below one bit per pixel.
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
convert-image-format
- 常用图片格式之间的转换非常重要。因为有的软件不能支持所有的图片格式。弄懂了图片格式之间转换对编程能力的提高有很大的帮助。-Not all software support any image format.So we must covert the image format sometimes.