gparadis / cvblob

Automatically exported from code.google.com/p/cvblob
GNU Lesser General Public License v3.0
0 stars 0 forks source link

small copy paste error in cvLabel.cpp #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems like there's a minor copy paste error in cvLabel.cpp line 53 in trunk
where it currently asserts that "img->nChannels" is 1 and my guess is that it 
should rather be "imgOut->nChannels".

Original issue reported on code.google.com by zeog...@gmail.com on 16 Dec 2011 at 10:57

GoogleCodeExporter commented 8 years ago
Absolutely, you're right! Fixed in the repository. Thank you very much!

Original comment by grendel....@gmail.com on 16 Dec 2011 at 11:13