Skip to content
View kylehounslow's full-sized avatar
🛰️
🛰️
  • Vancouver, BC

Block or report kylehounslow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bmw_2019 bmw_2019 Public

    BMW Summer School Workshop on Computer Vision

    Jupyter Notebook 2

  2. opencv-tuts opencv-tuts Public

    A collection of practical OpenCV examples for use with my YouTube tutorial series.

    C++ 50 36

  3. multi_tracking multi_tracking Public

    Multiple object tracking using Kalman filters and Munkres algorithm

    Python 13 2

  4. imutils imutils Public

    Forked from PyImageSearch/imutils

    A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.

    Python 1

  5. Send and receive images using Flask,... Send and receive images using Flask, Numpy and OpenCV
    1
    from __future__ import print_function
    2
    import requests
    3
    import json
    4
    import cv2
    5
    
                  
  6. gdg_workshop gdg_workshop Public

    Workshop presented at the Google Developer Conference Nov 17, 2018

    Python 3