Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
303 B

/*
* TestBar.h
*
* Created on: Jul 17, 2010
* Author: ethan
*/
#ifndef TESTBAR_H_
#define TESTBAR_H_
#include "image_pool.h"
struct FooBarStruct {
int pool_image_count(image_pool* pool){
return pool->getCount();
}
};
class BarBar{
public:
void crazy();
};
#endif /* TESTBAR_H_ */