Image sequence with rel paths fix.
This commit is contained in:
parent
061f693022
commit
d793e71f72
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ cv::Mat ImageCapture::GetNextImage()
|
||||||
// Set the grayscale frame
|
// Set the grayscale frame
|
||||||
convertToGrayscale(latest_frame, latest_gray_frame);
|
convertToGrayscale(latest_frame, latest_gray_frame);
|
||||||
|
|
||||||
this->name = boost::filesystem::path(image_files[frame_num]).filename().replace_extension("").string();
|
this->name = image_files[frame_num];
|
||||||
|
|
||||||
frame_num++;
|
frame_num++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue