Test git Mézon

This commit is contained in:
Antoine H. Mézon 2017-04-27 21:12:46 +02:00
parent 439afa4318
commit 1afd0f34fa
18 changed files with 2251 additions and 129 deletions

View file

@ -3,7 +3,7 @@
#include <highgui.h>
//#include <cxcore.h>
#include <SFML/Window.hpp>
int main(int argc, char* argv[])
{
@ -26,6 +26,9 @@ int main(int argc, char* argv[])
cvNamedWindow( "Camera", CV_WINDOW_AUTOSIZE );
cvNamedWindow( "HSV", CV_WINDOW_AUTOSIZE );
cvNamedWindow( "Binaire", CV_WINDOW_AUTOSIZE );
sf::Window window;
window.create(sf::VideoMode(800, 600), "My window",sf::Style::Default);
// get the image data
height = frame->height;