8000 GitHub - macgyverwang/Robotics_Demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

macgyverwang/Robotics_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

#Robotics_Demo

##Introduction: The main purpose of this demonstration is to recognize color patches on the cars and ball, and find a path by A* algorithm in further.

##Procedure:

  1. Recognizing color patches
  2. Creating map
  3. A* path finding

Source code comprises one main code, robotics_demo.m, and three M-file functions.

##Input Image: Oringinal Input Image

##Final Results: Final Output Image

##Functions Description: ###* color_rec:
Input: Image in HSV, HSV parameter, structuring element
Output: centroid point (2x1)array

Red Patch

###* obstacle_img:
Input: Color patches' centroid point
Output: 48x64 Binary Image

Obstacle Image

###* astar:
Input: pic_b(48x64 map image), start point, target point, structuring element
Output: path bank (2xN) matrix

##Reference:
More details about A* algorithm: A* Pathfinding for Beginner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0