ImageGear for Java
intersect Method
First ROI to merge.
First image rectangle.
Second ROI to merge.
Second image rectangle.
Horisontal offset of the second ROI and image rectangle.
Vertical offset of the second ROI and image rectangle.
Creates a new ImGearROIRectangle instance that is calculated as an intersection of specified ROI and image rectangles.
Syntax

Parameters

region1
First ROI to merge.
imageRect1
First image rectangle.
region2
Second ROI to merge.
imageRect2
Second image rectangle.
offsetX
Horisontal offset of the second ROI and image rectangle.
offsetY
Vertical offset of the second ROI and image rectangle.

Return Value

ImGearROIRectangle class object.

This method calculate an intersection of regions of interest from two images. Images can have different dimensions, and second image may be positioned at a specified offset relative to the first one. Coordinates of result ROI are relative to the left top corner of the first image.

com.accusoft.imagegear.core.shapes.ImGearRectangle

See Also

Reference

ImGearROI Class
ImGearROI Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback