代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/351304/10659848

cpp decode_ldpc_new.cpp

/*LDPC Decoder*/ #include "mex.h" #include "matrix.h" // for Matlab mx and mex fuctions #include "math.h" #include // what for #include "decodeutil_new.h" #define INF 1000
www.eeworm.com/read/418838/10894715

cpp decode_ldpc_new.cpp

/*LDPC Decoder*/ #include "mex.h" #include "matrix.h" // for Matlab mx and mex fuctions #include "math.h" #include // what for #include "decodeutil_new.h" #define INF 1000
www.eeworm.com/read/449477/7503812

m amss.m

function AMSS( image_name,t,out_filname ) % AMSS % image_name 原图像文件名 % t 时间 % out_filname 输出文件名 if nargin
www.eeworm.com/read/449477/7503822

m open.m

function open( filename ) image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 经结构元素为1×3的矩阵腐蚀
www.eeworm.com/read/449477/7503831

m close_open.m

function close_open( filename ) image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 经结构元素为1×3的矩阵
www.eeworm.com/read/449477/7503832

m close.m

function close( filename ) % deed image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 1×3结构元素膨胀
www.eeworm.com/read/449477/7503833

m open_close.m

function open_close( filename ) % deed image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 1×3结构元
www.eeworm.com/read/449458/7504763

m amss.m

function AMSS( image_name,t,out_filname ) % AMSS % image_name 原图像文件名 % t 时间 % out_filname 输出文件名 if nargin
www.eeworm.com/read/449458/7504773

m open.m

function open( filename ) image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 经结构元素为1×3的矩阵腐蚀
www.eeworm.com/read/449458/7504782

m close_open.m

function close_open( filename ) image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 经结构元素为1×3的矩阵