1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Fixed the shebang lines on the Python scripts.

Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
This commit is contained in:
Roman Donchenko
2013-04-11 18:34:04 +04:00
parent ca56e99a62
commit 57d4c86b2b
82 changed files with 81 additions and 83 deletions
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
import os.path
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys, re
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys, os, re
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys, re, os.path
from string import Template
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import os, sys, re, string, glob
from optparse import OptionParser
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import os, sys, re, string, fnmatch
allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "gpu", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "ocl", "superres"]
Executable → Regular
-2
View File
@@ -1,3 +1 @@
#/usr/bin/env python
from cv2.cv import *
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
from string import Template
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import hdr_parser, sys, re, os, cStringIO
from string import Template
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import os, sys, re, string
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
# Calculating and displaying 2D Hue-Saturation histogram of a color image
import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
import math
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
import cv2.cv as cv
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import unittest
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import numpy as np
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import numpy as np
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import math
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import math
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import urllib
import cv2.cv as cv
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# transformations.py
+1 -1
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys, re, os.path
from xml.dom.minidom import parse