HomeSort by relevance Sort by last modified time
    Searched refs:ROI (Results 1 - 6 of 6) sorted by null

  /external/opencv3/samples/cpp/
facial_features.cpp 146 Mat ROI = img(Rect(face.x, face.y, face.width, face.height));
157 detectEyes(ROI, eyes, eye_cascade);
163 circle(ROI, Point(e.x+e.width/2, e.y+e.height/2), 3, Scalar(0, 255, 0), -1, 8);
164 /* rectangle(ROI, Point(e.x, e.y), Point(e.x+e.width, e.y+e.height),
174 detectNose(ROI, nose, nose_cascade);
180 circle(ROI, Point(n.x+n.width/2, n.y+n.height/2), 3, Scalar(0, 255, 0), -1, 8);
190 detectMouth(ROI, mouth, mouth_cascade);
200 rectangle(ROI, Point(m.x, m.y), Point(m.x+m.width, m.y+m.height), Scalar(0, 255, 0), 1, 4);
205 rectangle(ROI, Point(m.x, m.y), Point(m.x+m.width, m.y+m.height), Scalar(0, 255, 0), 1, 4);
  /external/opencv3/modules/superres/test/
test_superres.cpp 77 cv::Rect ROI(0, 0, (origFrame_.cols / scale_) * scale_, (origFrame_.rows / scale_) * scale_);
78 cv::superres::arrCopy(origFrame_(ROI), frame);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 171 Effect *effect, RECT *ROI,
215 Status ApplyEffect(Effect *effect, RECT *ROI);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 153 set_maps.DESCRIPTION = Set active and ROI maps
  /external/libvpx/libvpx/
examples.mk 197 set_maps.DESCRIPTION = Set active and ROI maps
  /hardware/intel/common/libva/va/
va.h 584 * \brief Encoding region-of-interest (ROI) attribute. Read-only.
586 * This attribute conveys whether the driver supports region-of-interest (ROI) encoding,
587 * based on user provided ROI rectangles. The attribute value returned indicates the number
588 * of regions that are supported. e.g. A value of 0 means ROI encoding is not supported.
589 * If ROI encoding is supported, the ROI information is passed to the driver using
    [all...]

Completed in 210 milliseconds