mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
fixed typo
This commit is contained in:
@@ -561,8 +561,8 @@ public:
|
||||
private:
|
||||
void detectNoRoi(const Mat& image, std::vector<Detection>& objects) const;
|
||||
|
||||
struct Filds;
|
||||
Filds* filds;
|
||||
struct Fields;
|
||||
Fields* fields;
|
||||
|
||||
float minScale;
|
||||
float maxScale;
|
||||
|
||||
Reference in New Issue
Block a user