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:
@@ -54,6 +54,7 @@ public:
|
||||
regularizationParameter=0;
|
||||
name_ = "ShapeTransformer.TPS";
|
||||
tpsComputed=false;
|
||||
transformCost = 0;
|
||||
}
|
||||
|
||||
ThinPlateSplineShapeTransformerImpl(double _regularizationParameter)
|
||||
@@ -61,6 +62,7 @@ public:
|
||||
regularizationParameter=_regularizationParameter;
|
||||
name_ = "ShapeTransformer.TPS";
|
||||
tpsComputed=false;
|
||||
transformCost = 0;
|
||||
}
|
||||
|
||||
/* Destructor */
|
||||
|
||||
Reference in New Issue
Block a user