Hello, I am trying to reuse a [C++ program](http://stackoverflow.com/questions/35479344/how-to-get-color-palette-from-image-using-opencv) and facing below compilation errors, please help me figuring out the issue.
Compile erros:
identifier stylization is undefined.
identifier edgePreservingFilter is undefined.
Working in Visual Studio, installled OpenCV 2.4.11 form nuget
included opencv2\opencv.hpp and opencv2\photo\photo.hpp
↧