OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_window_size
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/include/
cvtypes.h
367
CvSize
orig_window_size
;
member in struct:CvHaarClassifierCascade
/external/opencv/cv/src/
mycvHaarDetectObjects.cpp
174
CvSize
orig_window_size
;
local
190
orig_window_size
= cascade->
orig_window_size
;
224
r.x + r.width >
orig_window_size
.width
227
(r.x < 0 || r.y + r.height >
orig_window_size
.height))
230
r.y + r.width + r.height >
orig_window_size
.height)))
330
float ipp_weight_scale=(float)(1./((
orig_window_size
.width-icv_object_win_border*2)*
331
(
orig_window_size
.height-icv_object_win_border*2)));
359
//ipp_features[k].y =
orig_window_size
.height - ipp_features[k].y - ipp_features[k].height;
689
_cascade->real_window_size.width = cvRound( _cascade->
orig_window_size
.width * scale )
[
all
...]
cvhaar.cpp
192
CvSize
orig_window_size
;
local
208
orig_window_size
= cascade->
orig_window_size
;
242
r.x + r.width >
orig_window_size
.width
245
(r.x < 0 || r.y + r.height >
orig_window_size
.height))
248
r.y + r.width + r.height >
orig_window_size
.height)))
348
float ipp_weight_scale=(float)(1./((
orig_window_size
.width-icv_object_win_border*2)*
349
(
orig_window_size
.height-icv_object_win_border*2)));
377
//ipp_features[k].y =
orig_window_size
.height - ipp_features[k].y - ipp_features[k].height;
490
_cascade->real_window_size.width = cvRound( _cascade->
orig_window_size
.width * scale )
[
all
...]
Completed in 221 milliseconds