Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix inconsistent interpolation method values #16212

Merged
merged 1 commit into from
Sep 22, 2019

Commits on Sep 19, 2019

  1. Fix inconsistent interpolation method values

    In cv2, bicubic interpolation should be represented by 2, and area-based interpolation should be 3. This is correct in the docstring of `imresize` method, but wrong in the docstring of several other methods, which can be quite confusing when following the documentation.
    SayHiRay authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2797c62 View commit details
    Browse the repository at this point in the history