代码搜索:reshapes
找到约 31 项符合「reshapes」的源代码
代码结果 31
www.eeworm.com/read/430506/1929511
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/373460/2761941
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/373460/2761945
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/279380/10442832
m mkvc.m
function[v] = mkvc(A)
% v = mkvc(A)
%reshapes a 3D matrix A, into a vector.
%note this function can be replace with the call A = A(:)
% Copyright (c) 2007 by the Society of Exploration Geophysic
www.eeworm.com/read/431675/8662134
m dataim.m
%DATAIM Image operation on dataset images
%
% B = dataim(A,'image-command',par1,par2,....)
%
% Reshapes all datavectors in the dataset A into images (if defined so),
% performs the command
%
% imag
www.eeworm.com/read/418695/10935455
m dataim.m
%DATAIM Image operation on dataset images
%
% B = dataim(A,'image-command',par1,par2,....)
%
% Reshapes all datavectors in the dataset A into images (if defined so),
% performs the command
%
% imag
www.eeworm.com/read/397102/8068299
m dataim.m
%DATAIM Image operation on dataset images
%
% B = dataim(A,'image-command',par1,par2,....)
%
% Reshapes all datavectors in the dataset A into images (if defined so),
% performs the command
%
% imag
www.eeworm.com/read/342008/12047288
m dataim.m
%DATAIM Image operation on dataset images
%
% B = dataim(A,'image-command',par1,par2,....)
%
% Reshapes all datavectors in the dataset A into images (if defined so),
% performs the command
%
% imag
www.eeworm.com/read/293183/8310652
m dataim.m
%DATAIM Image operation on dataset images
%
% B = dataim(A,'image-command',par1,par2,....)
%
% Reshapes all datavectors in the dataset A into images (if defined so),
% performs the command
%
% imag
www.eeworm.com/read/419540/10863358
m createdatabase.m
function T = CreateDatabase(TrainDatabasePath)
% Align a set of face images (the training set T1, T2, ... , TM )
%
% Description: This function reshapes all 2D images of the training database
% in