Add Test Mode and Viewfinder
This commit is contained in:
@@ -8,23 +8,8 @@ class FaultManager
|
||||
|
||||
public:
|
||||
|
||||
FaultManager(int temp, double area)
|
||||
{
|
||||
if (temp)
|
||||
temp = temp;
|
||||
if (area)
|
||||
area = area;
|
||||
}
|
||||
|
||||
void SaveImage(cv::Mat image);
|
||||
|
||||
int GetTemp();
|
||||
double GetArea();
|
||||
|
||||
private:
|
||||
|
||||
int temp = 100;
|
||||
double area = 100;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user