代码搜索:reshapes

找到约 31 项符合「reshapes」的源代码

代码结果 31
www.eeworm.com/read/159921/10588387

m x2img.m

function [img]=x2img(x,width,height) % X2IMG reshapes vector x into an image of given shape. % [img]=x2img(x,width,height) % % X2IMG reshapes given vector x into matrix of % size height-by-width.
www.eeworm.com/read/421949/10677064

m x2img.m

function [img]=x2img(x,width,height) % X2IMG reshapes vector x into an image of given shape. % [img]=x2img(x,width,height) % % X2IMG reshapes given vector x into matrix of % size height-by-width.
www.eeworm.com/read/128468/14295575

m x2img.m

function [img]=x2img(x,width,height) % X2IMG reshapes vector x into an image of given shape. % [img]=x2img(x,width,height) % % X2IMG reshapes given vector x into matrix of % size height-by-width.
www.eeworm.com/read/367442/9748155

m x2img.m

function [img]=x2img(x,width,height) % X2IMG reshapes vector x into an image of given shape. % [img]=x2img(x,width,height) % % X2IMG reshapes given vector x into matrix of % size height-by-width.
www.eeworm.com/read/159921/10588373

m img2x.m

function [x,width,height]=img2x(img) % IMG2X reshapes given image into vector. % [x,width,height]=img2x(img) % % IMG2X reshapes given image into vector x. Image width and % height is returned. % %
www.eeworm.com/read/421949/10677042

m img2x.m

function [x,width,height]=img2x(img) % IMG2X reshapes given image into vector. % [x,width,height]=img2x(img) % % IMG2X reshapes given image into vector x. Image width and % height is returned. % %
www.eeworm.com/read/128468/14295567

m img2x.m

function [x,width,height]=img2x(img) % IMG2X reshapes given image into vector. % [x,width,height]=img2x(img) % % IMG2X reshapes given image into vector x. Image width and % height is returned. % %
www.eeworm.com/read/367442/9748146

m img2x.m

function [x,width,height]=img2x(img) % IMG2X reshapes given image into vector. % [x,width,height]=img2x(img) % % IMG2X reshapes given image into vector x. Image width and % height is returned. % %
www.eeworm.com/read/200886/15420819

c mxsetdimensions.c

/*================================================================= * mxsetdimensions.c * * mxsetdimensions reshapes your input array according to the the new * dimensions specified as input. For
www.eeworm.com/read/430506/1929507

m img2x.m

function [x,width,height]=img2x(img) % IMG2X reshapes given image into vector. % [x,width,height]=img2x(img) % % IMG2X reshapes given image into vector x. Image width and % height is returned. % %