add #/usr/bin/env python to all python files
This commit is contained in:
parent
8579666b03
commit
285d6320be
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys, glob
|
||||
|
||||
sys.path.append("../modules/python/src2/")
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import os, sys, fnmatch, re
|
||||
|
||||
sys.path.append("../modules/python/src2/")
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# opencvstd documentation build configuration file, created by
|
||||
|
@ -1,3 +1,4 @@
|
||||
#/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
ocv domain, a modified copy of sphinx.domains.cpp + shpinx.domains.python.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
f=open(sys.argv[1], "rt")
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
"""gen_pattern.py
|
||||
To run:
|
||||
-c 10 -r 12 -o out.svg
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
# svgfig.py copyright (C) 2008 Jim Pivarski <jpivarski@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import os, sys, re
|
||||
|
||||
finput=open(sys.argv[1], "rt")
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import os.path
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys, re
|
||||
|
||||
spaces = '[\s]*'
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys, os, re
|
||||
|
||||
classes_ignore_list = (
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys, re, os.path
|
||||
from string import Template
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import os, sys, re, string, glob
|
||||
from optparse import OptionParser
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/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"]
|
||||
verbose = False
|
||||
|
@ -1 +1,3 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
from cv2.cv import *
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys
|
||||
from string import Template
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import hdr_parser, sys, re, os, cStringIO
|
||||
from string import Template
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import os, sys, re, string
|
||||
|
||||
# the list only for debugging. The real list, used in the real OpenCV build, is specified in CMakeLists.txt
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import math
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import cv2.cv as cv
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
import unittest
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
import numpy as np
|
||||
cv.NamedWindow('Leak')
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
import numpy as np
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
import math
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
import math
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import cv2.cv as cv
|
||||
|
||||
def precornerdetect(image):
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import unittest
|
||||
import random
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import urllib
|
||||
import cv2.cv as cv
|
||||
import Image
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import unittest
|
||||
import random
|
||||
import time
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
# transformations.py
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import testlog_parser, sys, os, xml, re
|
||||
from table_formatter import *
|
||||
from optparse import OptionParser
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import math, os, sys
|
||||
|
||||
webcolors = {
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from optparse import OptionParser
|
||||
import glob, sys, os, re
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import testlog_parser, sys, os, xml, re, glob
|
||||
from table_formatter import *
|
||||
from optparse import OptionParser
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys, os, platform, xml, re, tempfile, glob, datetime, getpass, shutil
|
||||
from optparse import OptionParser
|
||||
from subprocess import Popen, PIPE
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import testlog_parser, sys, os, xml, glob, re
|
||||
from table_formatter import *
|
||||
from optparse import OptionParser
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys, re, os.path, cgi, stat
|
||||
from optparse import OptionParser
|
||||
from color import getColorizer
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import sys, re, os.path
|
||||
from xml.dom.minidom import parse
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import time
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Find Squares in image by finding countours and filtering
|
||||
"""
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import urllib2
|
||||
from sys import argv
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import time
|
||||
from pydmtx import DataMatrix
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
from cv import *
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Utility for measuring python opencv API coverage by samples.
|
||||
'''
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Scans current directory for *.py files and reports
|
||||
ones with missing __doc__ string.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Affine invariant feature-based image matching sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
browse.py
|
||||
=========
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
import os
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Camshift tracker
|
||||
================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Coherence-enhancing filtering example
|
||||
=====================================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
from time import clock
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
This module contais some common routines used by other samples.
|
||||
'''
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
This program illustrates the use of findContours and drawContours.
|
||||
The original image is put up along with the image of drawn contours.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Wiener deconvolution.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Sample-launcher application.
|
||||
'''
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
SVM and KNearest digit recognition.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Digit recognition adjustment.
|
||||
Grid search is used to find the best parameters for SVM and KNearest classifiers.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
import os
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Distance transform sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
This sample demonstrates Canny edge detection.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
import cv2.cv as cv
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Feature homography
|
||||
==================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Feature-based image matching sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Robust line fitting.
|
||||
==================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Floodfill sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
gabor_threads.py
|
||||
=========
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
from numpy import random
|
||||
import cv2
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
''' This is a sample for histogram plotting for RGB images and grayscale images for better understanding of colour distribution
|
||||
|
||||
Benefit : Learn how to draw histogram of images
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Inpainting sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
K-means clusterization sample.
|
||||
Usage:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
''' An example of Laplacian Pyramid construction and merging.
|
||||
|
||||
Level : Intermediate
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
The sample demonstrates how to train Random Trees classifier
|
||||
(or Boosting classifier, or MLP, or Knearest, or Support Vector Machines) using the provided dataset.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Lucas-Kanade homography tracker
|
||||
===============================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Lucas-Kanade tracker
|
||||
====================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Morphology operations.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
MOSSE tracking sample
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
import video
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
#!/usr/bin/env python
|
||||
'''
|
||||
mouse_and_match.py [-i path | --input path: default ./]
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
MSER detector demo
|
||||
==================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
import video
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Planar augmented reality
|
||||
==================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Multitarget planar tracking
|
||||
==================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Simple "Square Detector" program.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Simple example of stereo image matching and point cloud generation.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Texture flow direction estimation.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Multiscale Turing Patterns generator
|
||||
====================================
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Video capture sample.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Data matrix detector sample.
|
||||
Usage:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Multithreaded video processing sample.
|
||||
Usage:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#/usr/bin/env python
|
||||
|
||||
'''
|
||||
Watershed segmentation
|
||||
=========
|
||||
|
Loading…
Reference in New Issue
Block a user