Deleted unsigned int from numPixels

pull/38/head
biagio montesano 11 years ago
parent 29d7e471ef
commit 719022fedd
  1. 2
      modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp

@ -95,7 +95,7 @@ class CV_EXPORTS_W KeyLine
CV_PROP_RW float lineLength;
/* number of pixels covered by the line */
CV_PROP_RW unsigned int numOfPixels;
CV_PROP_RW int numOfPixels;
/* constructor */
CV_WRAP KeyLine()

Loading…
Cancel
Save