Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
FDet.detect(FImage im)
Detect faces in an image
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Image.getBounds()
Get a rectangle representing the image, with the top-left at 0,0 and the
bottom-right at width,height
|
Rectangle |
SVGImage.getContentArea() |
abstract Rectangle |
Image.getContentArea()
Get bounding box of non-zero-valued pixels around the outside of the
image.
|
Rectangle |
FImage.getContentArea()
Get bounding box of non-zero-valued pixels around the outside of the
image.
|
Rectangle |
MultiBandImage.getContentArea()
Get bounding box of non-zero-valued pixels around the outside of the
image.
|
Modifier and Type | Method and Description |
---|---|
I |
Image.extractROI(Rectangle r)
Extract a rectangular region of interest of the given width and height.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
TemplateMatcher.getSearchBounds() |
Rectangle |
FourierTemplateMatcher.getSearchBounds() |
Modifier and Type | Method and Description |
---|---|
float |
SummedAreaTable.calculateArea(Rectangle r)
Calculate the sum of pixels in the image used for constructing this SAT
within the given rectangle
|
float |
SummedSqAreaTable.calculateSqSumArea(Rectangle r)
Calculate the sum of squared pixels in the image used for constructing
this SAT within the given rectangle
|
float |
SummedSqAreaTable.calculateSumArea(Rectangle r)
Calculate the sum of pixels in the image used for constructing this SAT
within the given rectangle
|
float |
SummedSqTiltAreaTable.calculateTiltedSumArea(Rectangle r)
Calculate the sum pixels in the image used for constructing this SAT
within the given 45-degree tilted rectangle.
|
void |
TemplateMatcher.setSearchBounds(Rectangle searchBounds)
Set the search bounds rectangle.
|
void |
FourierTemplateMatcher.setSearchBounds(Rectangle searchBounds)
Set the search bounds rectangle.
|
Constructor and Description |
---|
FourierTemplateMatcher(FImage template,
Rectangle bounds,
FourierTemplateMatcher.Mode mode)
Construct with the template to match and the bounds rectangle in which
to search.
|
TemplateMatcher(FImage template,
TemplateMatcher.Mode mode,
Rectangle bounds)
Construct with the template to match, the mode with which to
estimate template responses and the bounds rectangle in which
to search.
|
Modifier and Type | Method and Description |
---|---|
Histogram |
SATWindowedExtractor.computeHistogram(Rectangle roi) |
Histogram |
WindowedHistogramExtractor.computeHistogram(Rectangle roi)
Compute the histogram for the given window.
|
Histogram |
BinnedWindowedExtractor.computeHistogram(Rectangle roi) |
Histogram |
BinnedWindowedExtractor.computeHistogram(Rectangle roi,
FImage weights)
Compute the histogram for the given window.
|
void |
SATWindowedExtractor.computeHistogram(Rectangle roi,
Histogram histogram) |
void |
WindowedHistogramExtractor.computeHistogram(Rectangle roi,
Histogram histogram)
Compute the histogram for the given window, storing the output in the
given
Histogram object, which must have the same length as given
by WindowedHistogramExtractor.getNumBins() . |
void |
BinnedWindowedExtractor.computeHistogram(Rectangle roi,
Histogram histogram) |
Modifier and Type | Method and Description |
---|---|
Histogram |
SpatialBinningStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output)
Extract a histogram describing image content in the given region using
the given
WindowedHistogramExtractor to extract (sub) histograms
from which to build the output. |
Histogram |
QuadtreeStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
SimpleBlockStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Caltech101.Record.getBounds()
Get the bounds rectangle if it is available
|
Modifier and Type | Method and Description |
---|---|
Histogram |
HOG.getFeatureVector(Rectangle rectangle)
Compute the HOG feature for the given window.
|
Histogram |
PHOG.getFeatureVector(Rectangle rect)
Extract the PHOG feature for the specified region of the image last
analysed with
PHOG.analyseImage(FImage) . |
Modifier and Type | Method and Description |
---|---|
Histogram |
FlexibleHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
FixedHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
void |
DenseSIFT.analyseImage(FImage image,
Rectangle bounds) |
void |
PyramidDenseSIFT.analyseImage(IMAGE image,
Rectangle originalBounds) |
abstract void |
AbstractDenseSIFT.analyseImage(IMAGE image,
Rectangle bounds)
Compute the dense sift descriptors inside the bounds rectangle of the
given image.
|
void |
ColourDenseSIFT.analyseImage(MBFImage image,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
AGGREGATE |
BlockSpatialAggregator.aggregate(List<? extends LocalFeature<? extends SpatialLocation,? extends ArrayFeatureVector<T>>> features,
Rectangle bounds) |
AGGREGATE |
PyramidSpatialAggregator.aggregate(List<? extends LocalFeature<? extends SpatialLocation,? extends ArrayFeatureVector<T>>> features,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractStructureTensorIPD.detectMaxima(FImage image,
Rectangle window) |
void |
AffineAdaption.findInterestPoints(FImage image,
Rectangle window) |
void |
InterestPointDetector.findInterestPoints(FImage image,
Rectangle window)
Find the interest points in an image
|
void |
AbstractStructureTensorIPD.findInterestPoints(FImage image,
Rectangle window) |
FValuePixel |
AbstractStructureTensorIPD.findMaximum(Rectangle window) |
Modifier and Type | Method and Description |
---|---|
protected Rectangle |
FPatchLandmarkModel.getROI(int x,
int y,
int w,
int h) |
Modifier and Type | Field and Description |
---|---|
protected Rectangle |
AbstractMultiScaleObjectDetector.roi |
Modifier and Type | Method and Description |
---|---|
void |
RotationSimulationObjectDetector.setROI(Rectangle roi) |
void |
AbstractMultiScaleObjectDetector.setROI(Rectangle roi) |
void |
ObjectDetector.setROI(Rectangle roi)
(Optional operation).
|
void |
FilteringObjectDetector.setROI(Rectangle roi) |
Modifier and Type | Method and Description |
---|---|
List<ObjectIntPair<Rectangle>> |
OpenCVGrouping.apply(List<Rectangle> input) |
Modifier and Type | Method and Description |
---|---|
List<ObjectIntPair<Rectangle>> |
OpenCVGrouping.apply(List<Rectangle> input) |
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
Detector.detect(FImage image) |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiThreadedDetector.detectAtScale(SummedSqTiltAreaTable sat,
int startX,
int stopX,
int startY,
int stopY,
float ystep,
int windowWidth,
int windowHeight,
List<Rectangle> results) |
protected void |
Detector.detectAtScale(SummedSqTiltAreaTable sat,
int startX,
int stopX,
int startY,
int stopY,
float ystep,
int windowWidth,
int windowHeight,
List<Rectangle> results)
Perform detection at a single scale.
|
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
HOGDetector.detect(FImage image) |
Modifier and Type | Method and Description |
---|---|
double |
HOGClassifier.classify(Rectangle current) |
Modifier and Type | Method and Description |
---|---|
protected void |
HOGDetector.detectAtScale(int startX,
int stopX,
int startY,
int stopY,
float ystep,
int windowWidth,
int windowHeight,
List<Rectangle> results)
Perform detection at a single scale.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
PixelSet.calculateRegularBoundingBox()
Calculate the regular bounding box of the region by calculating the
maximum and minimum x and y coordinates of the pixels contained within
the region.
|
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
QuadtreeSampler.allRectangles()
Get all the sampling regions
|
List<Rectangle> |
RectangleSampler.allRectangles()
Get a list of all the rectangles that can be produced by this sampler
|
Iterator<Rectangle> |
QuadtreeSampler.iterator() |
Iterator<Rectangle> |
RectangleSampler.iterator() |
List<List<Rectangle>> |
QuadtreeSampler.levelRectangles()
Get all the sampling regions grouped by level
|
Modifier and Type | Method and Description |
---|---|
void |
RectangleSampler.setBounds(Rectangle r)
Adjust the bounds of the sampler
|
Constructor and Description |
---|
QuadtreeSampler(Rectangle r,
int nLevels)
Construct the sampler with the given parameters
|
RectangleSampler(Rectangle bounds,
float stepx,
float stepy,
float width,
float height)
Construct the sampler with the given parameters
|
Modifier and Type | Field and Description |
---|---|
protected Rectangle |
DetectedFace.bounds
The upright bounds of the face in the image in which it was detected
|
Modifier and Type | Field and Description |
---|---|
protected DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.groupingFilter |
protected DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.groupingFilter |
Modifier and Type | Method and Description |
---|---|
Rectangle |
DetectedFace.getBounds()
Get the bounding box of the face in the detection image.
|
Modifier and Type | Method and Description |
---|---|
DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.getGroupingFilter() |
DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.getGroupingFilter() |
Modifier and Type | Method and Description |
---|---|
void |
DetectedFace.setBounds(Rectangle rect)
Set the bounds of this face.
|
Modifier and Type | Method and Description |
---|---|
List<CLMDetectedFace> |
CLMFaceDetector.detectFaces(FImage image,
List<Rectangle> detRects)
Detect faces in the image using the given rectangles as the seeds from
which to start fitting the model.
|
void |
HaarCascadeDetector.setGroupingFilter(DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> grouping)
Set the filter for merging detections
|
void |
HaarCascadeDetector.setGroupingFilter(DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> grouping)
Set the filter for merging detections
|
Constructor and Description |
---|
CCDetectedFace(Rectangle bounds,
FImage patch,
ConnectedComponent cc,
float confidence)
Construct with a bounds rectangle (the bounding box of the face in the
detection image),an image patch that describes the contents of the bounds
rectangle from the original image, and a
ConnectedComponent
describing the shape of the detected face. |
CLMDetectedFace(Rectangle bounds,
Jama.Matrix shape,
Jama.Matrix poseParameters,
Jama.Matrix shapeParameters,
Jama.Matrix visibility,
FImage fullImage)
Construct with the given bounds, shape and pose parameters and detection
image.
|
DetectedFace(Rectangle bounds,
FImage patch,
float confidence)
Construct with a bounds rectangle (the bounding box of the face in the
detection image) and an image patch that describes the contents of the
bounds rectangle from the original image.
|
Constructor and Description |
---|
KEDetectedFace(Rectangle bounds,
FImage patch,
FacialKeypoint[] keypoints,
float confidence)
Construct with parameters.
|
Modifier and Type | Field and Description |
---|---|
protected Rectangle |
DoGSIFTFeature.bounds |
Modifier and Type | Method and Description |
---|---|
Rectangle |
DoGSIFTFeature.getBounds() |
Modifier and Type | Method and Description |
---|---|
Map<String,Rectangle> |
FaceSimilarityEngine.getBoundingBoxes() |
Modifier and Type | Field and Description |
---|---|
Rectangle |
MultiTracker.TrackedFace.lastMatchBounds
The last matched bounds: _rect
|
Rectangle |
MultiTracker.TrackedFace.redetectedBounds
The redetected bounds: R
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
MultiTracker.TrackedFace.getBounds() |
protected Rectangle |
MultiTracker.updateTemplate(MultiTracker.TrackedFace f,
FImage im,
Jama.Matrix s,
boolean resize) |
Modifier and Type | Method and Description |
---|---|
void |
MultiTracker.initShape(Rectangle r,
Jama.Matrix shape,
Jama.Matrix _rshape)
Initialise the shape within the given rectangle based on the given
reference shape.
|
Constructor and Description |
---|
TrackedFace(Rectangle r,
MultiTracker.TrackerVars tv) |
Modifier and Type | Method and Description |
---|---|
static FImage |
ResizeProcessor.zoom(FImage in,
Rectangle inRect,
FImage dst,
Rectangle dstRect)
Draws one portion of an image into another, resampling as necessary using
the default filter function.
|
static FImage |
ResizeProcessor.zoom(FImage in,
Rectangle inRect,
FImage dst,
Rectangle dstRect,
ResizeFilterFunction filterf)
Draws one portion of an image into another, resampling as necessary.
|
Modifier and Type | Field and Description |
---|---|
protected List<Rectangle> |
ProjectionProcessor.projectedRectangles |
Modifier and Type | Method and Description |
---|---|
Rectangle |
LuoTangSubjectRegion.calculateROI() |
Modifier and Type | Method and Description |
---|---|
Map<Rectangle,IndependentPair<T,String>> |
TextExtractor.getText()
Get text that can be extracted from an image.
|
abstract Map<Rectangle,T> |
TextExtractor.getTextRegions()
Get the text regions that can be extracted from an image.
|
Map<Rectangle,FImage> |
LiuSamarabanduTextExtractorBasic.getTextRegions()
Returns a map of bounding box to image and textual string.
|
Map<Rectangle,FImage> |
LiuSamarabanduTextExtractorMultiscale.getTextRegions()
Get the text regions that can be extracted from an image.
|
Map<Rectangle,FImage> |
LiuSamarabanduTextExtractorBasic.textRegionLocalisation(FImage fmap,
FImage image)
Extract the regions that probably contain text (as given by the feature
map)
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
LetterCandidate.computeBounds(List<LetterCandidate> letters)
Compute the regular bounding rectangle of the given list of letter
candidates
|
Modifier and Type | Method and Description |
---|---|
abstract Map<Rectangle,String> |
OCRProcessor.getText()
After processing, this method should return a set of bounding boxes of
regions within the image mapped to a String that contains the recognised
text.
|
Modifier and Type | Method and Description |
---|---|
static <T> Rectangle |
FontRenderer.getBounds(AttributedString text,
ImageRenderer<T,?> imageRenderer)
Calculate the bounding box of the given
AttributedString . |
Rectangle |
FontRenderer.getBounds(String string,
int x,
int y,
Q sty)
Calculate the bounding box of the rendered text with the given style.
|
abstract Rectangle |
FontRenderer.getSize(String string,
Q style)
Calculate the bounding box of the rendered text with the given style.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
GeneralFontRenderer.getSize(String string,
GeneralFontStyle<T> style)
Calculate the bounding box of the rendered text with the given style.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
MathMLFontRenderer.getSize(String string,
MathMLFontStyle<T> style) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
GeometricObject2d.calculateRegularBoundingBox()
Compute the regular (oriented to the axes) bounding box of the shape.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Line2d.calculateRegularBoundingBox() |
Modifier and Type | Method and Description |
---|---|
Line2d |
Line2d.lineWithinSquare(Rectangle r)
Given a rectangle, return the line that actually fits inside the
rectangle for this line
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
PointList.calculateRegularBoundingBox()
Compute the regular (oriented to the axes) bounding box of the
PointList . |
Modifier and Type | Class and Description |
---|---|
class |
Rectangle3D
A rectangle in 3D space.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
RotatedRectangle.calculateRegularBoundingBox() |
Rectangle |
Rectangle.calculateRegularBoundingBox() |
Rectangle |
Triangle.calculateRegularBoundingBox() |
Rectangle |
Circle.calculateRegularBoundingBox() |
Rectangle |
Polygon.calculateRegularBoundingBox()
Compute the regular (oriented to the axes) bounding box of the polygon.
|
Rectangle |
Ellipse.calculateRegularBoundingBox() |
Rectangle |
Rectangle.clone() |
Rectangle |
Rectangle.overlapping(Rectangle other)
Get the overlapping rectangle between this rectangle and another.
|
Rectangle |
Rectangle.union(Rectangle other)
Find the rectangle that just contains this rectangle and another
rectangle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle.isInside(Rectangle rect)
Test if the given rectangle is inside this one.
|
boolean |
Rectangle.isOverlapping(Rectangle other)
Test if rectangles overlap.
|
Rectangle |
Rectangle.overlapping(Rectangle other)
Get the overlapping rectangle between this rectangle and another.
|
double |
Rectangle.percentageOverlap(Rectangle other)
Compute the percentage by which the given rectangle overlaps this one.
|
Rectangle |
Rectangle.union(Rectangle other)
Find the rectangle that just contains this rectangle and another
rectangle.
|
Constructor and Description |
---|
Rectangle(Rectangle r)
Construct a Rectangle by copying from another rectangle.
|
RotatedRectangle(Rectangle regRect,
float rotation)
Construct with a regular
Rectangle rotated about its centroid |
Modifier and Type | Method and Description |
---|---|
static Jama.Matrix |
TransformUtilities.makeTransform(Rectangle from,
Rectangle to)
Create a transform to transform from one rectangle to another.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
WorldPolygons.getBounds() |
Modifier and Type | Field and Description |
---|---|
Rectangle |
VideoSubFrame.roi
The region of interest defining the sub-window.
|
Constructor and Description |
---|
VideoSubFrame(T frame,
VideoTimecode timecode,
Rectangle rectangle)
Constructor
|
Modifier and Type | Method and Description |
---|---|
<I extends Image<?,I>,O> |
ObjectTimeFinder.trackObject(ObjectTracker<O,I> objectTracker,
Video<I> video,
VideoTimecode keyframeTime,
Rectangle bounds,
ObjectTimeFinder.TimeFinderListener<O,I> listener)
Given a video, a keyframe (timecode) and a region of the image,
this method will attempt to track the the contents of the rectangle
from the given frame, back and forth to find the place
at which the object appears and disappears from the video.
|
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
BasicObjectTracker.initialiseTracking(Rectangle bounds,
FImage img)
Initialise this tracker with a particular area on a particular
image.
|
List<Rectangle> |
BasicMBFImageObjectTracker.initialiseTracking(Rectangle bounds,
MBFImage image)
Initialise the tracking with the given target area in the given image.
|
List<Rectangle> |
BasicObjectTracker.trackObject(FImage img)
Reset this tracker using the given image
|
List<Rectangle> |
BasicMBFImageObjectTracker.trackObject(MBFImage image)
Track the object in the image.
|
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
BasicObjectTracker.initialiseTracking(Rectangle bounds,
FImage img)
Initialise this tracker with a particular area on a particular
image.
|
List<O> |
ObjectTracker.initialiseTracking(Rectangle bounds,
I image)
Initialise the tracking with the given target area in the given image.
|
List<Rectangle> |
BasicMBFImageObjectTracker.initialiseTracking(Rectangle bounds,
MBFImage image)
Initialise the tracking with the given target area in the given image.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
FeatureList.getBounds()
Returns the bounding box of the features
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
WorldPolygons.getBounds()
Get the bounds of all the polygons
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
ElementInfo.getBounds() |
Modifier and Type | Method and Description |
---|---|
void |
ElementInfo.setBounds(Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
void |
LOCKY.findInterestPoints(FImage image,
Rectangle window) |