OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normsize
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cnormtst.c
665
int
normsize
= 0;
local
671
normsize
+= unorm_normalize(data + size, 1, UNORM_NFD, 0,
672
norm +
normsize
, 100 -
normsize
, &status);
687
if (nfdsize !=
normsize
|| u_memcmp(nfd, norm, nfdsize) != 0) {
[
all
...]
/external/opencv/cv/src/
mycvHaarDetectObjects.cpp
820
//const float
normSize
= float(equ_rect.width*equ_rect.height);
822
//float isRatio = featureSize /
normSize
;
823
//correctionRatio = targetRatio / isRatio /
normSize
;
[
all
...]
cvhaar.cpp
619
//const float
normSize
= float(equ_rect.width*equ_rect.height);
621
//float isRatio = featureSize /
normSize
;
622
//correctionRatio = targetRatio / isRatio /
normSize
;
[
all
...]
/external/opencv3/modules/objdetect/src/
haar.cpp
597
//const float
normSize
= float(equRect.width*equRect.height);
599
//float isRatio = featureSize /
normSize
;
600
//correctionRatio = targetRatio / isRatio /
normSize
;
[
all
...]
Completed in 4602 milliseconds