Classes | |
class | HistAnalyzer |
Variables | |
tuple | avg = np.mean(back_sum_ls) |
tuple | back_sum_ls = deque() |
tuple | background_noise = deque() |
list | folder = sys.argv[1] |
tuple | ha = HistAnalyzer(background_noise, mask) |
tuple | img = cv.LoadImage(folder+'file'+str(i).zfill(3)+'.png') |
tuple | loc_sum = float(cv.Sum(result)[0]) |
tuple | mask = cv.LoadImage(sys.argv[2], 0) |
int | n = 0 |
tuple | result = ha.compare_imgs(img, ha.background_noise[0]) |
tuple | std = np.std(back_sum_ls) |
int | sum_val = 0 |
Definition at line 119 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::back_sum_ls = deque() |
Definition at line 112 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::background_noise = deque() |
Definition at line 99 of file hist_analyzer.py.
Definition at line 98 of file hist_analyzer.py.
Definition at line 108 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::img = cv.LoadImage(folder+'file'+str(i).zfill(3)+'.png') |
Definition at line 115 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::loc_sum = float(cv.Sum(result)[0]) |
Definition at line 144 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::mask = cv.LoadImage(sys.argv[2], 0) |
Definition at line 106 of file hist_analyzer.py.
int pr2_playpen::hist_analyzer::n = 0 |
Definition at line 124 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::result = ha.compare_imgs(img, ha.background_noise[0]) |
Definition at line 116 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::std = np.std(back_sum_ls) |
Definition at line 120 of file hist_analyzer.py.
tuple pr2_playpen::hist_analyzer::sum_val = 0 |
Definition at line 125 of file hist_analyzer.py.