Table of Contents

Enum ProfilingMode

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Profiling mode for the new DNN engine (OpenCV 5). See Net.ProfilingMode.

public enum ProfilingMode

Fields

Detailed = 2

Print the execution time of each single layer.

None = 0

Don't do any profiling.

Summary = 1

Collect summary statistics by layer type and print them at the end, sorted by execution time.