搜索资源列表
bmp2jpeg-linuxhost
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit原始图像数据文件,在linux下通过 -This is a simple jpeg coding procedures, support 1:1 : a sampling of the color jpeg baseline, the importation of only 24bit original image data files, adopted in linux
jpeg
- 远程监控的图像编码程序,实现YCBCR或YUV到RGB的转换,
linearprediction
- 几篇比较好的关于高光谱图像预测编码的文章
li
- 实现信息隐藏,将要隐藏的文本信息编码并隐藏到图像中,接收方使用相同密钥能够将隐藏信息提取
6-encryptionJPEG2000-by-chang-the-probability-stat
- 根据JPEG2000格式的特性,改变在其算术编码时采用的概率状态迁移表可达到加密图像的效果-According to the characteristics of JPEG2000 format change in its arithmetic coding used in the probability of state migration table can achieve the effect of encrypted image
jpeg-6b
- IJG组织的JPEG压缩程序的源代码,这里的JPEG压缩程序仅限于灰度图像的压缩,比较简单。文中的算术编码的程序实现参考了Guido Vollbeding 为JPEG压缩编写的算术编码程序。-IJG organizations JPEG compression program
QKTUtils
- 自己写的一些使用函数库,用于实现延时、加载资源文件、获取磁盘空间、关闭计算机、执行外部进程、转换文字编码、处理图像的颜色和灰度等等。-Some use to write their own libraries for the realization of delay, loading resource documents, access to disk space, shut down your computer, the implementation of the external proce
OV511-BS-camera
- linux下,基于S3C2410开发板的家庭视频监控系统,基于OV511芯片摄像头,实现了软件方式的RGB图像编码,包括驱动,动态连接库,核心代码。采用B/S结构设计,-under linux, S3C2410 development board based on the family video monitoring system, based on the OV511 chip camera, the software realization of the RGB image coding
sichashu
- 提出了一种基于自适应四叉树分形编码的数字水印技术。对原始图像进行四叉树分形编码后 , 通过给定子块在不同的寻找区域中搜索其最佳匹配父块来嵌入水印。实验结果表明 ,本方法在嵌入水 印编码时间、图像质量和鲁棒性方面均比传统的方法有较大的改进。-NULL
Random_Phrase_Encryption_based_on_4f_sys
- 基于4f系统的双随机相位编码,matlab实现,用于图像加密-4f systems based on double random phase encoding, matlab realization for image encryption
dct
- 在一个图像块中调整两个(或多个) DCT系数的相对大小。将描述一个使用数字图像作为载体的系统。在编码处理中,发送者将载体图像分成8×8的像素块,每一块只精确地编码一个秘密信息位。嵌入过程开始时,首先伪随机地选择一个图像块bi,用它对第i个消息比特进行编码。令Bi=D{bi}为DCT变换后的图像块。 在通信开始前,发送者和接收者必须对嵌入过程中使用的两个DCT系数的位置达成一致,让我们用(u1,v1)和(u2,v2)来表示这两个索引。这两个系数应该相应于余弦变换的中频,确保信息保存在信号的
CK-code-decode
- 应用CK触发器对图像进行加密编码,并在接收端进行解密-CK code and decode
monitorUDP
- 基于linux和QT,实现的局域网UDP实时USB摄像监控程序,图像使用xvid库进行MPEG编码传输和解码显示-real time USB camera monitor in LAN based on linux,QT and UDP protocl。Vedio frame is coded/decoded with Xvid library.
heibaiyinxie1wei
- 关于黑白图像的隐写,主要是将秘密信息经过编码加密,然后嵌入到载体图像中进行传输,以保证信息安全-Black and white image steganography, secret information is encrypted, then embedded into the carrier image transmission to ensure that information security
codeh264
- 视频图像h264编码库,用于对图像进行h264编码和解码-Video image h264 encoding library
Format
- 视频图像 MPEG4编码类,从ffmpeg中改变的-Video image the MPEG4 coding classes from ffmpeg change
Double random phase encoding
- 基于fresnel的双随机相位编码算法,直接可以运行,很适合刚刚学习的朋友(it can run directly, it is suitable for friends who have just studied)
h264_env_linux.tar
- 示例分为 CMOS 摄像头录像及回放两个功能: 1) 当用户进行录像时,会从 CMOS 摄像头采集视频, 在源代码 main.cpp 中,用 TVideo 类来实现这个部分的工作,在 TVideo 类中,会打开 CMOS 摄像头并采集图像。 2) 在从摄像头采集完图像后,需要在屏幕上进行预览,这部分的工作由 TFrameBuffer 类来完成。(Examples are divided into CMOS camera video and playback two functions: 1