Haochen Wu

Results 4 issues of Haochen Wu

**Describe the bug** We were trying to migrate a repo to git lfs which had a malformed local reference: `refs/head/some-description` instead of `refs/heads/some-description` After running `git lfs migrate import everything`...

enhancement

Example: ``` import copy import pyswagger m = pyswagger.primitives._model.Model() nm = copy.deepcopy(m) ``` Got: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () ----> 1 nm = deepcopy(m) /usr/lib64/python2.7/copy.pyc...

**Is your feature request related to a problem? Please describe.** Related to #707 , we would like to push aravis further to use it in kubernetes to control/stream from many...

1. Enhancement
5. Gige
2. Needs informations
2. Needs design
7. Containers

Adding some color conversion code alias same as https://github.com/opencv/opencv/blob/850be1e0874a4881b94392773d2f1702344658ac/modules/imgproc/include/opencv2/imgproc.hpp#L536 This change helps with code readability especially for demosaicing. I left out other alias in the hpp file for now as...