mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fix formatting
This commit is contained in:
parent
a4bf6e1e6a
commit
471c3d30e1
@ -23,7 +23,7 @@ namespace dlib
|
||||
typedef pixel_type type;
|
||||
typedef default_memory_manager mem_manager_type;
|
||||
|
||||
cv_image (const cv::Mat &img)
|
||||
cv_image (const cv::Mat& img)
|
||||
{
|
||||
DLIB_CASSERT(img.depth() == cv::DataType<typename pixel_traits<pixel_type>::basic_pixel_type>::depth &&
|
||||
img.channels() == pixel_traits<pixel_type>::num,
|
||||
|
Loading…
Reference in New Issue
Block a user