Commit 719022fe authored by biagio montesano's avatar biagio montesano

Deleted unsigned int from numPixels

parent 29d7e471
...@@ -95,7 +95,7 @@ class CV_EXPORTS_W KeyLine ...@@ -95,7 +95,7 @@ class CV_EXPORTS_W KeyLine
CV_PROP_RW float lineLength; CV_PROP_RW float lineLength;
/* number of pixels covered by the line */ /* number of pixels covered by the line */
CV_PROP_RW unsigned int numOfPixels; CV_PROP_RW int numOfPixels;
/* constructor */ /* constructor */
CV_WRAP KeyLine() CV_WRAP KeyLine()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment