mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-03 09:50:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/* OpenCV2 includes - some filenames are different
 | 
						|
 * from the OpenCV1 counterparts */
 | 
						|
#include <opencv2/core/core_c.h>
 | 
						|
#include <opencv2/highgui/highgui_c.h>
 | 
						|
#include <opencv2/imgproc/imgproc_c.h>
 |