OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:meanbggreylevell
(Results
1 - 1
of
1
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c
323
uint32
meanBGGreyLevelL
;
375
bim_ToneDownBGSupp_BGGreyLevelContour( imgA, rectA, &
meanBGGreyLevelL
);
377
/* printf( "new mean BG gray value = %f \n", ( float )
meanBGGreyLevelL
/ 65536.0f ); */
381
meanBGGreyLevelL
= ( 128 << meanBGGreyBBPL );
382
meanBGGreyLevelByteL =
meanBGGreyLevelL
>> meanBGGreyBBPL;
Completed in 1046 milliseconds