What does dsexample and btrans stand for in the sample app gstdsexample.cpp?

I’m trying to crop objects from their bounding box using deepstream. However I stumbled upon this article which explains how to achieve it. There were certain things in the sample code provided which I couldn’t comprehend. Could anyone help me explain what they stand for.

The forum article that I found on how to achieve it,
[url]https://devtalk.nvidia.com/default/topic/1061422/deepstream-sdk/how-to-crop-the-image-and-save/post/5375174/[/url]

Any help would be appreciated. Thanks.

Hi,
Please follow README to build and enable dsexample plugin in running deepstream-app:

deepstream_sdk_v4.0.1_jetson\sources\gst-plugins\gst-dsexample\README

And then apply the patch to save detected objects to JPEG files.