Fix missing namespace opening and closing.
This commit is contained in:
@@ -51,8 +51,14 @@ inline bool ImageFormatSupported(const std::string& fileName, const bool save)
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace data
|
||||
} // namespace mlpack
|
||||
|
||||
#endif // HAS_STB.
|
||||
|
||||
namespace mlpack {
|
||||
namespace data {
|
||||
|
||||
inline ImageInfo::ImageInfo(const size_t width,
|
||||
const size_t height,
|
||||
const size_t channels,
|
||||
|
||||
Reference in New Issue
Block a user