Hue, Saturation and Value feature extraction class.
More...
#include <HSV.h>
|
static Mat | get (const Mat &img) |
| Extracts the HSV feature. More...
|
|
|
const Mat | m_img |
| Container for the image, from which the features are to be extracted. More...
|
|
Hue, Saturation and Value feature extraction class.
- Author
- Sergey G. Kosov, serge.nosp@m.y.ko.nosp@m.sov@p.nosp@m.roje.nosp@m.ct-10.nosp@m..de
Definition at line 14 of file HSV.h.
◆ CHSV()
DirectGraphicalModels::fex::CHSV::CHSV |
( |
Mat & |
img | ) |
|
|
inline |
Constructor.
- Parameters
-
img | Input image of type CV_8UC3. |
Definition at line 21 of file HSV.h.
◆ ~CHSV()
virtual DirectGraphicalModels::fex::CHSV::~CHSV |
( |
void |
| ) |
|
|
inlinevirtual |
Definition at line 22 of file HSV.h.
◆ get() [1/2]
virtual Mat DirectGraphicalModels::fex::CHSV::get |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ get() [2/2]
Mat DirectGraphicalModels::fex::CHSV::get |
( |
const Mat & |
img | ) |
|
|
static |
Extracts the HSV feature.
This function transforms the input image into HSV (hue-saturation-value) color space.
- Parameters
-
img | Input image of type CV_8UC3. |
- Returns
- The (hue-saturation-value) feature image of type CV_8UC3.
Definition at line 6 of file HSV.cpp.
The documentation for this class was generated from the following files:
- D:/Projects/DGM/modules/FEX/HSV.h
- D:/Projects/DGM/modules/FEX/HSV.cpp