mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
stable cvtColor
This commit is contained in:
parent
45593030ab
commit
c560a78c65
@ -192,7 +192,8 @@ void CvtColorLoop(const Mat& src, Mat& dst, const Cvt& cvt)
|
||||
{
|
||||
Range range(0, src.rows);
|
||||
CvtColorLoop_Invoker<Cvt> invoker(src, dst, cvt);
|
||||
parallel_for_(range, invoker);
|
||||
invoker(range);
|
||||
// parallel_for_(range, invoker);
|
||||
}
|
||||
|
||||
////////////////// Various 3/4-channel to 3/4-channel RGB transformations /////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user