Creates a new
ImGearROIRectangle instance that is calculated as an intersection of specified ROI and image rectangles.
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