Closed DonovanBoddy closed 10 years ago
Unit ocv.comp.Types Function TocvImage.AsBitmap
Line pb[3 * j + K] := data[i * wStep + j * Channels + K]
I think should be pb[Channels * j + K] := data[i * wStep + j * Channels + K]
Also, not sure why this line is here Result := Result;
Unit ocv.comp.Types Function TocvImage.AsBitmap
Line pb[3 * j + K] := data[i * wStep + j * Channels + K]
I think should be pb[Channels * j + K] := data[i * wStep + j * Channels + K]
Also, not sure why this line is here Result := Result;