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

no edit summary
No edit summary
Line 27: Line 27:


*'''pads'''
*'''pads'''
The pads crops the image of the respective stitcher sink to crop the overlap area. Use ''right'' to crop the image that overlaps from the right and ''left'' for the image that overlaps from the left. The pads are used in the pipelines with the following format:
The stitcher element can crop the borders of the individual images to reduce the overlap region to reduce ghosting or remove unwanted borders. Individual crop parameters for each image can be configured on the GstStitcherPad, you must take into account that the crop is applied to the input image before applying the homography, so the crop areas are in pixels from the input image. Following is the list of properties available for the stitcher pad:
 
*'''bottom:''' amount of pixels to crop at the bottom of the image.
*'''left:''' amount of pixels to crop at the left side of the image.
*'''right:''' amount of pixels to crop at the right side of the image.
*'''top:''' amount of pixels to crop at the top side of the image.  
 
The pads are used in the pipelines with the following format:


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
335

edits