Ask Your Question
2

cvPyrsegmentation

asked 2012-10-26 20:14:21 -0600

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.

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2012-11-30 10:31:20 -0600

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.

edit flag offensive delete link more
0

answered 2013-01-23 10:35:05 -0600

Anderson Neo gravatar image

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

edit flag offensive delete link more

Comments

<opencv2/legacy/legacy.hpp>

patrycja gravatar imagepatrycja ( 2014-06-26 09:52:18 -0600 )edit
0

answered 2012-10-27 08:53:55 -0600

unxnut gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-26 20:14:21 -0600

Seen: 2,900 times

Last updated: Jan 23 '13