Uses of Class
boofcv.struct.RectangleRotate_F32
-
Uses of RectangleRotate_F32 in boofcv.abst.tracker
Modifier and TypeMethodDescriptionstatic void
Sfot_to_TrackObjectQuad.quadToRectRot
(Quadrilateral_F64 q, RectangleRotate_F32 r) static void
Sfot_to_TrackObjectQuad.rectRotToQuad
(RectangleRotate_F32 r, Quadrilateral_F64 q) -
Uses of RectangleRotate_F32 in boofcv.alg.tracker.meanshift
Modifier and TypeMethodDescriptionvoid
LocalWeightedHistogramRotRect.computeHistogram
(T image, RectangleRotate_F32 region) Computes the histogram inside the specified region.protected void
LocalWeightedHistogramRotRect.computeHistogramBorder
(T image, RectangleRotate_F32 region) Computes the histogram and skips pixels which are outside the image borderprotected void
LocalWeightedHistogramRotRect.computeHistogramInside
(RectangleRotate_F32 region) Computes the histogram quickly inside the imagevoid
TrackerMeanShiftComaniciu2003.initialize
(T image, RectangleRotate_F32 initial) Specifies the initial image to learn the target descriptionprotected boolean
LocalWeightedHistogramRotRect.isInFastBounds
(RectangleRotate_F32 region) Checks to see if the region can be sampled using the fast algorithmvoid
TrackerMeanShiftComaniciu2003.setTrackLocation
(RectangleRotate_F32 location) Used to set the location of the track without changing any appearance history.protected void
LocalWeightedHistogramRotRect.squareToImageSample
(float x, float y, RectangleRotate_F32 region) Converts a point from square coordinates into image coordinatesprotected void
TrackerMeanShiftComaniciu2003.updateLocation
(T image, RectangleRotate_F32 region) Updates the region's location using the standard mean-shift algorithm -
Uses of RectangleRotate_F32 in boofcv.struct