◆ u_sink_blob_visualizer_create()
- See also
- xrt_frame_context Visualizes blobs by rendering them to a frame and pushing that frame to a downstream sink. Useful for debugging blob detection.
- Parameters
-
| [in] | xfctx | The frame context to add this sink to. |
| [in] | downstream_blob_sink | The blob sink to forward the blobs to. |
| [in] | downstream_frame_sink | The frame sink to push the visualized frames to. |
| [in] | frame_width | The width of the frames to render the blobs to. |
| [in] | frame_height | The height of the frames to render the blobs to. |
| [out] | out_xbs | The created blob sink. |
References xrt_frame_node::break_apart, xrt_frame_node::destroy, t_blob_sink::push_blobs, and U_TYPED_CALLOC.
The documentation for this class was generated from the following files: