Can it compute optical flow for color image pair? #8
Answered
by
rfezzani
qinzhang2016
asked this question in
Q&A
-
Can pyimof be used to compute optical flow for color image pair? |
Beta Was this translation helpful? Give feedback.
Answered by
rfezzani
Apr 13, 2020
Replies: 1 comment
-
Hello @qinzhang2016, thank you for your interest in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rfezzani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @qinzhang2016, thank you for your interest in
pyimof
;-)pyimof
doesn't natively manage color images, but you can easily convert your color images into gray scale values using for example theskimage.color.rgb2gray
function from thescikit-image
package.