![]() |
KSquare Utilities
|
#include "FirstIncludes.h"#include <memory>#include <math.h>#include <float.h>#include <limits.h>#include <algorithm>#include <fstream>#include <map>#include <string>#include <iostream>#include <vector>#include "MemoryDebug.h"#include "SegmentorOTSU.h"#include "KKBaseTypes.h"#include "Raster.h"Go to the source code of this file.
Functions | |
| VectorDouble | operator* (const VectorDouble &left, double right) |
| VectorDouble | operator* (double left, const VectorDouble &right) |
| VectorDouble | operator- (const VectorDouble &left, double right) |
| template<typename T > | |
| vector< T > | operator- (T left, const vector< T > &right) |
| VectorDouble operator* | ( | const VectorDouble & | left, |
| double | right | ||
| ) |
Definition at line 399 of file SegmentorOTSU.cpp.
| VectorDouble operator* | ( | double | left, |
| const VectorDouble & | right | ||
| ) |
Definition at line 412 of file SegmentorOTSU.cpp.
| VectorDouble operator- | ( | const VectorDouble & | left, |
| double | right | ||
| ) |
Definition at line 360 of file SegmentorOTSU.cpp.
| vector<T> operator- | ( | T | left, |
| const vector< T > & | right | ||
| ) |
Definition at line 383 of file SegmentorOTSU.cpp.