Giter Site home page Giter Site logo

perception-coding-challenge-wa's Introduction

Perception Coding Challenge

My solution

Methodology

Firstly, the cones needed to be detected and all other noise needed to be removed. Since the cones are bright orange, I first slightly blurred the image and then filtered the image based on a very high saturation value. This gave me a black and white image with the silhouettes of the cones as white. Then, I used the simpleblobdetector to detect the positions of each of the cones in the image, and got a list of points from that. To distinguish the left side from the right side, I found the position in the list of points where the slope changed, and used that to separate the points. After that, I had a list of points for the left and right sides, and ran the least squares algorithm on each of them to get the final lines.

What did I try and what did not work

I tried detecting the cones using a triangular kernel passed over the image. This did not provide nearly good enough results, because the size, orientation, and shape of each of the cones was different, and the size and shape of the exit sign was not different enough. I realized that I do not have to filter just by the triangular shape of the cones, but rather just the bright color that they have.

What libraries are used

I used just the opencv library, version 4.7.0

perception-coding-challenge-wa's People

Contributors

nikhilc1527 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.