[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] eaa090: [opencv_example] now c
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] eaa090: [opencv_example] now correctly using cv::Mat with ... |
Date: |
Mon, 30 May 2016 02:34:22 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: eaa090f4e0dd528b66b656483168c1b423aeeffe
https://github.com/paparazzi/paparazzi/commit/eaa090f4e0dd528b66b656483168c1b423aeeffe
Author: Wilco Schoneveld <address@hidden>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M sw/airborne/modules/computer_vision/opencv_example.cpp
Log Message:
-----------
[opencv_example] now correctly using cv::Mat with rows before cols (#1690)
The opencv example didn't work properly for the bebop bottom camera. Reversing
width and height in the cv::Mat constructor (rows before cols) fixes this
problem.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] eaa090: [opencv_example] now correctly using cv::Mat with ...,
GitHub <=