Video in gray, why?
Why in every video stabilization algorithm the frames are always converted to gray?
What is the logic behind it?
Why in every video stabilization algorithm the frames are always converted to gray?
What is the logic behind it?
Asked: 2014-09-04 00:12:15 -0600
Seen: 121 times
Last updated: Sep 04 '14
Removing outliers from goodFeaturesToTrack using the x84 method
Remove jitter in video stabilization
Which values for window size and number of pyramids are reasonable for calcOpticalFlowPyrLK?
Lossless video codecs in OpenCV?
Line detection and timestamps, video, Python
How to change BackgroundSubtractorMOG2 options
The idea is to perform some computation on an image source that is a bit more robust and invariant to lighting changes. In order to do so they are converted to greyscale images and a histogram equilization is applied. Also using grayscale images ensures you only need computations on a single channel, not on the three color channels which increases processing time.
Thanks Stevens you are awesome. Apparently this forum has prepotent people that don't like newbie questions. They want everyone to know everything but fortunately people like you exist. Thanks.
Don't take the -1 too hard. I sometimes see questions like this and also think that the topic starter didnt put effort in finding the solution. However then I remember I was an OpenCV noob once too. Good luck!