You are here: Start » AVL.NET » Sample Based Inspection

Sample Based Inspection

IconNameDescription
LoadOrganicTrainingDataLoads images and regions, extracts knowledge from it, and initializes OrganicModel, which can be then trained and used to classify new images.
RecognizeOrganicObjectAnalyzes provided image within given ROI, and classifies selected object with beforehand trained OrganicModel.
TrainOrganicModelTrains OrganicModel, which has to be previously initialized with LoadOrganicTrainingData.