Freak Demo (Bugfix #2590)
Description
There is an mistypo in line 75 of "freak_demo.cpp" in OpenCV 2.4.3. It is written:
if( !imgA.data ) {
and it should be:
if( !imgB.data ) {
I think..:-)
Associated revisions
Fix bug #2590
replaced wrong check to correct check
History
Updated by Kirill Kornyakov almost 12 years ago
- Affected version set to branch '2.4'
- Priority changed from High to Low
- Target version set to Next Hackathon
- Tracker changed from Bug to Bugfix
- Description changed from There is an mistypo in line 75 of "freak_demo.cpp" in OpenCV 2.4.3.... to There is an mistypo in line 75 of "freak_demo.cpp" in OpenCV 2.4.3.... More
Updated by Kirill Kornyakov almost 12 years ago
- Status changed from Open to Done
Updated by Kirill Kornyakov almost 12 years ago
- Target version changed from Next Hackathon to 2.4.6