mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Remove trailing whitespace.
This commit is contained in:
parent
287c8a3330
commit
9f0a88c1d6
@ -742,7 +742,7 @@ kernel void processRetinaParvoMagnoMapping(
|
|||||||
}
|
}
|
||||||
const int offset = mad24(gidy, elements_per_row, gidx);
|
const int offset = mad24(gidy, elements_per_row, gidx);
|
||||||
|
|
||||||
float distanceToCenter =
|
float distanceToCenter =
|
||||||
sqrt(((float)(gidy - halfRows) * (gidy - halfRows) + (gidx - halfCols) * (gidx - halfCols)));
|
sqrt(((float)(gidy - halfRows) * (gidy - halfRows) + (gidx - halfCols) * (gidx - halfCols)));
|
||||||
|
|
||||||
float a = distanceToCenter < minDistance ?
|
float a = distanceToCenter < minDistance ?
|
||||||
|
Loading…
Reference in New Issue
Block a user