Denis 6b5c3c634b Implement image counter. (#734)
* Introduced two new attributes of MainWindow:
  cur_img_idx - Index of current image in m_img_list.
  img_count   - Length of m_img_list.

* Implement counter_str method to get string representation of counter.

* Appended counter to window title.

* Based image switching logic on counter instead of local variables.

* Removed useless condition.
  current_index = self.m_img_list.index(ustr(item.text()))
  if current_index < len(self.m_img_list):
  list.index will raise ValueError if item doesn't exist.
2021-04-26 22:18:56 -07:00
2019-05-25 14:38:32 -07:00
2018-01-29 15:45:40 +08:00
2021-04-11 22:36:08 -07:00
2021-04-11 22:17:05 -07:00
2021-02-28 11:06:15 -08:00
2017-05-03 18:31:18 +08:00
2021-04-11 22:36:08 -07:00
2017-04-03 10:27:34 +08:00
2021-04-26 22:18:56 -07:00
2017-05-03 18:31:18 +08:00
2019-05-25 21:15:17 -07:00
2017-05-03 19:18:56 +08:00
2021-04-11 22:36:08 -07:00
2017-10-27 10:28:47 +08:00
2021-04-01 07:50:00 -07:00
S
Description
This repository contains code for detecting heat pipes in the greenhouse as well as estimating the pose of the pipes
Readme 1.3 GiB
Languages
Jupyter Notebook 93.5%
Python 4.8%
C++ 1.6%