Home > freetb4matlab > image > qtsetblk.m

qtsetblk

PURPOSE ^

% Set block values in a quadtree decomposition.

SYNOPSIS ^

function J = qtsetblk(I, S, dim, vals)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{J} = } qtsetblk (@var{I},@var{S},@var{dim},@var{vals})
% Set block values in a quadtree decomposition.
%
% J=qtsetblk(I,S,dim,vals) sets all the @var{dim}-by-@var{dim} blocks
% in the quadtree decomposition (@var{S} returned by qtdecomp) of
% @var{I} to @var{dim}-by-@var{dim} blocks in @var{vals}, which is
% itself a @var{dim}-by-@var{dim}-by-k array. k is the number of
% @var{dim}-by-@var{dim} blocks in the quadtree decomposition.
% @seealso{qtdecomp, qtgetblk}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003