#include <boost/multi_array.hpp>#include <algorithm>#include <vector>#include <cmath>#include "image.h"#include "multi_array_op.h"#include "image_fileinput.h"#include "image_funcs.h"#include "property_image.h"#include "image_draw.h"#include "primitives.h"#include <iostream>#include <fstream>Include dependency graph for hough_transform2.h:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| class | mimas::find_line< ImageIteratorSource > |
| Line finding using the Hough transform. More... | |
Typedefs | |
| typedef boost::multi_array< double, 2 > | mimas::Array2D |