liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

ccv_move() bug ? #167

Open dodoma opened 8 years ago

dodoma commented 8 years ago

Hi

Has the ccv_move() been tested? I run a test on it, but not work as my expect.

This is the result.

liuliu commented 8 years ago

You are right. There is no unit test coverage for this function. I believe there is a bug about how much a line copy should be for output.

liuliu commented 8 years ago

I think that I only covered x, y negative cases, not x, y are positive cases.