MoveClassImage
Moves a training image from one object class to another. Use this action if you add a training image to the wrong object class.
After moving a training image from one object class to another, you must retrain the classifier. If you move a an image between classifiers, retrain both classifiers.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that contains the object class with the image to move. | Yes |
identifier
|
The identifier of the object class to which the image is currently associated. | Yes |
imagelabel
|
The label of the image to move to a different object class. | Yes |
newclassifier
|
The name of the classifier that contains the object class to which the image should be associated. The default value of this parameter is the value that you set for classifier . |
No |
newidentifier
|
The identifier of the object class to which the image should be associated. | Yes |
Example
/action=MoveClassImage&classifier=vehicles &identifier=cars &imagelabel=image2 &newclassifier=vehicles &newidentifier=vans
Response
<autnresponse> <action>MOVECLASSIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
See Also
- Train or re-train classifiers using the action BuildClassifier.