Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how long time change one 1280*800 pic from Bayer to RGB? #5

Open
juzhitao opened this issue Jun 10, 2021 · 0 comments
Open

how long time change one 1280*800 pic from Bayer to RGB? #5

juzhitao opened this issue Jun 10, 2021 · 0 comments

Comments

@juzhitao
Copy link

how long time change one 1280800 pic from Bayer to RGB? and do you know other faster bayer2RGB algorithm ?I know used opencv:read raw first: rawData(rawDataHeight, rawDataWidth, CV_8UC1, cv::Scalar(0)); then call cvtColor(rawImage, rgbImage, cv::COLOR_BayerGB2BGR), but is also need about 7ms for one 1280800 pic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant