CCIMXDesktop
 
Loading...
Searching...
No Matches
HistCreator.h
1#ifndef HISTCREATOR_H
2#define HISTCREATOR_H
3class CVImage;
9namespace HistCreator {
16void filled_hist(CVImage& blank, const CVImage& src);
17};
18
19#endif // HISTCREATOR_H
The CVImage class is the image class that provides the image in the frameworks.
Definition CVImage.h:9
HistCreator.
void filled_hist(CVImage &blank, const CVImage &src)
creating hist sessions
Definition HistCreator.cpp:4