chessboard-detector test failed (Bug #569)
Description
History
Updated by anonymous - over 14 years ago
Duplicated on cygwin: it occurs somewhere in the warpAffine function (I don't have a debugging build, so this is as close as I can localize it):
achesscorners.cpp:
----
CV_ChessboardDetectorTest::checkByGenerator()
{
. . .
/* * negative * */
{
. . .
ts->printf( CvTS::LOG, "%s (before segfault)\n", FILE);
warpAffine(cb, sh, aff, cb.size());
ts->printf( CvTS::LOG, "%s (never gets here)\n", FILE);
. . .
----
Updated by Alexander Shishkov over 14 years ago
- Status deleted (
Open)
Updated by Vadim Pisarevsky over 14 years ago
in the trunk the test passes on Mingw 4.5.1 and on any other compiler I tried
- Status set to Done
- (deleted custom field) set to fixed