every 2D point of the image is represented by a Point class you need to trverse all the points of the image
More...
#include <iostream>
#include <sstream>
|
struct | Point |
| Simple Point class containing a public unsigned x and y for representing 2D points on an image. More...
|
|
every 2D point of the image is represented by a Point class you need to trverse all the points of the image
◆ operator<<()
overload operator << print out a point
- Parameters
-
out | Output stream |
point | The point to print |
- Returns
- Output stream