mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fixed several issues detected by static analysis
This commit is contained in:
@@ -92,7 +92,7 @@ protected:
|
||||
double varTmp;
|
||||
int index;
|
||||
public:
|
||||
SimulatedAnnealingANN_MLP(ml::ANN_MLP& x, const Ptr<ml::TrainData>& d) : nn(x), data(d)
|
||||
SimulatedAnnealingANN_MLP(ml::ANN_MLP& x, const Ptr<ml::TrainData>& d) : nn(x), data(d), varTmp(0.0), index(0)
|
||||
{
|
||||
initVarMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user