mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-18 11:08:41 +00:00
reduce class usage
This commit is contained in:
parent
200a154874
commit
382ef60919
|
|
@ -15,11 +15,7 @@
|
|||
#include <vector>
|
||||
|
||||
namespace Image {
|
||||
class BillDetection {
|
||||
private:
|
||||
|
||||
public:
|
||||
static
|
||||
namespace BillDetection {
|
||||
cv::Mat highlightBill(cv::Mat in)
|
||||
{
|
||||
cv::Mat gray;
|
||||
|
|
@ -77,7 +73,7 @@ namespace Image {
|
|||
|
||||
return out;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user