#1108 closed enhancement (fixed)
opencv csc module
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | trivial | Milestone: | 0.17 |
Component: | encodings | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Related to #1030: http://opencv.org/ provides simple utility csc functions, including wiki/CSC via cvtcolor: rgb = cv2.cvtColor(bgr, cv2.COLOR_BGR2RGB)
I'm not sure how we can deal with rowstride, but I think the underlying numpy buffers it uses can help us with that.
It should be quite easy to make a csc module, then we can see what performance we get, how it compares to the leading contenders (#973), how portable it is (builds on win32, not yet on osx), etc.
Change History (3)
comment:1 Changed 5 years ago by
Status: | new → assigned |
---|
comment:2 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This will do for now.
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1108
Note: See
TracTickets for help on using
tickets.
Added a
csc_opencv
csc module in r11811, minor fixes in r11819.Notes / limitations / TODO:
Can easily be tested by forcing CSC with h264: