Interpolation Parameter Enumerations
Parameter |
Description |
|---|---|
base.huaweiu_high_order_filter |
High-order filtering algorithm developed by Huawei. For the Atlas inference products, it is the same as BILINEAR_SIMILAR_OPENCV. |
base.bilinear_similar_opencv |
Conventional bilinear algorithm, whose compute process is close to that of OpenCV. |
base.nearest_neighbor_opencv |
Conventional nearest neighbor algorithm, whose compute process is close to that of OpenCV. |
base.bilinear_similar_tensorflow |
Conventional bilinear algorithm, whose compute process is close to that of TensorFlow. It is not supported by the Atlas inference products. |
base.nearestneighbor_tensorflow |
Conventional nearest neighbor algorithm, whose compute process is close to that of TensorFlow. It is not supported by the Atlas inference products. |