Image Stitching for NVIDIA Jetson/User Guide/Gstreamer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 148: Line 148:
# '''No Target duplicates''': an image can be a target only once.
# '''No Target duplicates''': an image can be a target only once.
# '''Image indices from 0 to N-1''': if you have N images, you have to use consecutive numbers from '''0''' to '''N-1''' for the target and reference indices. It means that you cannot declare something like <code>target: 6</code> if you have 6 images; the correct index for your last image is  '''5'''.
# '''Image indices from 0 to N-1''': if you have N images, you have to use consecutive numbers from '''0''' to '''N-1''' for the target and reference indices. It means that you cannot declare something like <code>target: 6</code> if you have 6 images; the correct index for your last image is  '''5'''.
= Controlling the Overlap Area through ROIs =
You can set regions of interest (ROI) for each stitcher input (sink pad). This will allow you to:
# Crop an input image without requiring a previous cropping stage to avoid consuming more resources.
# Reduce the overlapping area between the images to avoid ghosting effects.