Factory function to get an instance of derived classes of class 3Dsegmentation.
Prototype
std::unique_ptr< Segmentation3D > create(const std::string &model_name, bool need_mean_scale_process=false);
Parameters
The following table lists the create function arguments.
| Type | Member | Description |
|---|---|---|
| bool | need_mean_scale_process | Normalize with mean/scale or not, true by default. |