Click or drag to resize

CocoSsdMobilenetV1 Methods

https://www.emgu.com

The CocoSsdMobilenetV1 type exposes the following members.

Methods
  NameDescription
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release unmanaged memory associated with this coco ssd mobilenet model.
(Inherited from CocoSsdMobilenet.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResults
Get the result for running the model
(Inherited from CocoSsdMobilenet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Initiate the graph by checking if the model file exist locally, if not download the graph from internet.
(Overrides CocoSsdMobilenetInit(DownloadableFile, DownloadableFile, IDelegate).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecognize
Perform Coco Ssd Mobilenet detection
(Inherited from CocoSsdMobilenet.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also