Home > freetb4matlab > image > radon.m

radon

PURPOSE ^

%

SYNOPSIS ^

function [RT,xp] = radon (I,theta)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{RT},@var{xp}] =} radon(@var{I}, @var{theta})
% @deftypefnx {Function File} {[@var{RT},@var{xp}] =} radon(@var{I})
%
% Calculates the 2D-Radon transform of the matrix @var{I} at angles given in
% @var{theta}. To each element of @var{theta} corresponds a column in @var{RT}. 
% The variable @var{xp} represents the x-axis of the rotated coordinate.
% If @var{theta} is not defined, then 0:179 is assumed.
% @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