The application demonstrates how to perform basic image processing operations against raw image data.
应用程序演示了如何根据原始图像数据执行基本的图像处理操作。
In this case, you have two possibilities: retrieve the data in batch amounts for processing locally, or perform the processing on the remote platform.
在此情况下,您有两种可能的选择:批量检索数据以便在本地处理,或者在远程平台上执行处理。
It is far more efficient to perform the processing in situ — where the data is — and just return whatever results you need.
更为高效的方法是在原处(数据所在的位置)执行处理,并且仅返回您想要的任何结果。
应用推荐