Skip to content

Commit 92cfc92

Browse files
committed
define M_PI for post-processing
1 parent 3e843ce commit 92cfc92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/postProcessing.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
using namespace std;
55

6+
#define M_PI 3.14159265358979323846
7+
68
class PP {
79
public:
810
PP(cv::Size);

0 commit comments

Comments
 (0)