Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

fatal error C1083: Cannot open include file: 'opencv/cvaux.h': No such file or directory

Some one please help me i tried many ways but did not work

include<opencv cvaux.h="">

include<opencv highgui.h="">

include<opencv cxcore.h="">

include<stdio.h>

include<stdlib.h>

click to hide/show revision 2
formatted source code

fatal error C1083: Cannot open include file: 'opencv/cvaux.h': No such file or directory

Some one please help me i tried many ways but did not work

include<opencv cvaux.h="">

include<opencv highgui.h="">

include<opencv cxcore.h="">

include<stdio.h>

include<stdlib.h>

#include<opencv/cvaux.h>
#include<opencv/highgui.h>
#include<opencv/cxcore.h>
#include<stdio.h>
#include<stdlib.h>
click to hide/show revision 3
fixed missing blank

fatal error C1083: Cannot open include file: 'opencv/cvaux.h': No such file or directory

Some one please help me i tried many ways but did not work

#include<opencv/cvaux.h>
#include<opencv/highgui.h>
#include<opencv/cxcore.h>
#include<stdio.h>
#include<stdlib.h>
#include <opencv/cvaux.h>
#include <opencv/highgui.h>
#include <opencv/cxcore.h>
#include <stdio.h>
#include <stdlib.h>
click to hide/show revision 4
retagged

updated 2014-02-06 02:39:54 -0600

berak gravatar image

fatal error C1083: Cannot open include file: 'opencv/cvaux.h': No such file or directory

Some one please help me i tried many ways but did not work

#include <opencv/cvaux.h>
#include <opencv/highgui.h>
#include <opencv/cxcore.h>
#include <stdio.h>
#include <stdlib.h>