Home
last modified time | relevance | path

Searched refs:shadingMapSize (Results 1 – 1 of 1) sorted by relevance

/system/media/camera/docs/
Dplots.py135 shadingMapSize = np.array([3, 4]) variable
140 redMap = shadingMap1[0::4].reshape(shadingMapSize)
141 greenEMap = shadingMap1[1::4].reshape(shadingMapSize)
142 greenOMap = shadingMap1[2::4].reshape(shadingMapSize)
143 blueMap = shadingMap1[3::4].reshape(shadingMapSize)
146 redMap = np.dstack( (redMap, np.zeros(shadingMapSize), np.zeros(shadingMapSize) ) )
147 greenEMap = np.dstack( (np.zeros(shadingMapSize), greenEMap, np.zeros(shadingMapSize) ) )
148 greenOMap = np.dstack( (np.zeros(shadingMapSize), greenOMap, np.zeros(shadingMapSize) ) )
149 blueMap = np.dstack( (np.zeros(shadingMapSize), np.zeros(shadingMapSize), blueMap ) )