代码搜索:图像加密

找到约 10,000 项符合「图像加密」的源代码

代码结果 10,000
www.eeworm.com/read/336217/12463201

m ex608.m

%******************************************************************* %程序:EX608.M %功能:灰阶强度图像显示cool颜色表 %******************************************************************* figure
www.eeworm.com/read/4799/40756

cpp 18-1.cpp

// ************************* 程序 18-1 **************************** /*** 程序功能: 访问图像像素 // ***************************************************************/ ///* #include "cv.h" #includ
www.eeworm.com/read/474289/1394646

h import.h

/*############################################################################# * 文件名:import.h * 功能: 加载图像 * modified by PRTsinghua@hotmail.com ####################################################
www.eeworm.com/read/134120/14005801

h import.h

/*############################################################################# * 文件名:import.h * 功能: 加载图像 * modified by PRTsinghua@hotmail.com ####################################################
www.eeworm.com/read/203782/15351510

h import.h

/*############################################################################# * 文件名:import.h * 功能: 加载图像 * modified by PRTsinghua@hotmail.com ####################################################
www.eeworm.com/read/170050/9822116

pro addingimages.pro

PRO AddingImages ;确定文档的路径 . file =FILEPATH( 'glowing_gas.jpg',$ SUBDIRECTORY=['examples','data']) ;指令该文裆来确定图像参量。 querystatus=QUERY_JPEG(file ,imageInfo ) ; 从指令信息设置图像大小参量 imagesize=imageinfo.
www.eeworm.com/read/359506/10140993

htm 21.9.htm

图像效果 图像显示效果
www.eeworm.com/read/187373/7072799

c mot_est.c

#include"sim.h" /********************************************************************** * * 函数名:MotionEstimation * 函数功能:估计编码块的所有运动向量 * 函数输入:curr:当前帧图像数据的指针 * prev:上一帧图像数据的指针 * x_curr
www.eeworm.com/read/449477/7503891

m noise.m

function noise(filename) Image=imread(filename); subplot(2,2,1); imshow(Image,[]); % 原图像 title('原图像'); noise_g=imnoise(Image,'gaussian'); % 增加高斯白噪声 subplot(2,2,2); imshow(noise_g,[]);
www.eeworm.com/read/449458/7504842

m noise.m

function noise(filename) Image=imread(filename); subplot(2,2,1); imshow(Image,[]); % 原图像 title('原图像'); noise_g=imnoise(Image,'gaussian'); % 增加高斯白噪声 subplot(2,2,2); imshow(noise_g,[]);