|
Mohamed wrote:
> Is there a function for implementing a Z transform on an
> image?
None is supplied with Matlab.
> If not, any pointers on how to go about using a
> Z-transform on a read image?
There have been a number of discussions about the relationship between
1D FFT and 2D FFT. Perhaps the relationship between 1D Z-transform
and 2D Z-Transform is similar and you could use the 1D Z-transform
function czt() [from the signal processing toolbox] to create a
2D Z-transform?
> If not, any pointers on how to go about using a
> Z-transform on a read image?
I gave a "pointer" in my previous response: if you google
z-transform matlab you will get many hits. Someone may have posted
the algorithm or complete source, perhaps. Sorry, not my research
area.
--
Q = quotation(rand);
if isempty(Q); error('Quotation server filesystem problems')
else sprintf('%s',Q), end
|