mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
add getFrameCount()
This commit is contained in:
@@ -296,6 +296,7 @@ TEST_P(Imgcodecs_Avif_Animation_WriteReadSuite, encode_decode) {
|
||||
return;
|
||||
}
|
||||
EXPECT_NO_THROW(cv::imwritemulti(output, anim_original, encoding_params_));
|
||||
EXPECT_EQ(anim_original.size(), imcount(output));
|
||||
|
||||
// Read from file.
|
||||
std::vector<cv::Mat> anim;
|
||||
|
||||
Reference in New Issue
Block a user