Home
last modified time | relevance | path

Searched refs:extrapval (Results 1 – 14 of 14) sorted by relevance

/dports/comms/hylafax/hylafax-6.0.7/sgi2fax/
H A Dhipass.c49 hp->extrapval = 1024*mag;
55 if(xsize<3 || ysize<3 || hp->extrapval == 0)
81 static extrap(pix,acc,div,n,extrapval) in extrap() argument
85 int extrapval;
92 ext = extrapval;
160 extrap(buf,hp->acc,6,hp->xsize,hp->extrapval);
163 extrap(buf,hp->acc,6,hp->xsize,hp->extrapval);
172 extrap(buf,hp->acc,9,hp->xsize,hp->extrapval);
H A Dhipass.h33 int extrapval; member
/dports/math/octave/octave-6.4.0/scripts/general/
H A Dinterpn.m79 ## with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
80 ## must be specified as well. If @var{extrapval} is omitted and the
90 extrapval = []; variable
101 extrapval = varargin{end}; variable
184 if (isempty (extrapval))
185 extrapval = NA; variable
187 vi(isna (vi)) = extrapval;
205 if (isempty (extrapval))
206 extrapval = NA; variable
208 vi(idx) = extrapval;
[all …]
H A Dinterp3.m32 ## @deftypefnx {} {@var{vi} =} interp3 (@dots{}, @var{method}, @var{extrapval})
80 ## with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
81 ## must be specified as well. If @var{extrapval} is omitted and the
95 extrapval = []; variable
106 extrapval = varargin{end}; variable
128 if (isempty (extrapval))
131 vi = interpn (v, n{:}, method, extrapval);
151 if (isempty (extrapval))
154 vi = interpn (v, xi{:}, method, extrapval);
184 if (isempty (extrapval))
[all …]
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dimremap.m18 …{Function File} @var{warped} = imremap(@var{im}, @var{XI}, @var{YI}, @var{interp}, @var{extrapval})
39 ## be set to @var{extrapval}. The default value of @var{extrapval} is 0.
44 function [warped] = imremap(im, XI, YI, interp = "linear", extrapval = 0)
54 elseif (! isscalar (extrapval))
65 warped(:,:,i) = interp2 (double(im(:,:,i)), XI, YI, interp, extrapval);
H A Dimperspectivewarp.m17 …ile} @var{warped} = imperspectivewarp(@var{im}, @var{P}, @var{interp}, @var{bbox}, @var{extrapval})
43 ## be set to @var{extrapval}. The default value of @var{extrapval} is 0.
H A Dimrotate.m18 … {Function File} {} imrotate (@var{imgPre}, @var{theta}, @var{method}, @var{bbox}, @var{extrapval})
44 ## @var{extrapval} sets the value used for extrapolation. The default value
57 function [imgPost, H] = imrotate (imgPre, thetaDeg, interp = "nearest", bbox = "loose", extrapval =…
67 elseif (! isscalar (extrapval))
155 imgPost = imperspectivewarp(imgPre, H, interp, bbox, extrapval);
/dports/math/octave/octave-6.4.0/scripts/general/private/
H A D__splinen__.m29 ## @deftypefn {} {@var{yi} =} __splinen__ (@var{x}, @var{y}, @var{xi}, @var{extrapval}, @var{f})
35 function yi = __splinen__ (x, y, xi, extrapval, f)
50 if (! isempty (extrapval))
55 yi(idx) = extrapval;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A D__lin_interpn__.cc131 octave_idx_type Ni, T extrapval, const T **x, in lin_interpn() argument
160 vi[m] = extrapval; in lin_interpn()
210 T extrapval = octave_NA; in lin_interpn() local
246 lin_interpn (n, size, scale, Ni, extrapval, x, v, y, vi); in lin_interpn()
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dinterp.texi373 @deftypefnx {} {@var{vi} =} interp3 (@dots{}, @var{method}, @var{extrapval})
420 @var{extrapval} is a scalar number. It replaces values beyond the endpoints
421 with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
422 must be specified as well. If @var{extrapval} is omitted and the
424 @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for
437 @deftypefnx {} {@var{vi} =} interpn (@dots{}, @var{method}, @var{extrapval})
483 @var{extrapval} is a scalar number. It replaces values beyond the endpoints
484 with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
485 must be specified as well. If @var{extrapval} is omitted and the
487 @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dgmt.conf.rst392 among **NaN**, **extrap** or **extrapval**,\ *value*. In the first case
/dports/math/octave/octave-6.4.0/scripts/
H A DDOCSTRINGS2136 @deftypefnx {} {@var{vi} =} interp3 (@dots{}, @var{method}, @var{extrapval})
2183 @var{extrapval} is a scalar number. It replaces values beyond the endpoints
2184 with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
2185 must be specified as well. If @var{extrapval} is omitted and the
2187 @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for
2218 @deftypefnx {} {@var{vi} =} interpn (@dots{}, @var{method}, @var{extrapval})
2264 @var{extrapval} is a scalar number. It replaces values beyond the endpoints
2265 with @var{extrapval}. Note that if @var{extrapval} is used, @var{method}
2266 must be specified as well. If @var{extrapval} is omitted and the
2268 @qcode{"spline"} are used. Otherwise the default @var{extrapval} value for
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dscripts-ChangeLog7022 * general/interpn.m: Fixe for extrapval and documentation of
7023 extrapval.
/dports/math/octave/octave-6.4.0/
H A DChangeLog20358 * interp2.m: Rename "extrapval" to "extrap" to match rest of documentation.