Showing posts with label image segmentation. Show all posts
Showing posts with label image segmentation. Show all posts

Tuesday, April 14, 2015

Computer Vision: Current Trends and Future Possibilities



Extracting some useful information from images is considered as Computer Vision. These images can be of any form from Visual to Infrared to X-rays in the whole electromagnetic spectrum. The basic idea is to duplicate human visual perception in images to extract the same information.

Some major applications of Computer vision consists tasks including Object detection, Object tracking, segmentation, Image inpainting and 3d modelling from images.

A lot of research work is carried out all over the globe in all of the above mentioned fields. So in this article we are going to discuss some of the very interesting yet strange fields for new comers.

Image Inpainting:

Image inpainting is a process to recover some useful information from deteriorated images or give some artistic look to images by removing unwanted objects still maintaining smooth background. Such a task is a daily part of human life as imagine a person at some distinct place or removing a particular object from a scene but in computers, this is trivial.

Method:

First a binary map is created on the basis of which part of the image is to be removed. Now that part of the image is filled in a manner to minimize energy. This is often done using a very simple operator called Laplacian operator. This is essentially second order derivative of image. Second order derivatives are used because its direction is similar to the direction of edges rather than perpendicular to it as in the case of first order derivative. Thus we find to minimize this function as this would perfectly reflect the second order derivative.

Image Segmentation:

Segmentation is a process of image processing to segment out one or more objects from an image. The goal is to find out a boundary of pixels that can perfectly differentiate between two objects based on colour or shape or both. Applications for image segmentation includes Object detection, Face detection and in medical imaging. Tumour detection, Surgery planning and diagnosis of anatomical structures are some of the major applications of segmentation in medical imaging.

Motion Analysis:

Motion analysis is in the simplest case to find out a moving object from a sequence of images. This work can be extended to find the direction of movement, velocity and displacement calculation and object tracking. The basic idea is find out a static region (background) and a moving region with substantial displacement. One very popular method for this is finding the Optical flow. Motion analysis is extremely important in Surveillance and video object tracking. Tracking with a moving camera increases the complexity a lot due to the relative motion between camera and the object. Tracking with multiple cameras with overlapping or non-overlapping regions are current research issues in Object tracking.

Thursday, October 30, 2014

Understanding the process of Image Segmentation

Image segmentation is the process in which we do portioning of digital image into multiple segments. We convert the image information into more meaningful and easy to analyze data. Segmentation is not so easy in image processing and it is still in research.

In image segmentation we extract the information from the image. We use segmentation in object detection and feature extraction, in this we firstly do the edge segmentation.

Edge segmentation is the process in which when the intensity changes abruptly it can create edges in an image. Second we use segmentation by Thresholding, in thresholding process we use grey scale image and composed dark intensity image on light background.

Image segmentation





Thresholding is the way to separate out your information from image and it easy to analyze. We use histogram, histogram is the technique improving the contrast of an image for thresholding.

It is the common step of image processing when we are going to do recognition, object detection, region estimation, feature extraction.

Whenever we do segmentation our goal is to extract the information clearly because we want the information easy to analyse and understand.


Author - Rahul Bhardwaj
(Research Associate at Silicon Mentor)
Subscribe to: Comments (Atom)

AltStyle によって変換されたページ (->オリジナル) /