callingrohit
Computer
- Feb 17, 2005
- 2
HI everyone,
I'm trying to use a customed "imtransform" function.
The Matlab help is very vague about how to use this function. Neither
does it provide an example...
I really don't understand how to do use "makeresampler":
If you are using a custom interpolating kernel, you can specify
interpolant
as a cell array in either of these forms:
{half_width, positive_half} half_width is a positive scalar
designating the
half width of a symmetric interpolating kernel. positive_half is a
vector of
values regularly sampling the kernel on the closed interval [0
positive_half].
{half_width, interp_fcn} interp_fcn is a function handle that returns
interpolating kernel values, given an array of input values in the
interval
[0 positive_half].
Can anybody help?
Thanks a lot!
callingrohit
I'm trying to use a customed "imtransform" function.
The Matlab help is very vague about how to use this function. Neither
does it provide an example...
I really don't understand how to do use "makeresampler":
If you are using a custom interpolating kernel, you can specify
interpolant
as a cell array in either of these forms:
{half_width, positive_half} half_width is a positive scalar
designating the
half width of a symmetric interpolating kernel. positive_half is a
vector of
values regularly sampling the kernel on the closed interval [0
positive_half].
{half_width, interp_fcn} interp_fcn is a function handle that returns
interpolating kernel values, given an array of input values in the
interval
[0 positive_half].
Can anybody help?
Thanks a lot!
callingrohit