@brief write to file
| 108 | |
| 109 | /// @brief write to file |
| 110 | void write(std::string const &filename) { |
| 111 | img_.writeToFile(filename.c_str()); |
| 112 | } |
| 113 | |
| 114 | protected: |
| 115 | /// @brief scale the coordinates to image coordinate system |
no outgoing calls
no test coverage detected