interpolation (Resizing Mode Enumerations)
Parameter |
Description |
|---|---|
base.huaweiu_high_order_filter |
High-order filtering algorithm developed by Huawei. (For the Atlas inference product, 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 Atlas inference product. |
base.nearestneighbor_tensorflow |
Conventional nearest neighbor algorithm, whose compute process is close to that of TensorFlow. It is not supported by Atlas inference product. |
Parent topic: Common Enumeration Types/Data Class