LW12 Protocol and Python Package
- in Allgemein
- posted December 19, 2015
For my new flat I wanted controllable RGB LED stripes. Problem is, most of the controllable cheap ones only have IR remotes, so the receiver must be in line of sight of the remote somehow. That has several drawbacks: you cannot install it behind some furniture without...
Read MoreSICK PLS 101-312, Python and Linux
- in Allgemein
- posted December 19, 2015
After fiddling around with some ultrasonic sensors for S.A.R.A.H. (my home automation system), I was looking for other options. Thanks to ebay, industrial laserscanners are now an option :) In this article I will describe how I connected the scanner with a regular PC,...
Read MoreDisplacement priors
- in Computer Vision Feature Representations Machine Learning Robotics Simulation
- posted October 16, 2015
What is the target of all this ? Driving in an automotive scenario with a given speed and turnrate at any moment, we want to predict the displacement of a 2D-projection (pixel) between two frames: By using the camera-calibration, I can create artificial curves...
Read MoreSymmetry detection
- in Computer Vision Feature Representations
- posted October 13, 2015
This will probably become one of our modalities in the future: symmetry ! Thanks to the guys at hs-niederrhein, there is symmetry-detection-code that can already be used for some first estimates: This software implements the gradient product transform for symmetry detection that is described...
Read MoreLane detection
- in Allgemein Automotive Computer Vision Feature Representations
- posted October 11, 2015
Today I will try to detect some lanes.. Assumptions: – We know the lane-width (plus minus) – We are inside the middle of a lane – We know the camera geometry – Based on the turnrate of the IMU we can estimate the curvature...
Read MoreTraining Cascades to detect cars
- in Allgemein
- posted October 9, 2015
I spent some time on training several cascades to detect cars in ego-view automotive videos, and will now document what I’ve learned. I will use the existing OpenCV-tools. Data preparation ./cascadetraining/ -> pos/ 1000 images containing the desired object -> pos.info (containing the filenames...
Read MoreBCCN 2015 Poster
- in Allgemein
- posted September 19, 2015
We presented our poster at the BCCN conference 2015 in Heidelberg. It describes our system platform and a first case study of brakelight detection.
Read More