Direct Graphical Models
v.1.7.0
|
Namespaces | |
colorspaces | |
Color space transformations. | |
Classes | |
class | CCameraControl |
Trackball camera control class. More... | |
class | CMarker |
Marker class. More... | |
class | CMarkerHistogram |
Histogram Marker class. More... | |
class | CTrackballCamera |
Trackball camera class. More... | |
Typedefs | |
using | vec_vec3_t = std::vector< glm::vec3 > |
Enumerations | |
enum | default_pallete { DEF_PALETTE_3, DEF_PALETTE_3_INV, DEF_PALETTE_6, DEF_PALETTE_6_INV, DEF_PALETTE_12, DEF_PALETTE_12_INV, DEF_PALETTE_24, DEF_PALETTE_24_INV, DEF_PALETTE_24_M, DEF_PALETTE_36, DEF_PALETTE_36_INV, DEF_PALETTE_72, DEF_PALETTE_72_INV } |
Default palettes. More... | |
enum | mark_flags { MARK_GRID = 1, MARK_OVER = 2, MARK_NO_ZERO = 4, MARK_BW = 8, MARK_PERCLASS = 16, MARK_PERCENT = 128 } |
Visualization flags. More... | |
Functions | |
Mat | drawDictionary (const Mat &dictionary, double m=1) |
Visualizes a sparse coding dictionary. More... | |
Mat | drawGraph (int size, IGraphPairwise &graph, std::function< Point2f(size_t)> posFunc, std::function< cv::Scalar(size_t)> colorFunc=nullptr, const vec_scalar_t &groupsColor=vec_scalar_t()) |
Visualizes the graph structure. More... | |
void | showGraph3D (int size, IGraphPairwise &graph, std::function< Point3f(size_t)> posFunc, std::function< cv::Scalar(size_t)> colorFunc=nullptr, const vec_scalar_t &groupsColor=vec_scalar_t()) |
Visualizes the graph structure in 3D. More... | |
Variables | |
const byte | bkgIntencity = 50 |
using DirectGraphicalModels::vis::vec_vec3_t = typedef std::vector<glm::vec3> |
Definition at line 131 of file MarkerGraph.cpp.
Default palettes.
Visualization flags.
Used in CMarker::markClasses() and CMarker::markPotentials() functions.
const byte DirectGraphicalModels::vis::bkgIntencity = 50 |
Definition at line 18 of file MarkerGraph.cpp.