Re: image processing algorithm




"Edison_nel" <teo66_99@xxxxxxxxx> wrote in message
news:5fmdnfOvtZPwS8zZRVn-pA@xxxxxxxxxxxxxxx
hi guys,
what is actually image processing algorithm and how to describe it?

Google

Definition: "algorithm"

Definition: "image"

Definition: "processing"

Definition: "image processing"

Image processing algorithm:

Any number of defined step-by-step procedures that usefully modify an image
made up of discrete pixels - those pixels usually made up of binary words or
bytes.

Example:

Reduce the artifact of isolated bad pixels in an image by averaging:
The algorithm is expressed by:
x(n,m)= [x(n-1,m-1) + x(n+1,m-1) + x(n-1,m+1) + x(n+1,m+1)]/4 for all 0<n<N
and 0<m<M
where N and M are the dimensions of the image starting at zero.


.



Relevant Pages

  • Re: Cpython optimization
    ... This would be way to speed up things in an image processing algorithm: ... I'm sure that performance-conscious image processing software already has ... Give Ulrich Drepper's "What Every Programmer Should Know about Memory" ... to speed up array ops. ...
    (comp.lang.python)
  • Re: image processing algorithm
    ... what is actually image processing algorithm and how to describe it? ... where N and M are the dimensions of the image starting at zero. ... Reduce the focus on me- by being really clever in front of myself - And not ...
    (comp.dsp)
  • Re: Question: Research without measurement
    ... test the usability of a computer system, ... Even then the design of the image processing algorithm can ... science" where robust experimentation is far, ...
    (sci.stat.math)
  • Re: zernike moments question
    ... On Mar 8, 8:26 am, Adam Chapman ... I have to calculate the zernike moments (http://homepages.inf.ed.ac.uk/ ... an image processing algorithm. ... What "image processing algorithm?" ...
    (sci.image.processing)
  • Re: identifying yoghurt jars
    ... So just to convert from RGB to HSV, then eliminate pixels with low S ... feature extraction, shape, shift invariant, scale invariant, rotation ... As regards image processing equivalents of Numerical ... segmentation; I'd tend to attempt grey-level based segmentation ...
    (sci.image.processing)