mirror of https://github.com/davisking/dlib.git
Fixed a bug which prevented add_image_rotations() from compiling.
This commit is contained in:
parent
5b09eca688
commit
ee2fc4a7b0
|
@ -1403,7 +1403,7 @@ namespace dlib
|
|||
|
||||
std::vector<T> objtemp;
|
||||
std::vector<U> objtemp2;
|
||||
typename image_array_type::image_type temp;
|
||||
typename image_array_type::value_type temp;
|
||||
for (long i = 0; i < angles.size(); ++i)
|
||||
{
|
||||
for (unsigned long j = 0; j < images.size(); ++j)
|
||||
|
|
Loading…
Reference in New Issue