Base class for
Covid19Segmentation
. Declaration Covid19Segmentation
Network Branch positive detection: label0-negative, label1-positive Branch Infected area detection: label0-negative, label1-consolidation, label2-GGO
Input is an image (cv:Mat).
Output is result of running the Covid19Segmentation
network.
Quick Function Reference
The following table lists all the functions defined in the vitis::ai::Covid19Segmentation
class:
Type | Name | Arguments |
---|---|---|
std::unique_ptr< Covid19Segmentation > |
create |
|
int | getInputWidth |
|
int | getInputHeight |
|
size_t | get_input_batch |
|
Covid19SegmentationResult | run_8UC1 |
|
std::vector< Covid19SegmentationResult > | run_8UC1 |
|
Covid19SegmentationResult | run_8UC3 |
|
std::vector< Covid19SegmentationResult > | run_8UC3 |
|