CogVerificationDatabase AddImages Method Cognex VisionPro 9.8
Overload List

  NameDescription
Public methodAddImages(String, Boolean, CogVerificationSimpleResultConstants)
Adds all the images in the specified image directory to this verification database. If any image in the image directory cannot be loaded, this method stops and throws an exception.
Public methodAddImages( String , Boolean, CogVerificationSimpleResultConstants)
Adds all the images in the specified array to this verification database. If any image in the specified array cannot be loaded, this method stops and throws an exception.
Public methodAddImages(String, Boolean, CogVerificationSimpleResultConstants, String)
Adds all the images in the specified image directory to this verification database. If any image in the image directory cannot be loaded, this method stops and throws an exception.
Public methodAddImages( String , Boolean, CogVerificationSimpleResultConstants, String)
Adds all the images in the specified array to this verification database. If any image in the specified array cannot be loaded, this method stops and throws an exception.
Top
See Also