Home
last modified time | relevance | path

Searched refs:im_max (Results 1 – 25 of 41) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dimstat.c18 float im_min,im_min2 , im_max,im_max2 , im_ave , im_std ; in main() local
88 im_max = im_min = flar[0] ; in main()
91 if( flar[ii] > im_max ) im_max = flar[ii] ; in main()
103 im_max2 = 2 * im_min - im_max ; in main()
104 im_min2 = 2 * im_max - im_min ; in main()
106 if( flar[ii] > im_max2 && flar[ii] < im_max ) im_max2 = flar[ii] ; in main()
123 im_min,im_min2 , im_max,im_max2 ) ; in main()
130 im_min,im_min2 , im_max,im_max2 , im_ave,im_std,nzero,flim->name ) ; in main()
/dports/graphics/py-pyx/PyX-0.15/examples/graphstyles/
H A Ddensity.py9 im_max = 1.25 variable
16 im_step = (im_max - im_min) / gridy
35 y=graph.axis.linear(min=im_min, max=im_max, title=r'$\Im(c)$'))
H A Ddensity.ipynb226 "im_max = 1.25\n",
233 "im_step = (im_max - im_min) / gridy\n",
252 " y=graph.axis.linear(min=im_min, max=im_max, title=r'$\\Im(c)$'))\n",
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dalm_tools.F901094 INTEGER(I4B) :: i,m,im_max,ksign local
1110 im_max = MIN(nph/2,nmmax)
1116 do i = 1, im_max*2-3, 2
1120 if(im_max==nph/2) then
1121 dataout(im_max)= CMPLX( data(nph-1),0.0_dp,kind=DP) ! m = Nyquist
1123 dataout(im_max)= CMPLX( data(2*im_max-1),data(2*im_max),kind=DP)
1126 if(im_max==nmmax) goto 1000 ! m_max <= Nyquist
1129 do i = im_max+1,min(nph,nmmax)
1130 dataout(i) = conjg(dataout(2*im_max-i) )
1135 do i = 2*im_max+1,nmmax
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/
H A Dmpid_init.c375 size_t im_max = 0; in MPIDI_PAMI_dispath_set() local
387 &im_max); in MPIDI_PAMI_dispath_set()
389 dispatch, im_max, proto->immediate_min); in MPIDI_PAMI_dispath_set()
390 MPID_assert_always(proto->immediate_min <= im_max); in MPIDI_PAMI_dispath_set()
392 *immediate_max = im_max; in MPIDI_PAMI_dispath_set()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/express/
H A D_imshow.py45 im_max = img[np.isfinite(img)].max()
46 if im_max <= 1 * rtol:
48 elif im_max <= 255 * rtol:
50 elif im_max <= 65535 * rtol:
/dports/graphics/p5-Imager/Imager-1.012/
H A Dhlines.c6 (im_max((start1), (start2)) <= im_min((end1), (end2)))
154 x_limit = im_max(x_limit, merge_seg->x_limit);
166 x_limit = im_max(x_limit, seg->x_limit);
H A Dimageri.h51 #define im_max(a, b) ((a) > (b) ? (a) : (b)) macro
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/
H A Dsoft_dec_lut_gen.py123 im_max = max(numpy.array(constel).imag)
126 yrng = numpy.linspace(im_min, im_max, npts)
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dim_litecor.c97 if( im_max( white, &max ) ) in im_litecor0()
229 if( im_max( white, &max ) ) in im_litecor1()
H A Darith_dispatch.c702 if( im_max( argv[0], &f ) ) in max_vec()
/dports/misc/visp/visp-3.4.0/3rdparty/apriltag/
H A Dapriltag_quad_thresh.cpp1152 im_max[ty*tw+tx] = max; in threshold()
1175 uint8_t m = im_max[(ty+dy)*tw+tx+dx]; in threshold()
1188 free(im_max); in threshold()
1190 im_max = im_max_tmp; in threshold()
1198 int max = im_max[ty*tw + tx]; in threshold()
1260 int max = im_max[ty*tw + tx]; in threshold()
1274 free(im_max); in threshold()
1333 uint8_t *im_max[4], *im_min[4]; in threshold_bayer() local
1335 im_max[i] = (uint8_t *)calloc(tw*th, sizeof(uint8_t)); in threshold_bayer()
1365 im_max[i][ty*tw+tx] = max[i]; in threshold_bayer()
[all …]
/dports/math/nfft/nfft-3.5.2/applications/fastsumS2/
H A DfastsumS2.c547 int im_max; /* The maximum index for m */ in main() local
684 fscanf(stdin,"bandwidths=%d\n",&im_max); in main()
685 fprintf(stdout,"%d\n",im_max); in main()
686 m = (int*) nfft_malloc(im_max*sizeof(int)); in main()
689 for (im = 0; im < im_max; im++) in main()
1083 for (im = 0; im < im_max; im++) in main()
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/tutorial_utils/vision/cnn_visualization/
H A Dgradcam.py240 im_max = np.percentile(grayscale_im, 99)
242 grayscale_im = np.clip((grayscale_im - im_min) / (im_max - im_min), 0, 1)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/tutorial_utils/vision/cnn_visualization/
H A Dgradcam.py240 im_max = np.percentile(grayscale_im, 99)
242 grayscale_im = np.clip((grayscale_im - im_min) / (im_max - im_min), 0, 1)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/src/
H A Dapriltag_quad_thresh.cpp1125 uint8_t *im_max = (uint8_t*)calloc(tw*th, sizeof(uint8_t)); in threshold() local
1145 im_max[ty*tw+tx] = max; in threshold()
1167 uint8_t m = im_max[(ty+dy)*tw+tx+dx]; in threshold()
1180 free(im_max); in threshold()
1182 im_max = im_max_tmp; in threshold()
1189 int max_ = im_max[ty*tw + tx]; in threshold()
1248 int max = im_max[ty*tw + tx]; in threshold()
1262 free(im_max); in threshold()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_ternary_contour.py297 im_min, im_max = (
304 zz_max[mask_nan] = 2 * im_max
/dports/misc/vxl/vxl-3.3.2/core/vil/
H A Dvil_math.h858 vil_image_view<maxT>& im_max) in vil_math_image_max() argument
862 im_max.set_size(ni,nj,np); in vil_math_image_max()
866 std::ptrdiff_t istepS=im_max.istep(),jstepS=im_max.jstep(),pstepS = im_max.planestep(); in vil_math_image_max()
869 maxT* planeS = im_max.top_left_ptr(); in vil_math_image_max()
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DPeakModel.pyx377 long im_max
384 im_max = len(minuspeaks)
386 while ip<ip_max and im<im_max:
/dports/math/py-Diofant/Diofant-0.13.0/diofant/core/
H A Dexpr.py314 def _random(self, n=None, re_min=-1, im_min=-1, re_max=1, im_max=1):
349 a, c, b, d = re_min, re_max, im_min, im_max
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dexpr.py458 def _random(self, n=None, re_min=-1, im_min=-1, re_max=1, im_max=1): argument
498 a, c, b, d = re_min, re_max, im_min, im_max
/dports/graphics/vips/vips-8.12.0/
H A DChangeLog1448 im_abs(), im_sign(), im_max(), im_maxpos(), im_deviate(), im_divide(),
1871 - faster, simpler, better im_max(), im_min, im_avg(), im_deviate()
1872 - im_max() returns true modulus, not square of modulus, for complex images
1877 - im_max()/im_min() are now convenience functions
2787 - im_min() and im_max() gave random wrong results for >1 thread on >1 CPU
2858 im_max()/im_min()/etc. (thanks Joe)
3077 - im_min()/im_max() now partial (at last)
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dvips7compat.h598 int im_max( VipsImage *in, double *out );
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.9/
H A D_stdenv.def455 = im_max x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.8/
H A D_stdenv.def455 = im_max x, is_image x

12