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