Эх сурвалжийг харах

Fixed scoping bug in GHough

Clemens-A. Brust 11 жил өмнө
parent
commit
2d1d9e5120
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      core/image/GHough.cpp

+ 1 - 1
core/image/GHough.cpp

@@ -52,7 +52,7 @@ GHough& GHough::operator=(const GHough& ex)
 void GHough::initialize(IppiSize imageSize,IppiSize transformSize, NeighborType addMode)
 {
     this->imageSize = imageSize;
-    transformSize = transformSize;
+    this->transformSize = transformSize;
     this->addMode = addMode;
     
     //! Allocates memory for data