TrainingSet Events

CVB.Net Documentation

The TrainingSet type exposes the following members.

Events

  NameDescription
Public eventConsistencyCheckProgress
This event will be used for indicating progress of consistency checks triggered by a call to CheckConsistency(Double, Double).
Public eventImageAdded
Event that will be raised when a new image has been added to the training set.
Public eventImageRemoved
Event that will be raised when an image has been removed from the training set. Note that removing an image usually also means that a number of instances (the instances that were marked on the removed image) have been removed as well, but the if the reason for the removal of these instances was the removal of an image, there will be no notification event for the implicitly removed instances. Likewise, the removal of an image may also trigger the removal of a model. Again, there will be no separate notification about this if the reason was the removal of an image. This means that to be on the safe side, it usually makes sense to update the model and instance views as well, if an image has been removed.
Public eventInstanceAdded
Event that will be raised when a new model has been added to the training set.
Public eventInstanceRemoved
Event that will be raised when an image has been removed from the training set. Note that removing an image usually also means that a number of instances (the instances that were marked on the removed image) have been removed as well, but the if the reason for the removal of these instances was the removal of an image, there will be no notification event for the implicitly removed instances. Likewise, the removal of an image may also trigger the removal of a model. Again, there will be no separate notification about this if the reason was the removal of an image. This means that to be on the safe side, it usually makes sense to update the model and instance views as well, if an image has been removed.
Public eventModelAdded
Event that will be raised when a new model has been added to the training set.
Public eventModelRemoved
Event that will be raised when an image has been removed from the training set. Note that removing an image usually also means that a number of instances (the instances that were marked on the removed image) have been removed as well, but the if the reason for the removal of these instances was the removal of an image, there will be no notification event for the implicitly removed instances. Likewise, the removal of an image may also trigger the removal of a model. Again, there will be no separate notification about this if the reason was the removal of an image. This means that to be on the safe side, it usually makes sense to update the model and instance views as well, if an image has been removed.
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference