1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

coreTlsData -> getCoreTlsData()

This commit is contained in:
Alexander Alekhin
2015-02-04 13:03:27 +03:00
parent 4c52dfc956
commit 2054123890
4 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ void RNG::fill( InputOutputArray _mat, int disttype,
cv::RNG& cv::theRNG()
{
return coreTlsData.get()->rng;
return getCoreTlsData().get()->rng;
}
void cv::randu(InputOutputArray dst, InputArray low, InputArray high)