Home
last modified time | relevance | path

Searched refs:Rect (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp82 virtual void detect(const cv::Mat& image, std::vector<cv::Rect>& objects) = 0;
138 typedef std::pair<cv::Rect, int> Object;
139 virtual void getObjects(std::vector<cv::Rect>& result) const;
152 cv::Rect location;
154 ExtObject(int _id, cv::Rect _location, ObjectStatus _status) in ExtObject()
162 virtual int addObject(const cv::Rect& location); //returns id of the new object
187 typedef std::vector<cv::Rect> PositionsVector;
195 TrackedObject(const cv::Rect& rect):numDetectedFrames(1), numFramesNotDetected(0) in TrackedObject()
216 void updateTrackedObjects(const std::vector<cv::Rect>& detectedObjects);
217 cv::Rect calcTrackedObjectPositionToShow(int i) const;
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp125 inline bool operator()(const Rect& r1, const Rect& r2) const in operator ()()
151 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps = 0.2…
153 CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& w…
156 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, int groupThreshold,
159 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, std::vector<int>& rejectLevels,
162 CV_EXPORTS void groupRectangles_meanshift(std::vector<Rect>& rectList, std::vector<double>& found…
181 CV_OUT std::vector<Rect>& objects,
187 CV_OUT std::vector<Rect>& objects,
194 CV_OUT std::vector<Rect>& objects,
271 CV_OUT std::vector<Rect>& objects,
[all …]
H A Dcalib3d.hpp1325 CV_OUT Rect* validPixROI1 = 0, CV_OUT Rect* validPixROI2 = 0 );
1371 CV_OUT Rect* roi1, CV_OUT Rect* roi2, int flags );
1402 CV_OUT Rect* validPixROI = 0,
1764 CV_EXPORTS_W Rect getValidDisparityROI( Rect roi1, Rect roi2,
2109 CV_WRAP virtual Rect getROI1() const = 0;
2110 CV_WRAP virtual void setROI1(Rect roi1) = 0;
2112 CV_WRAP virtual Rect getROI2() const = 0;
2113 CV_WRAP virtual void setROI2(Rect roi2) = 0;
H A Dhighgui.hpp453 CV_EXPORTS_W Rect getWindowImageRect(const String& winname);
501 CV_EXPORTS_W Rect selectROI(const String& windowName, InputArray img, bool showCrosshair = true, bo…
505 CV_EXPORTS_W Rect selectROI(InputArray img, bool showCrosshair = true, bool fromCenter = false);
523 … CV_OUT std::vector<Rect>& boundingBoxes, bool showCrosshair = true, bool fromCenter = false);
H A Dstitching.hpp244 … Status estimateTransform(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois);
270 …Status stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois, OutputArray …
301 std::vector<std::vector<cv::Rect> > rois_;
H A Dimgproc.hpp985 CV_WRAP Subdiv2D(Rect rect);
992 CV_WRAP void initDelaunay(Rect rect);
3456 CV_EXPORTS_W void grabCut( InputArray img, InputOutputArray mask, Rect rect,
3544 Point seedPoint, Scalar newVal, CV_OUT Rect* rect = 0,
3620 Point seedPoint, Scalar newVal, CV_OUT Rect* rect=0,
3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
4441 CV_EXPORTS void rectangle(CV_IN_OUT Mat& img, Rect rec,
4682 CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers.hpp82 …virtual Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ym…
116 virtual Rect warpRoi(Size src_size, InputArray K, InputArray R) = 0;
146Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_O…
154 Rect warpRoi(Size src_size, InputArray K, InputArray R) CV_OVERRIDE;
192 …virtual Rect buildMaps(Size src_size, InputArray K, InputArray R, InputArray T, OutputArray xmap, …
193Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_O…
200 Rect warpRoi(Size src_size, InputArray K, InputArray R) CV_OVERRIDE;
201 Rect warpRoi(Size src_size, InputArray K, InputArray R, InputArray T);
223Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_O…
226 Rect warpRoi(Size src_size, InputArray K, InputArray R) CV_OVERRIDE;
[all …]
H A Dblenders.hpp78 virtual void prepare(Rect dst_roi);
95 Rect dst_roi_;
108 void prepare(Rect dst_roi) CV_OVERRIDE;
114 Rect createWeightMaps(const std::vector<UMat> &masks, const std::vector<Point> &corners,
135 void prepare(Rect dst_roi) CV_OVERRIDE;
143 Rect dst_roi_final_;
H A Dutil.hpp103 CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
104 CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images);
105 CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);
106 CV_EXPORTS Rect resultRoiIntersection(const std::vector<Point> &corners, const std::vector<Size> &s…
H A Dseam_finders.hpp96 virtual void findInPair(size_t first, size_t second, Rect roi) = 0;
114 void findInPair(size_t first, size_t second, Rect roi) CV_OVERRIDE;
265 void findInPair(size_t first, size_t second, Rect roi) CV_OVERRIDE;
H A Dmatchers.hpp85 void operator ()(InputArray image, ImageFeatures &features, const std::vector<cv::Rect> &rois);
95 const std::vector<std::vector<cv::Rect> > &rois);
H A Dtimelapsers.hpp76 Rect dst_roi_;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c1227 xRectangle Rect[3]; in xf86InitFBManagerArea() local
1235 Rect[0].x = Rect[0].y = 0; in xf86InitFBManagerArea()
1236 Rect[0].width = pScrn->displayWidth; in xf86InitFBManagerArea()
1237 Rect[0].height = PixelArea / pScrn->displayWidth; in xf86InitFBManagerArea()
1241 if ((Rect[1].height = Rect[1].width = PixelArea % pScrn->displayWidth)) { in xf86InitFBManagerArea()
1242 Rect[1].x = 0; in xf86InitFBManagerArea()
1243 Rect[1].y = Rect[0].height; in xf86InitFBManagerArea()
1244 Rect[1].height = 1; in xf86InitFBManagerArea()
1249 pRegion = RegionFromRects(nRect, Rect, 0); in xf86InitFBManagerArea()
1252 Rect[2].x = Rect[2].y = 0; in xf86InitFBManagerArea()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Drect.hpp6 struct Rect { struct
7 Rect() = default;
8 Rect(T x_, T y_, T w_, T h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() function
13 Rect operator *(Number value) const { in operator *() argument
14 return Rect(x * value, y * value, w * value, h * value); in operator *()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcalib3d.hpp1325 CV_OUT Rect* validPixROI1 = 0, CV_OUT Rect* validPixROI2 = 0 );
1371 CV_OUT Rect* roi1, CV_OUT Rect* roi2, int flags );
1402 CV_OUT Rect* validPixROI = 0,
1764 CV_EXPORTS_W Rect getValidDisparityROI( Rect roi1, Rect roi2,
2109 CV_WRAP virtual Rect getROI1() const = 0;
2110 CV_WRAP virtual void setROI1(Rect roi1) = 0;
2112 CV_WRAP virtual Rect getROI2() const = 0;
2113 CV_WRAP virtual void setROI2(Rect roi2) = 0;
H A Dimgproc.hpp985 CV_WRAP Subdiv2D(Rect rect);
992 CV_WRAP void initDelaunay(Rect rect);
3456 CV_EXPORTS_W void grabCut( InputArray img, InputOutputArray mask, Rect rect,
3544 Point seedPoint, Scalar newVal, CV_OUT Rect* rect = 0,
3620 Point seedPoint, Scalar newVal, CV_OUT Rect* rect=0,
3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
4441 CV_EXPORTS void rectangle(CV_IN_OUT Mat& img, Rect rec,
4682 CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcalib3d.hpp1325 CV_OUT Rect* validPixROI1 = 0, CV_OUT Rect* validPixROI2 = 0 );
1371 CV_OUT Rect* roi1, CV_OUT Rect* roi2, int flags );
1402 CV_OUT Rect* validPixROI = 0,
1764 CV_EXPORTS_W Rect getValidDisparityROI( Rect roi1, Rect roi2,
2109 CV_WRAP virtual Rect getROI1() const = 0;
2110 CV_WRAP virtual void setROI1(Rect roi1) = 0;
2112 CV_WRAP virtual Rect getROI2() const = 0;
2113 CV_WRAP virtual void setROI2(Rect roi2) = 0;
H A Dimgproc.hpp985 CV_WRAP Subdiv2D(Rect rect);
992 CV_WRAP void initDelaunay(Rect rect);
3456 CV_EXPORTS_W void grabCut( InputArray img, InputOutputArray mask, Rect rect,
3544 Point seedPoint, Scalar newVal, CV_OUT Rect* rect = 0,
3620 Point seedPoint, Scalar newVal, CV_OUT Rect* rect=0,
3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
4441 CV_EXPORTS void rectangle(CV_IN_OUT Mat& img, Rect rec,
4682 CV_EXPORTS_W bool clipLine(Rect imgRect, CV_OUT CV_IN_OUT Point& pt1, CV_OUT CV_IN_OUT Point& pt2);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.hpp21 Rect<uint16_t> tex_, in SymbolQuad()
36 Rect<uint16_t> tex;
H A Dglyph_atlas.hpp10 Rect<uint16_t> rect;
H A Dquads.cpp84 Rect<uint16_t> textureRect { in getIconQuad()
113 const Rect<uint16_t>& rect = glyph.rect; in getGlyphQuads()
H A Dglyph_atlas.cpp44 Rect<uint16_t> { in makeGlyphAtlas()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking.hpp79 CV_EXPORTS_W RotatedRect CamShift( InputArray probImage, CV_IN_OUT Rect& window,
104 CV_EXPORTS_W int meanShift( InputArray probImage, CV_IN_OUT Rect& window, TermCriteria criteria );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking.hpp79 CV_EXPORTS_W RotatedRect CamShift( InputArray probImage, CV_IN_OUT Rect& window,
104 CV_EXPORTS_W int meanShift( InputArray probImage, CV_IN_OUT Rect& window, TermCriteria criteria );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.hpp17 Rect<uint16_t> textureRect;

123