ImageProcessingModule
The ImageProcessingModule
class defines general functions in the image processing module.
Definition
Module: dynamsoft_image_processing
class DynamsoftImageProcessingModule()
Methods
Method | Description |
---|---|
get_version | Returns the version of the image processing module. |
get_version
Returns the version of the image processing module.
@staticmethod
def get_version() -> str:
Return Value
Returns a string representing the version of the image processing module.