• Roman Donchenko's avatar
    Revert 4f9c081d · 092f916d
    Roman Donchenko authored
    That commit introduces problems, as it breaks certain use cases of
    OpenCV functions; for example, convertTo of an Nx1 matrix to an
    std::vector.
    
    Since vectors can't store separate width and height values, OpenCV
    considers them to always be 1xN. So even though the vector is created with
    .create(N, 1), the Mat passed to getContinousSize has dimensions 1xN,
    and the size comparison fails, even though the operation itself is safe.
    
    This is a use case we probably don't want to break, at the very least
    for backwards compatibility. So I'm reverting the commit. This will also
    unfix bug #3319; I'll submit a less intrusive solution as a PR to 2.4, which
    will also revert 4f9c081d there.
    092f916d
Name
Last commit
Last update
..
androidcamera Loading commit data...
bioinspired Loading commit data...
calib3d Loading commit data...
contrib Loading commit data...
core Loading commit data...
cuda Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
features2d Loading commit data...
flann Loading commit data...
highgui Loading commit data...
imgproc Loading commit data...
java Loading commit data...
legacy Loading commit data...
matlab Loading commit data...
ml Loading commit data...
nonfree Loading commit data...
objdetect Loading commit data...
ocl Loading commit data...
optim Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
softcascade Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...
refman.rst.in Loading commit data...