代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/311447/13630953
m pdown.m
function y = pdown(x, type, phase)
% PDOWN Parallelogram Downsampling平行四边形缩减
%
% y = pdown(x, type, [phase])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting sampling ma
www.eeworm.com/read/311447/13630958
m qupz.m
function y = qupz(x, type)
% QUPZ Quincunx Upsampling (with zero-pad and matrix extending)
%
% y = qup(x, [type])
%
% Input:
% x: input image
% type: [optional] 1 or 2 for selecting the quincunx ma
www.eeworm.com/read/311447/13630972
m qpdec.m
function [p0, p1] = qpdec(x, type)
% QPDEC Quincunx Polyphase Decomposition五株多相分解
%
% [p0, p1] = qpdec(x, [type])
%
% Input:
% x: input image
% type: [optional] one of {'1r', '1c', '2r', '2c
www.eeworm.com/read/304489/13792645
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/146906/5734202
nxsgeneratorrows
Row encodings of the generator matrices in dimensions 4-20 for
Niderreiter Xing sequences.
// generator matrices C(j) for each coordinate j in all dimensions
// dim=4...20 encoded row by row, downl
www.eeworm.com/read/136571/5869594
txt changelog.txt
08.03.2002
- added support for custom MPEG4 quant matrices
08.03.2002
- new core structure
- mbcoding/mbdecoding rewrite
- API change, introduced feature flags
- Bitreader/Bitwriter merge
-
www.eeworm.com/read/110972/6162130
txt changelog.txt
08.03.2002
- added support for custom MPEG4 quant matrices
08.03.2002
- new core structure
- mbcoding/mbdecoding rewrite
- API change, introduced feature flags
- Bitreader/Bitwriter merge
-
www.eeworm.com/read/107543/6188960
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/493669/6388789
m coldetect.m
% COLDETECT Collision detection
% T = COLDETECT(TRI1, TRI2, TRANS1, TRANS2) returns the index of the
% first transformation that involves a collision between two objects. The
% two objects ar