Can anyone give me an idea about moving a robots by using image processing concept? It should reach the destination but it won't be affected by the obstacles?
See Section 1.1, starting on page 1, for overview of approaches to map-based and map-free robot navigation. An intensive review of all known approaches to robot navigation is given in Chapter 2, especially Section 2.2, starting on page 20. A very interesting part of this thesis is Section 2.6, starting on page 52 (Dimensionality reduction algorithms). Dimensionality reduction comes into play based on the need for more concise, lower dimensional representations of raw, complex high-dimensional signals. This means that manifold learning needs to be considered to make robot navigation efficient with fast responses to various situations encountered by a wandering (exploring) mobile robot. The introduction to approaches to manifold learning is both interesting and well-done.
The focus of this thesis is on navigation in a sensor space, starting on page 61, Chapter 3. This is followed by a complete overview of map learning in a sensor space, starting on page 135.
The paper introduces adaptive controller with learning and memory for mobile robots in complex, highly changeable environments. The model’s novelty lies in 1) simplifying complex environments into simple patterns and 2) training, storing, and recalling individual patterns independently through a dynamic memory.
There are a couple of robot software frameworks and operating systems for mobile robots which come with modules for navigation and collision avoidance, e.g. ROS.
You may also look at the robot simulation tools like VREP or MORSE, which also have path planning algorithms implemented