代码搜索:quadtree

找到约 164 项符合「quadtree」的源代码

代码结果 164
www.eeworm.com/read/370635/9589646

m plot_wavelet_quadtree.m

function plot_wavelet_quadtree(QT,Theta,j,q,M, plot_type) % plot_wavelet_quadtree - plot a quadtree at a given wavelet level. % % plot_wavelet_quadtree(QT,Theta,j,q,M, plot_type); % % M is
www.eeworm.com/read/370635/9589678

m compute_wavelet_quadtree.m

function [QT,Theta] = compute_wavelet_quadtree(M,Jmin,T,j_min,j_max,s, options) % compute_wavelet_quadtree - compute the wavelet-bandelet quadtree % % [QT,Theta] = compute_wavelet_quadtree(M,Jm
www.eeworm.com/read/120251/6076008

h natureconfig.h

/***************************************************************************** File: NatureConfig.h Desc: Some default values, don't change any if you don't know what you are doing :)
www.eeworm.com/read/113165/6138032

h natureconfig.h

/***************************************************************************** File: NatureConfig.h Desc: Some default values, don't change any if you don't know what you are doing :)
www.eeworm.com/read/279621/10410021

cpp 四叉树递归.cpp

#include "Pt3d.h" //空间点类(主要记录空间点的x,y,z) #define EDGE_POINT 0 #define NODE_POINT 1 #define UNKNOWN 2 class CDEM { public: CString strFileName; //文件名 CString strPathName; //文件路径名 double **
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/416329/11032534

m drawquadblocks.m

% % draw square quad blocks of quadtree in eight basic colors. % % S: Sparse matrix that holds quadtree information function drawquadblocks(S) mycol = strvcat('r','y','g','c','b','m','k','w'); [
www.eeworm.com/read/416329/11032538

m main.m

% % Test program for Quadtree Encoding and Decoding of RGB image clc, close all, clear all thvec=[0.5,0.5,0.5]; % threshold for red,green and blue (values b/w 0 and 1) picname='rafting.png'; I =
www.eeworm.com/read/461210/7231714

m drawquadblocks.m

% % draw square quad blocks of quadtree in eight basic colors. % % S: Sparse matrix that holds quadtree information function drawquadblocks(S) mycol = strvcat('r','y','g','c','b','m','k','w'); [
www.eeworm.com/read/461210/7231718

m main.m

% % Test program for Quadtree Encoding and Decoding of RGB image clc, close all, clear all thvec=[0.5,0.5,0.5]; % threshold for red,green and blue (values b/w 0 and 1) picname='rafting.png'; I =