First time here? Check out the FAQ!

Ask Your Question
0

challenging problem..how to change src files

asked Apr 10 '13

nm gravatar image

i am working on a project using dev C++ with OpenCv 2.1 and I want to change some of the src files of the open cv. But even after changing the src files, no changes are observed in the output. When I changed the corresponding header file in include folder changes were observed but nothing was observed after changing the src files. Kindly guide me how to change some of the src files.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Apr 10 '13

berak gravatar image

updated Apr 10 '13

you need to (re)compile the libraries affected by the changed src files, before you can see the difference

there's tutorials on how to rebuild the opencv libs using cmake, you'll want to take a look at this

btw, any reason, why you're trying that on 2.1 ?

Preview: (hide)

Question Tools

Stats

Asked: Apr 10 '13

Seen: 134 times

Last updated: Apr 10 '13