代码搜索:decomposition

找到约 1,689 项符合「decomposition」的源代码

代码结果 1,689
www.eeworm.com/read/311447/13630901

m nsctrec.m

function x = nsscrec(y, dfilt, pfilt) % NSCTREC Nonsubsampled Contourlet Reconstruction % % x = nsscrec(y, [dfilt, pfilt] ) % % INPUT: % y: a cell vector of length length(nlevs) + 1, where
www.eeworm.com/read/311447/13630950

m dfbdec.m

function y = dfbdec(x, fname, n) % DFBDEC Directional Filterbank Decomposition % % y = dfbdec(x, fname, n) % % Input: % x: input image % fname: filter name to be called by DFILTERS
www.eeworm.com/read/311447/13630963

m decdemo.m

function coeffs = decdemo( im, option ) % DECDEMO Demonstrates contourlet decomposition and reconstruction. 显示contourlet分解与重构 % % DECDEMO shows how to use the contourlet toolbox to decompose说明如何使用
www.eeworm.com/read/310212/13655007

m qtgetblk.m

function [val,r,c] = qtgetblk(A,S,dim) %QTGETBLK Get block values in quadtree decomposition. % [VALS,R,C] = QTGETBLK(I,S,DIM) returns in VALS an array % containing the DIM-by-DIM blocks in the
www.eeworm.com/read/136571/5870530

cpp idwt.cpp

/* $Id: idwt.cpp,v 1.2 2001/04/19 18:32:09 wmay Exp $ */ /****************************************************************************/ /* MPEG4 Visual Texture Coding (VTC) Mode Software
www.eeworm.com/read/127438/6005179

tex topooverview.tex

The MPI collective and topology routines can benefit from information about the topology of the underlying interconnect. Unfortunately, there is no best form for the representation (the MPI-1 Fo
www.eeworm.com/read/111374/6156062

cpp idwt.cpp

/* $Id$ */ /****************************************************************************/ /* MPEG4 Visual Texture Coding (VTC) Mode Software */ /*
www.eeworm.com/read/110972/6163068

cpp idwt.cpp

/* $Id: idwt.cpp,v 1.2 2001/04/19 18:32:09 wmay Exp $ */ /****************************************************************************/ /* MPEG4 Visual Texture Coding (VTC) Mode Software
www.eeworm.com/read/404739/11479440

cpp test_surfacelet.cpp

////////////////////////////////////////////////////////////////////////// // SurfBox-C++ (c) ////////////////////////////////////////////////////////////////////////// // // Yue Lu and Minh N. Do
www.eeworm.com/read/156798/11773159

txt chodcm.txt

procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real); var I,J,K:integer; SUM:real; begin For I:=1 To N do begin Sum:=A[I, I]; For J:=1 To I -