add #/usr/bin/env python to all python files

This commit is contained in:
marina.kolpakova
2012-11-23 22:57:22 +04:00
parent 8579666b03
commit 285d6320be
92 changed files with 183 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# Calculating and displaying 2D Hue-Saturation histogram of a color image
#/usr/bin/env python
# Calculating and displaying 2D Hue-Saturation histogram of a color image
import sys
import cv2.cv as cv

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import sys
import math
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import sys
import cv2.cv as cv

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
import unittest

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
import numpy as np
cv.NamedWindow('Leak')

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
import numpy as np
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
import math
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
import math
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import cv2.cv as cv
def precornerdetect(image):

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import unittest
import random
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import urllib
import cv2.cv as cv
import Image

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
import unittest
import random
import time

View File

@@ -1,3 +1,5 @@
#/usr/bin/env python
# -*- coding: utf-8 -*-
# transformations.py