Back to FabImage Deep Learning website

You are here: Start » Computer Vision » Deep Learning » DL_DetectAnomalies2_AccessDeepModel

DL_DetectAnomalies2_AccessDeepModel


Header: FILDL.h
Namespace: fil
Module: DL_DA

Returns thresholds and accepted image size for trained model.

Syntax

C++
C#
 
void fil::DL_DetectAnomalies2_AccessDeepModel
(
	const fil::DetectAnomalies2ModelDirectory& inModelDirectory,
	fil::Size& outAcceptedImageSize,
	float& outT1,
	float& outT2
)

Parameters

Name Type Default Description
Input value inModelDirectory const DetectAnomalies2ModelDirectory&
Output value outAcceptedImageSize Size&
Output value outT1 float&
Output value outT2 float&