bayer2rgb
bayer2rgb copied to clipboard
how long time change one 1280*800 pic from Bayer to RGB?
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