1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fix documentation warnings

This commit is contained in:
Ievgen Khvedchenia
2014-05-09 22:21:26 +03:00
parent c4e49463a9
commit 3a8e15fad9
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ namespace cv
{
}
KAZE::KAZE(DESCRIPTOR_TYPE descriptor_type, bool _extended, bool _upright)
: descriptor(descriptor_type)
KAZE::KAZE(DESCRIPTOR_TYPE _descriptor_type, bool _extended, bool _upright)
: descriptor(_descriptor_type)
, extended(_extended)
, upright(_upright)
{