• Tobias Senst's avatar
    Merge pull request #2209 from tsenst:update_EdgeAwareInterpolator · 4c2ef476
    Tobias Senst authored
    Enhance EdgeAwareInterpolation no. matches limitation (#2209)
    
    * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
    
    * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
    
    * fix wrong allocation of labels mats CV16S to CV_32S
    4c2ef476
sparse_match_interpolators.cpp 29.6 KB