Is it just me, or do most unit tests in current git master fail? Most projects I work with try to keep failures down, so I’m trying to figure out if I’ve complied things in some very strange way, or my platform is not well-supported, or if this is just the actual state of affairs.
11: Requested file "./cv/denoising/lena_noised_gaussian_sigma=10.png" does not exist.
I’ve cloned that other repo, and indeed a file with that name is there, so I guess that’s my issue. But how do I point my build of opencv to my opencv_extra folder? I don’t see any variable in cmake to set a path to it.