mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Fixing some static analysis issues
This commit is contained in:
@@ -53,12 +53,14 @@ public:
|
||||
{
|
||||
fullAffine = true;
|
||||
name_ = "ShapeTransformer.AFF";
|
||||
transformCost = 0;
|
||||
}
|
||||
|
||||
AffineTransformerImpl(bool _fullAffine)
|
||||
{
|
||||
fullAffine = _fullAffine;
|
||||
name_ = "ShapeTransformer.AFF";
|
||||
transformCost = 0;
|
||||
}
|
||||
|
||||
/* Destructor */
|
||||
|
||||
Reference in New Issue
Block a user