代码搜索:Curvelet

找到约 48 项符合「Curvelet」的源代码

代码结果 48
www.eeworm.com/read/388902/8565024

pdf curvelet v3.0.pdf

www.eeworm.com/read/483123/6610758

txt readme.txt

**************************************** * CurveletUtils * version: 0.1 (Dec 17, 2007) * first version * version: 0.2 (Feb 11, 2008) * major changes to EdgeDetect GU
www.eeworm.com/read/201275/15411856

txt 说明.txt

fdct_wrapping.m Fast Discrete Curvelet Transform via wedge wrapping fdct_wrapping_dispcoef.m Returns an image containing all the curvelet coefficients fdct_wrapping_param.m G
www.eeworm.com/read/339988/12188830

m fdct_usfft_param.m

function [SX,SY,FX,FY,NX,NY] = fdct_usfft_param(C) % fdct_usfft_param - Gives the phase space location of each curvelet % % Input % C Curvelet coefficients % % Output % SX Cell array,
www.eeworm.com/read/453697/7414337

m curveletquzaochonggou.m

disp(' '); disp('fdct_usfft_demo_disp.m -- Displays the curvelet coefficients of an image'); disp(' '); disp('1. The low frequency (coarse scale) coefficients are stored at'); disp(' the center
www.eeworm.com/read/339988/12188806

hpp fdct_usfft.hpp

/* Copyright (C) 2004 Caltech Written by Lexing Ying */ #ifndef _FDCT_USFFT_HPP_ #define _FDCT_USFFT_HPP_ #include "fdct_usfft_inc.hpp" #include "numvec.hpp" #include "nummat.hpp" #include "offv
www.eeworm.com/read/389321/8533544

m display_curv_con.m

% fdct_wrapping_demo_basic.m -- Displays a curvelet both in the spatial and frequency domains. close all;clear all; m = 512; n = 512; X = zeros(m,n); addpath('/home/truong/pdfb/CurveLab-2.0/fdct_wr
www.eeworm.com/read/483123/6610735

m crvlt_countnnz.m

function [nrnz,nel]=countnnz(C, lev) % Counts the number of non-zero coefficients, and the total number of % coefficients in the curvelet-coefficient cell array C if nargin < 2, lev = 1:length(C);