First time here? Check out the FAQ!
answered 2013-04-16 02:42:09 -0600
CV_32F is a macro (#define) that can't be under namespace (since v 1.x) NORM_L2 is a enum value that is under namespace cv similar to most of v 2.x stuff.
CV_32F
#define
NORM_L2
namespace cv