Explorar el Código

Fixed scoping bug in GHough

Clemens-A. Brust hace 11 años
padre
commit
2d1d9e5120
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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