Home
last modified time | relevance | path

Searched refs:median_smooth (Results 1 – 4 of 4) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dc.py191 def median_smooth(py_image, py_mask, halfbox, py_smooth): function
192 return _util.median_smooth(py_image, py_mask, halfbox, py_smooth)
H A Dutil.py191 def median_smooth(py_image, py_mask, halfbox, py_smooth): function
192 return _util.median_smooth(py_image, py_mask, halfbox, py_smooth)
H A Dutil.i416 static int median_smooth(PyObject* py_image, in median_smooth() function
H A Dutil_wrap.c3354 static int median_smooth(PyObject* py_image, in median_smooth() function
7410 result = (int)median_smooth(arg1,arg2,arg3,arg4); in _wrap_median_smooth()