All Topics  
Microscope image processing

 

   Email Print
   Bookmark   Link






 

Microscope image processing



 
 
Microscope image processing is a broad term that covers the use of digital image processing
Digital image processing

Digital image processing is the use of computer algorithms to perform on digital images. As a subfield of digital signal processing, digital image processing has many advantages over analog image processing; it allows a much wider range of algorithms to be applied to the input data, and can avoid problems such as the build-up of noise and si...
 techniques to process, analyze and present images obtained from a microscope
Microscope

A microscope is an Laboratory equipment for viewing objects that are too small to be seen by the naked or unaided eye. The science of investigating small objects using such an instrument is called microscopy....
. Such processing is now commonplace in a number of diverse fields such as medicine
Medicine

Medicine is the art and science of healing. It encompasses a range of health care practices evolved to maintain and restore health by the prevention and treatment of illness....
, biological
Biology

Biology is a branch of the natural sciences concerned with the study of living organisms and their interaction with each other and their environment ....
 research
Research

Research is defined as human activity based on intellectual application in the investigation of matter. The primary purpose for applied research is discovery , interpretation , and the development of methods and systems for the advancement of human knowledge on a wide variety of scientific matters of our world and the universe....
, cancer research
Cancer research

Cancer research is basic research into cancer in order to identify causes and develop strategies for prevention, diagnosis, treatments and cure....
, drug test
Drug test

A drug test is commonly a technical examination of urine, hair, blood, semen, sweat, or oral fluid samples to determine the presence or absence of specified drugs or their metabolized traces....
ing, metallurgy
Metallurgy

Metallurgy is a domain of materials science that studies the physical and chemical behavior of metallic Chemical element, their intermetallics, and their mixtures, which are called alloys....
, etc. A number of manufacturers of microscopes now specifically design in features that allow the microscopes to interface to an image processing system.

Image acquisition
Until the early 1990s, most image acquisition in video microscopy applications was typically done with an analog video camera, often simply closed circuit TV cameras.






Discussion
Ask a question about 'Microscope image processing'
Start a new discussion about 'Microscope image processing'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Microscope image processing is a broad term that covers the use of digital image processing
Digital image processing

Digital image processing is the use of computer algorithms to perform on digital images. As a subfield of digital signal processing, digital image processing has many advantages over analog image processing; it allows a much wider range of algorithms to be applied to the input data, and can avoid problems such as the build-up of noise and si...
 techniques to process, analyze and present images obtained from a microscope
Microscope

A microscope is an Laboratory equipment for viewing objects that are too small to be seen by the naked or unaided eye. The science of investigating small objects using such an instrument is called microscopy....
. Such processing is now commonplace in a number of diverse fields such as medicine
Medicine

Medicine is the art and science of healing. It encompasses a range of health care practices evolved to maintain and restore health by the prevention and treatment of illness....
, biological
Biology

Biology is a branch of the natural sciences concerned with the study of living organisms and their interaction with each other and their environment ....
 research
Research

Research is defined as human activity based on intellectual application in the investigation of matter. The primary purpose for applied research is discovery , interpretation , and the development of methods and systems for the advancement of human knowledge on a wide variety of scientific matters of our world and the universe....
, cancer research
Cancer research

Cancer research is basic research into cancer in order to identify causes and develop strategies for prevention, diagnosis, treatments and cure....
, drug test
Drug test

A drug test is commonly a technical examination of urine, hair, blood, semen, sweat, or oral fluid samples to determine the presence or absence of specified drugs or their metabolized traces....
ing, metallurgy
Metallurgy

Metallurgy is a domain of materials science that studies the physical and chemical behavior of metallic Chemical element, their intermetallics, and their mixtures, which are called alloys....
, etc. A number of manufacturers of microscopes now specifically design in features that allow the microscopes to interface to an image processing system.

Image acquisition


Until the early 1990s, most image acquisition in video microscopy applications was typically done with an analog video camera, often simply closed circuit TV cameras. While this required the use of a frame grabber
Frame grabber

A frame grabber is an electronic device that captures individual, digital still frames from an analog video signal or a digital video stream. It is usually employed as a component of a computer vision system, in which video frames are captured in digital form and then displayed, stored or transmitted in raw or compressed digital form....
 to digitize the images, video cameras provided images at full video frame rate (25-30 frames per second) allowing live video recording and processing. While the advent of solid state detectors yielded several advantages, the real-time video camera was actually superior in many respects.

Today, acquisition is usually done using a CCD
Charge-coupled device

A charge-coupled device is an analog signal shift register that enables the transportation of analog signals through successive stages , controlled by a clock signal....
 camera
Camera

A camera is a device that records images, either as a still photograph or as moving images known as videos or movies. The term comes from the camera obscura , an early mechanism of projecting images where an entire room functioned as a real-time imaging system; the modern camera evolved from the camera obscura....
 mounted in the optical path of the microscope. The camera may be full colour or monochrome. Very often, very high resolution cameras are employed to gain as much direct information as possible. Cryogenic cooling is also common, to minimise noise. Often digital cameras used for this application provide pixel
Pixel

In digital imaging, a pixel is the smallest item of information in an image. Pixels are normally arranged in a 2-dimensional grid, and are often represented using dots, squares, or rectangles....
 intensity data to a resolution of 12-16 bits, much higher than is used in consumer imaging products.

Ironically, in recent years, much effort has been put into acquiring data at video
Video

Video is the technology of electronics Videography, recording, processing, storing, transmitting, and reconstructing a sequence of still images representing Scene in motion....
 rates, or higher (25-30 frames per second or higher). What was once easy with off-the-shelf video cameras now requires special, high speed electronics to handle the vast digital data bandwidth.

Higher speed acquisition allows dynamic processes to be observed in real time, or stored for later playback and analysis. Combined with the high image resolution, this approach can generate vast quantities of raw data, which can be a challenge to deal with, even with a modern computer
Computer

A computer is a machine that manipulates Data according to a list of Code .The first devices that resemble modern computers date to the mid-20th century , although the computer concept and various machines similar to computers existed earlier....
 system.

It should be observed that while current CCD detectors allow very high image resolution
Image resolution

Image resolution describes the detail an holds. The term applies equally to digital images, film images, and other types of images. Higher resolution means more image detail....
, often this involves a trade-off because, for a given chip size, as the pixel count increases, the pixel size decreases. As the pixels get smaller, their well depth decreases, reducing the number of electrons that can be stored. In turn, this results in a poorer signal to noise ratio.

For best results, one must select an appropriate sensor for a given application. Because microscope images have an intrinsic limiting resolution, it often makes little sense to use a noisy, high resolution detector for image acquisition. A more modest detector, with larger pixels, can often produce much higher quality images because of reduced noise. This is especially important in low-light applications such as fluorescence microscopy.

Moreover, one must also consider the temporal resolution requirements of the application. A lower resolution detector will often have a significantly higher acquisition rate, permitting the observation of faster events. Conversely, if the observed object is motionless, one may wish to acquire images at the highest possible spatial resolution without regard to the time required to acquire a single image.

2D image techniques


Image processing for microscopy application begins with fundamental techniques intended to most accurately reproduce the information contained in the microscopic sample. This might include adjusting the brightness and contrast of the image, averaging images to reduce image noise and correcting for illumination non-uniformities. Such processing involves only basic arithmetic operations between images (i.e. addition, subtraction, multiplication and division). The vast majority of processing done on microscope image is of this nature.

Another class of common 2D operations called image convolution
Convolution

In mathematics and, in particular, functional analysis, convolution is a mathematical operator on two function s f and g, producing a third function that is typically viewed as a modified version of one of the original functions....
 are often used to reduce or enhance image details. Such "blurring" and "sharpening" algorithms in most programs work by altering a pixel's value based on a weighted sum of that and the surrounding pixels. (a more detailed description of kernel based convolution deserves an entry for itself).

Other basic two dimensional techniques include operations such as image rotation, warping, color balancing etc.

At times, advanced techniques are employed with the goal of "undoing" the distortion of the optical path of the microscope, thus eliminating distortions and blurring caused by the instrumentation. This process is called deconvolution
Deconvolution

In mathematics, deconvolution is an Algorithm process used to reverse the effects of convolution on recorded data. The concept of deconvolution is widely used in the techniques of signal processing and ....
, and a variety of algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s have been developed, some of great mathematical complexity. The end result is an image far sharper and clearer than could be obtained in the optical domain alone. This is typically a 3-dimensional operation, that analyzes a volumetric image (i.e. images taken at a variety of focal planes through the sample) and uses this data to reconstruct a more accurate 3-dimensional image.

3D image techniques


Another common requirement is to take a series of images at a fixed position, but at different focal depths. Since most microscopic samples are essentially transparent, and the depth of field
Depth of field

In optics, particularly as it relates to film and photography, the depth of field is the portion of a scene that appears sharp in the image. Although a lens can precisely focus at only one distance, the decrease in sharpness is gradual on either side of the focused distance, so that within the DOF, the unsharpness is imperceptible under nor...
 of the focused sample is exceptionally narrow, it is possible to capture images "through" a three-dimensional object using 2D equipment. Software is then able to reconstruct a 3D model of the original sample which may be manipulated appropriately. The processing turns a 2D instrument into a 3D instrument, which would not otherwise exist. In recent times this technique has led to a number of scientific discoveries in cell biology.

Analysis


Analysis of images will vary considerably according to application. Typical analysis includes determining where the edges of an object are, counting similar objects, calculating the area, perimeter length and other useful measurements of each object. A common approach is to create an image mask which only includes pixels that match certain criteria, then perform simpler scanning operations on the resulting mask. It is also possible to label objects and track their motion over a series of frames in a video sequence.

See also

  • Image processing
    Image processing

    In electrical engineering and computer science, image processing is any form of signal processing for which the input is an , such as photographs or video frame; the output of image processing can be either an image or a set of characteristics or parameters related to the image....
  • ImageJ
    ImageJ

    ImageJ is a public domain, Java -based program developed at the National Institutes of Health. ImageJ was designed with an open architecture that provides extensibility via Java plugins and recordable macros....
  • Endrov
    Endrov

    is an open-source plugins aimed for image analysis and data processing. Being based on Java , it is portable and can both be run locally and as an applet....
  • GemIdent
    GemIdent

    GemIdent is an interactive program that identifies region of interest in images and photographs. It is specifically designed for images with few colors, where the objects of interest look alike with small variation....


External links

  • TissueGnostics, expert in microscopy-automation and image processing.
  • Freeware version of a digital image processing software for Microscopy
  • - Nyquist sampling in digital microscopy