cv.h: No such file or directory [closed]

asked 2020-01-19 13:33:22 -0600

Greetings, I used git to grab the repository, compiled and installed it.

Then, I attempted to grab another repository (aero-optical-flow) and I can't build it.

/usr/src/aero-optical-flow/modules/OpticalFlow/include/flow_opencv.hpp:44:16: fatal error: cv.h: No such file or directory

So, i searched the repo for opencv I pulled and.. well, there isn't any cv.h, so it wouldnt have installed it. I'm not really sure what is missing.

cv.h does exist on a different (debian) system I have, and the package is 'libopencv-dev'.

However, this is not a debian system, and there are no packages. So I have to install from source. I'm just confused about why the repository I pulled for opencv doesn't also have this. So, it must be somewhere else?

Thanks!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by berak
close date 2020-01-19 14:14:00.709210

Comments

1

cv.h is from the opencv1.0 C-api, deprecated since like 10 years ago.

your aero-optical-flow repo is simply out of date, as well as your debian package

if you want my 2 ct: abandon it, and look for a more modern (c++ !) and better maintained approach

berak gravatar imageberak ( 2020-01-19 13:56:35 -0600 )edit

Well, that stink. Thanks for the info!

jgauthier gravatar imagejgauthier ( 2020-01-19 15:12:48 -0600 )edit
berak gravatar imageberak ( 2020-01-20 03:09:29 -0600 )edit

Good stuff, thank you. This is a different service but the same idea worked just fine!

jgauthier gravatar imagejgauthier ( 2020-01-20 08:18:05 -0600 )edit