First time here? Check out the FAQ!

Ask Your Question
2

cvPyrsegmentation

asked Oct 27 '12

muhammet_Ali gravatar image

Hello I am using VS 12 C++,and did OK all operations of my book so far.But in a point cvPyrsegmentation() function is appearing in the book but Intellisense is not recognizing cvPyrsegmentation() function.I ve included cv.h and highgui.h . I dont know what to do because all functions except this is working correctly.

Preview: (hide)

3 answers

Sort by » oldest newest most voted
0

answered Nov 30 '12

Matteo gravatar image

I have just updated OpenCV to 2.4.3 and I am looking for cvPyrSegmentation as well. (I am referring to the prebuild packaged for Windows).

cvPyrSegmentation is present, in OpenCv 2.3.1, in the file include\opencv2\imgproc\imgproc_c.h at line 128. The same file of OpenCv 2.4.3 does not contain it.

I believe it has been removed, maybe there is an alternative to it.

Preview: (hide)
0

answered Jan 23 '13

Anderson Neo gravatar image

It is present in legacy.hpp..Include it in your program

Preview: (hide)

Comments

<opencv2/legacy/legacy.hpp>

patrycja gravatar imagepatrycja (Jun 26 '14)edit
0

answered Oct 27 '12

unxnut gravatar image

This should be part of image processing functionality and you will need to include that file.

Preview: (hide)

Question Tools

Stats

Asked: Oct 27 '12

Seen: 2,986 times

Last updated: Jan 23 '13