This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <p id="page_description" style="display:none;">Description goes here</p> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!doctype html> | |
| <html> | |
| <script src="http://cdn.jsdelivr.net/sockjs/0.3.4/sockjs.min.js"></script> | |
| <script src="http://cdn.jsdelivr.net/syncanojs/3.1.3beta/syncano.min.js"></script> | |
| <script src="http://cdn.jsdelivr.net/jquery/2.1.1/jquery.min.js"></script> | |
| <head></head> | |
| <body> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import sys | |
| from PIL import Image, ImageDraw | |
| try: | |
| import cv | |
| except ImportError: | |
| print 'Could not import cv, trying opencv' | |
| import opencv.cv as cv | 
NewerOlder