Ask Your Question

egghead4466's profile - activity

2015-09-28 16:32:42 -0600 received badge  Famous Question (source)
2014-05-03 20:50:13 -0600 received badge  Notable Question (source)
2014-04-15 02:17:29 -0600 received badge  Popular Question (source)
2012-12-06 18:45:08 -0600 asked a question cvtcolor function problem

When I try to bompile using make I keep getting this error

‘cvtColor’ was not declared in this scope

I have no idea how to fix this. I have not had any problems in the past and now OpenCV seems to hate me. LOL

Here is the Include's I'm using with no help.

#include <stdio.h>
#include "cv.h"
#include "highgui.h" 
#include </usr/local/include/opencv2/imgproc/imgproc.hpp>