Commit 4e1574bb7f3c97afd1bd23afb84e1f4038bcd35b
1 parent
fb8f6d65
Fixing mistakes
Showing
2 changed files
with
4 additions
and
4 deletions
openbr/plugins/cmake/stasm4.cmake
openbr/plugins/imgproc/cvtcolor.cpp renamed to openbr/plugins/imgproc/cvt.cpp
| @@ -28,7 +28,7 @@ namespace br | @@ -28,7 +28,7 @@ namespace br | ||
| 28 | * \brief Colorspace conversion. | 28 | * \brief Colorspace conversion. |
| 29 | * \author Josh Klontz \cite jklontz | 29 | * \author Josh Klontz \cite jklontz |
| 30 | */ | 30 | */ |
| 31 | -class CvtColorTransform : public UntrainableTransform | 31 | +class CvtTransform : public UntrainableTransform |
| 32 | { | 32 | { |
| 33 | Q_OBJECT | 33 | Q_OBJECT |
| 34 | Q_ENUMS(ColorSpace) | 34 | Q_ENUMS(ColorSpace) |
| @@ -64,8 +64,8 @@ private: | @@ -64,8 +64,8 @@ private: | ||
| 64 | } | 64 | } |
| 65 | }; | 65 | }; |
| 66 | 66 | ||
| 67 | -BR_REGISTER(Transform, CvtColorTransform) | 67 | +BR_REGISTER(Transform, CvtTransform) |
| 68 | 68 | ||
| 69 | } // namespace br | 69 | } // namespace br |
| 70 | 70 | ||
| 71 | -#include "imgproc/cvtcolor.moc" | 71 | +#include "imgproc/cvt.moc" |