Skip to content

Commit

Permalink
Adding #include <stdio.h> for sprintf()
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinemami committed Dec 9, 2012
1 parent 46675d0 commit a77930c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "opencv_hotshots/ft/ft.hpp"
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include "stdio.h" // For 'sprintf()'
#define fl at<float>
//==============================================================================
void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "opencv_hotshots/ft/ft.hpp"
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include "stdio.h" // For 'sprintf()'
//==============================================================================
void
draw_string(Mat img, //image to draw on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "opencv_hotshots/ft/face_tracker.hpp"
#include "opencv_hotshots/ft/ft.hpp"
#include <iostream>
#include "stdio.h" // For 'sprintf()'
#define fl at<float>
//==============================================================================
//==============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "opencv_hotshots/ft/ft_data.hpp"
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include "stdio.h" // For 'sprintf()'

//==============================================================================
void
ft_data::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include "stdio.h" // For 'sprintf()'

#define fl at<float>
//==============================================================================
Mat
Expand Down

0 comments on commit a77930c

Please sign in to comment.