#include <cmath>#include "TH2F.h"#include "TCanvas.h"#include "TStyle.h"#include "TMath.h"#include "Hough.h"Go to the source code of this file.
Variables | |
| const int | gsNtheta = 360 |
| const int | gsNrho = 500 |
| const double | minrho = -500 |
| const double | maxrho = 500 |
| const double | mintheta = 0.0 |
| const double | maxtheta = M_PI |
| float_t | myThresh = 0 |
| node * | nodearray [gsNtheta][gsNrho] |
| node * | thetaarray [gsNtheta] |
| int | thetacount [gsNtheta] |
| node * | treehead = NULL |
| hitnode * | peaklist = NULL |
|
|
Definition at line 26 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 25 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 29 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), rpr::Hough::FindLines(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 31 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), rpr::Hough::FindLines(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 28 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 30 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 33 of file Hough.cxx. Referenced by rpr::Hough::MakeTree(), and rpr::Hough::SetThresh(). |
|
|
Definition at line 35 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), rpr::Hough::Hough(), and rpr::Hough::RemovePoint(). |
|
|
Definition at line 40 of file Hough.cxx. Referenced by rpr::Hough::FindLines(), rpr::Hough::getHit(), and rpr::Hough::MakeTree(). |
|
|
Definition at line 36 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), rpr::Hough::Hough(), rpr::Hough::MakeTree(), and rpr::Hough::~Hough(). |
|
|
Definition at line 37 of file Hough.cxx. Referenced by rpr::Hough::AddPoint(), rpr::Hough::Hough(), and rpr::Hough::~Hough(). |
|
|
Definition at line 38 of file Hough.cxx. Referenced by rpr::Hough::FindLines(), rpr::Hough::MakeTree(), rpr::Hough::UpdateTree(), and rpr::Hough::~Hough(). |
1.3.9.1