Home
last modified time | relevance | path

Searched refs:im_min (Results 1 – 25 of 36) 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()
92 else if( flar[ii] < im_min ) im_min = flar[ii] ; in main()
103 im_max2 = 2 * im_min - im_max ; in main()
104 im_min2 = 2 * im_max - im_min ; in main()
107 if( flar[ii] < im_min2 && flar[ii] > im_min ) im_min2 = 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.py8 im_min = -1.25 variable
16 im_step = (im_max - im_min) / gridy
23 im = im_min + im_step * (im_index + 0.5)
35 y=graph.axis.linear(min=im_min, max=im_max, title=r'$\Im(c)$'))
H A Ddensity.ipynb225 "im_min = -1.25\n",
233 "im_step = (im_max - im_min) / gridy\n",
240 " im = im_min + im_step * (im_index + 0.5)\n",
252 " y=graph.axis.linear(min=im_min, max=im_max, title=r'$\\Im(c)$'))\n",
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/tutorial_utils/vision/cnn_visualization/
H A Dgradcam.py241 im_min = np.min(grayscale_im)
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.py241 im_min = np.min(grayscale_im)
242 grayscale_im = np.clip((grayscale_im - im_min) / (im_max - im_min), 0, 1)
/dports/graphics/p5-Imager/Imager-1.012/
H A Dhlines.c6 (im_max((start1), (start2)) <= im_min((end1), (end2)))
153 x = im_min(x, merge_seg->minx);
165 x = im_min(x, seg->minx);
H A Dimageri.h50 #define im_min(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.py121 im_min = min(numpy.array(constel).imag)
126 yrng = numpy.linspace(im_min, im_max, npts)
/dports/misc/visp/visp-3.4.0/3rdparty/apriltag/
H A Dapriltag_quad_thresh.cpp1153 im_min[ty*tw+tx] = min; in threshold()
1178 m = im_min[(ty+dy)*tw+tx+dx]; in threshold()
1189 free(im_min); in threshold()
1191 im_min = im_min_tmp; in threshold()
1197 int min = im_min[ty*tw + tx]; in threshold()
1261 int min = im_min[ty*tw + tx]; in threshold()
1273 free(im_min); in threshold()
1333 uint8_t *im_max[4], *im_min[4]; in threshold_bayer() local
1366 im_min[i][ty*tw+tx] = min[i]; in threshold_bayer()
1388 m = im_min[i][(ty+dy)*tw+tx+dx]; in threshold_bayer()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/src/
H A Dapriltag_quad_thresh.cpp1126 uint8_t *im_min = (uint8_t*)calloc(tw*th, sizeof(uint8_t)); in threshold() local
1146 im_min[ty*tw+tx] = min; in threshold()
1170 m = im_min[(ty+dy)*tw+tx+dx]; in threshold()
1181 free(im_min); in threshold()
1183 im_min = im_min_tmp; in threshold()
1188 int min_ = im_min[ty*tw + tx]; in threshold()
1249 int min = im_min[ty*tw + tx]; in threshold()
1261 free(im_min); in threshold()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_ternary_contour.py297 im_min, im_max = (
302 zz_min[mask_nan] = 2 * im_min
/dports/misc/vxl/vxl-3.3.2/core/vil/
H A Dvil_math.h891 vil_image_view<minT>& im_min) in vil_math_image_min() argument
895 im_min.set_size(ni,nj,np); in vil_math_image_min()
899 std::ptrdiff_t istepS=im_min.istep(),jstepS=im_min.jstep(),pstepS = im_min.planestep(); in vil_math_image_min()
902 minT* planeS = im_min.top_left_ptr(); in vil_math_image_min()
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Darith_dispatch.c916 if( im_min( argv[0], &f ) ) in min_vec()
/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 DChangeLog1441 - im_subtract(), im_avg(), im_min(), im_minpos(), im_copy(), im_embed(),
1871 - faster, simpler, better im_max(), im_min, im_avg(), im_deviate()
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.h596 int im_min( VipsImage *in, double *out );
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.9/
H A D_stdenv.def469 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.8/
H A D_stdenv.def469 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c601 im_min( t1, &mn ) ) { in action_image_equal()
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.10/
H A D_stdenv.def527 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.12/
H A D_stdenv.def606 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.14/
H A D_stdenv.def596 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.16/
H A D_stdenv.def596 = im_min x, is_image x
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.24/
H A D_stdenv.def651 = im_min x, is_image x

12