airtest.aircv.error module

Declaration:

Define all BaseError Classes used in aircv.

exception BaseError(message='')[源代码]

基类:Exception

Base class for exceptions in this module.

exception FileNotExistError(message='')[源代码]

基类:BaseError

Image does not exist.

exception TemplateInputError(message='')[源代码]

基类:BaseError

Resolution input is not right.

exception NoSIFTModuleError(message='')[源代码]

基类:BaseError

Resolution input is not right.

exception NoSiftMatchPointError(message='')[源代码]

基类:BaseError

Exception raised for errors 0 sift points found in the input images.

exception SiftResultCheckError(message='')[源代码]

基类:BaseError

Exception raised for errors 0 sift points found in the input images.

exception HomographyError(message='')[源代码]

基类:BaseError

In homography, find no mask, should kill points which is duplicate.

exception NoModuleError(message='')[源代码]

基类:BaseError

Resolution input is not right.

exception NoMatchPointError(message='')[源代码]

基类:BaseError

Exception raised for errors 0 keypoint found in the input images.

exception MatchResultCheckError(message='')[源代码]

基类:BaseError

Exception raised for errors 0 keypoint found in the input images.