Skip to content

A Cross-Platform Solution for fast image segmentation based tasks frequented in robotics

Notifications You must be signed in to change notification settings

kektobiologist/vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vision

A Cross-Platform Solution for fast image segmentation based tasks frequented in robotics.

Features

  • YUV cube based segmentation. Can choose custom contour for each colour. 3D-LUT implemented.
  • Blob detection. One pass algorithm covers all blobs of all colors.
  • Separate threads for:
    1. Color Calibration
    2. Video and Video processing (segmentation, blob detection)
    3. Algorithm (to be implemented by user)
    4. GUI
  • Allows different applications (eg. feature matching, lane following etc. ) to utilise a common calibration and GUI. Any arbitrary functionality may be added in the Algorithm class. A BeliefState class populates blob/segmentation data into the algorithm class.

![Screenshot](pics/pic1.png "Screenshot of usage")

About

A Cross-Platform Solution for fast image segmentation based tasks frequented in robotics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published