When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Gabor filter - Wikipedia

    en.wikipedia.org/wiki/Gabor_filter

    Its impulse response is defined by a sinusoidal wave (a plane wave for 2D Gabor filters) multiplied by a Gaussian function. [6] Because of the multiplication-convolution property (Convolution theorem), the Fourier transform of a Gabor filter's impulse response is the convolution of the Fourier transform of the harmonic function (sinusoidal function) and the Fourier transform of the Gaussian ...

  3. NumPy - Wikipedia

    en.wikipedia.org/wiki/NumPy

    numpy.org. NumPy (pronounced / ˈnʌmpaɪ / NUM-py) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. [3] The predecessor of NumPy, Numeric, was originally created by Jim Hugunin with ...

  4. Mesh generation - Wikipedia

    en.wikipedia.org/wiki/Mesh_generation

    Mesh generation is the practice of creating a mesh, a subdivision of a continuous geometric space into discrete geometric and topological cells. Often these cells form a simplicial complex. Usually the cells partition the geometric input domain. Mesh cells are used as discrete local approximations of the larger domain.

  5. Adaptive mesh refinement - Wikipedia

    en.wikipedia.org/wiki/Adaptive_mesh_refinement

    Adaptive mesh refinement. In numerical analysis, adaptive mesh refinement (AMR) is a method of adapting the accuracy of a solution within certain sensitive or turbulent regions of simulation, dynamically and during the time the solution is being calculated. When solutions are calculated numerically, they are often limited to predetermined ...

  6. File:Fitzhugh-nagumo b = 2.0, I ext = 5.37, with stable and ...

    en.wikipedia.org/wiki/File:Fitzhugh-nagumo_b_=_2....

    from matplotlib.widgets import AxesWidget import numpy as np import matplotlib.pyplot as plt from scipy.integrate import solve_ivp from scipy import optimize for eps in [0.2]: # Define the parameter values a = 0.7 b = 2.0 # If b < 1.5, then there are stable loops.

  7. File:Matplotlib 3d v.svg - Wikipedia

    en.wikipedia.org/wiki/File:Matplotlib_3d_v.svg

    You are free: to share – to copy, distribute and transmit the work; to remix – to adapt the work; Under the following conditions: attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made.

  8. Python (programming language) - Wikipedia

    en.wikipedia.org/wiki/Python_(programming_language)

    Python is a multi-paradigm programming language. Object-oriented programming and structured programming are fully supported, and many of their features support functional programming and aspect-oriented programming (including metaprogramming [73] and metaobjects). [74] Many other paradigms are supported via extensions, including design by ...

  9. Grid (spatial index) - Wikipedia

    en.wikipedia.org/wiki/Grid_(spatial_index)

    Grid (spatial index) In the context of a spatial index, a grid or mesh is a regular [citation needed] tessellation of a manifold or 2-D surface that divides it into a series of contiguous cells, which can then be assigned unique identifiers and used for spatial indexing purposes. A wide variety of such grids have been proposed or are currently ...