代码搜索:image processing

找到约 10,000 项符合「image processing」的源代码

代码结果 10,000
www.eeworm.com/read/160747/10502214

gif image8.gif

www.eeworm.com/read/160747/10502216

gif image14.gif

www.eeworm.com/read/160747/10502222

gif image31.gif

www.eeworm.com/read/160747/10502227

gif image13.gif

www.eeworm.com/read/160689/10508135

gif image002.gif

www.eeworm.com/read/160583/10516831

py image_interp.py

#!/usr/bin/env python """ The same (small) array, interpolated with three different interpolation methods. The center of the pixel at A[i,j] is plotted at i+0.5, i+0.5. If you are using interpolatio
www.eeworm.com/read/160583/10516852

py image_masked.py

#!/usr/bin/env python '''imshow with masked array input and out-of-range colors. ''' from pylab import * import matplotlib.numerix.ma as ma import matplotlib.colors as colors delta = 0.025 x = y =
www.eeworm.com/read/160583/10517024

png image_origin.png

www.eeworm.com/read/160583/10517041

py contour_image.py

#!/usr/bin/env python ''' Test combinations of contouring, filled contouring, and image plotting. For contour labelling, see contour_demo.py. The emphasis in this demo is on showing how to make conto
www.eeworm.com/read/160583/10517096

py image_demo.py

#!/usr/bin/env python from pylab import * delta = 0.025 x = y = arange(-3.0, 3.0, delta) X, Y = meshgrid(x, y) Z1 = bivariate_normal(X, Y, 1.0, 1.0, 0.0, 0.0) Z2 = bivariate_normal(X, Y, 1.5, 0.5, 1,