Skip to content

Namespace inspection

Namespace List > inspection

Classes

Type Name
struct DomainConfig
class Model
struct ModelConfig
class ModelResult
class Postprocesser
class Preprocesser

Public Types

Type Name
enum CellType
enum TaskType

Public Functions

Type Name
Mat LoadImage (const char * imagePath)
Mat LoadImage (std::string imagePath)
void SaveImage (std::string imagePath, Mat image)

Public Types Documentation

enum CellType

enum inspection::CellType {
    POUCH,
    HCELL,
    ECELL,
    CYLINDER_CIRCLE_2170,
    CYLINDER_CIRCLE_4680,
    CYLINDER_CIRCLE_4695,
    CYLINDER_TOP_2170,
    CYLINDER_TOP_4680,
    CYLINDER_TOP_4695,
    CYLINDER_BOTTOM_2170,
    CYLINDER_BOTTOM_4680,
    CYLINDER_BOTTOM_4695,
    NONE
};

enum TaskType

enum inspection::TaskType {
    SEMENTIC_SEGMENTATION,
    SR
};

Public Functions Documentation

function LoadImage

Mat inspection::LoadImage (
    const char * imagePath
) 

function LoadImage

Mat inspection::LoadImage (
    std::string imagePath
) 

function SaveImage

void inspection::SaveImage (
    std::string imagePath,
    Mat image
) 

The documentation for this class was generated from the following file config.h