Quick Function Reference
The following table lists all the functions defined in the vitis::ai::Segmentation3D class:
| Type | Name | Arguments |
|---|---|---|
| std::unique_ptr< Segmentation3D > | create |
|
| int | getInputWidth |
|
| int | getInputHeight |
|
| size_t | get_input_batch |
|
Segmentation3DResult
|
run |
|
std::vector< Segmentation3DResult > |
run |
|