From 550e635814a50f4c7069ab6235da71988d7342bb Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 21 Jul 2010 08:55:50 +0000 Subject: [PATCH] added numerical values to the new _VNG constants' definitions. --- modules/python/defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/python/defs b/modules/python/defs index 620e349ddc..75db65b592 100644 --- a/modules/python/defs +++ b/modules/python/defs @@ -67,10 +67,10 @@ #define CV_BayerGB2RGB CV_BayerGR2BGR #define CV_BayerRG2RGB CV_BayerBG2BGR #define CV_BayerGR2RGB CV_BayerGB2BGR -#define CV_BayerBG2BGR_VNG -#define CV_BayerGB2BGR_VNG -#define CV_BayerRG2BGR_VNG -#define CV_BayerGR2BGR_VNG +#define CV_BayerBG2BGR_VNG 62 +#define CV_BayerGB2BGR_VNG 63 +#define CV_BayerRG2BGR_VNG 64 +#define CV_BayerGR2BGR_VNG 65 #define CV_BGR2Luv 50 #define CV_RGB2Luv 51 #define CV_BGR2HLS 52