100kimch / galapagos_grasshopper

project for bicycles & electric kickboard to run on "green wave".
MIT License
0 stars 1 forks source link

A bicycle path mapper #2

Open 100kimch opened 3 years ago

100kimch commented 3 years ago

A bicycle path mapper

Environments

Drafts

brief_description_of_a_bicycle_path_mapper

100kimch commented 3 years ago

Image processing procedures

  1. get bicycle image

img

  1. threshold & remove salt n pepper noise

img

  1. detect corners using harrisCornerDetection

img

100kimch commented 3 years ago

Detect & map crosswalks

  1. Get Kakao general 2d maps & district area maps

img

img

  1. make mask image of crosswalks img

  2. detect crosswalks img

  3. contour crosswalk area & make a box img

100kimch commented 3 years ago

Functions

Classes (equal to Data Models)