Home | History | Annotate | Download | only in camera_calibration

Lines Matching refs:inputType

33     enum InputType { INVALID, CAMERA, VIDEO_FILE, IMAGE_LIST };
97 inputType = INVALID;
104 inputType = CAMERA;
110 inputType = IMAGE_LIST;
114 inputType = VIDEO_FILE;
116 if (inputType == CAMERA)
118 if (inputType == VIDEO_FILE)
120 if (inputType != IMAGE_LIST && !inputCapture.isOpened())
121 inputType = INVALID;
123 if (inputType == INVALID)
196 InputType inputType;
253 int mode = s.inputType == Settings::IMAGE_LIST ? CAPTURING : DETECTION;
381 if( s.inputType == Settings::IMAGE_LIST && s.showUndistorsed )