OpenMP for RAW histogram
This commit is contained in:
@@ -1898,6 +1898,7 @@ void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LU
|
|||||||
|
|
||||||
float mult = 65535.0 / ri->get_white();
|
float mult = 65535.0 / ri->get_white();
|
||||||
|
|
||||||
|
#pragma omp parallel for
|
||||||
for (int i=border; i<H-border; i++) {
|
for (int i=border; i<H-border; i++) {
|
||||||
int start, end, idx;
|
int start, end, idx;
|
||||||
getRowStartEnd (i, start, end);
|
getRowStartEnd (i, start, end);
|
||||||
|
Reference in New Issue
Block a user