DeepLearning_LoadModel_PointLocation


Header:AVLDL.h
Namespace:avl

Loads Deep Learning model for further usage in Point Location.

Syntax

void avl::DeepLearning_LoadModel_PointLocation
(
	const atl::Directory& inDeepModelLocation,
	avl::DeepModel_PointLocation& outDeepModel
)

Parameters

Name Type Default Description
inDeepModelLocation const Directory&
outDeepModel DeepModel_PointLocation&

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.