/external/opencv/cvaux/include/ |
cvaux.hpp | 63 float get_width() const // the smaller linear size of the object function in class:CvCamShiftTracker
|
/external/opencv/cv/src/ |
cvfilter.cpp | 908 int i = 0, j, k, width = state->get_width(); [all...] |
cvsmooth.cpp | 195 int width = state->get_width(); 221 int width = state->get_width(); 249 int i, width = state->get_width(); 310 int i, width = state->get_width(); 386 int i, width = state->get_width(); 444 int i, width = state->get_width(); [all...] |
cvderiv.cpp | 495 int i = 0, j, k, width = state->get_width(); \ 553 int i = 0, k, width = state->get_width(); 695 int i = 0, k, width = state->get_width(); [all...] |
cvmorph.cpp | 469 int width = state->get_width(); \ 528 int width = state->get_width(); \ 656 int width = state->get_width(); \ [all...] |
/external/opencv/cv/include/ |
cv.hpp | 114 int get_width() const { return prev_x_range.end_index - prev_x_range.start_index; } function in class:CvBaseImageFilter
|