Commit bd48f386 authored by biagio montesano's avatar biagio montesano

Modified structs' macros

parent d1265a9d
...@@ -58,7 +58,7 @@ namespace cv ...@@ -58,7 +58,7 @@ namespace cv
CV_EXPORTS bool initModule_line_descriptor(); CV_EXPORTS bool initModule_line_descriptor();
struct CV_EXPORTS_W_SIMPLE KeyLine struct CV_EXPORTS KeyLine
{ {
public: public:
/* orientation of the line */ /* orientation of the line */
...@@ -120,7 +120,7 @@ class CV_EXPORTS_W BinaryDescriptor : public Algorithm ...@@ -120,7 +120,7 @@ class CV_EXPORTS_W BinaryDescriptor : public Algorithm
{ {
public: public:
struct CV_EXPORTS_W_SIMPLE Params struct CV_EXPORTS Params
{ {
CV_WRAP CV_WRAP
Params(); Params();
......
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