We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c990d commit 2dbc7b9Copy full SHA for 2dbc7b9
dlib/image_loader/jpeg_loader.h
@@ -81,9 +81,9 @@ namespace dlib
81
82
FILE * check_file(const char* filename );
83
void read_image( FILE *file, const unsigned char* imgbuffer, size_t imgbuffersize );
84
- size_t long height_;
85
- size_t long width_;
86
- size_t long output_components_;
+ size_t height_;
+ size_t width_;
+ size_t output_components_;
87
std::vector<unsigned char> data;
88
};
89
0 commit comments