Giter Site home page Giter Site logo

autonomy-bootcamp's People

Contributors

markdunk avatar rayjinghaolei avatar shrinjay avatar trotyl15 avatar xierumeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autonomy-bootcamp's Issues

Ideas for Bootcamp

A few ideas for computer-vision related things that can be done for the bootcamp:

  • Read QR codes in an Image (takes an cv::Mat as input) using zlib or similar
  • Compare two binary cv::Mats (binary as in a thresholded CV_8U cv::Mat (see here for details) with values of either 0 or 255 for each pixel) and return the percentage overlap
  • Read the timestamp from an image file using exiv2
  • Convert the location of a given pixel in an image to GPS co-ordinates given the GPS co-ordinates of the centre of the image, heading of the image, altitude the image was taken at and field of view of the camera that took the picture.
  • Write a Histogram-based Image segmentation algorithm (ideally doing faster segmentation than kmeans as included in OpenCV; the idea being that creating a histogram is trivially fast and the colours to segment can be identified by analyzing the peaks and troughs in the histogram). (a bit more complicated than the others, but if you want a challenge, you don't have to write tests for this one, but make sure it's at least vaguely sane and manually test on images)

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.