1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

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
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Utility for measuring python opencv API coverage by samples.
'''
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Scans current directory for *.py files and reports
ones with missing __doc__ string.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Affine invariant feature-based image matching sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
browse.py
=========
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
import os
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Camshift tracker
================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Coherence-enhancing filtering example
=====================================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
from time import clock
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
This module contais some common routines used by other samples.
'''
+2
View File
@@ -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.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Wiener deconvolution.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Sample-launcher application.
'''
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
SVM and KNearest digit recognition.
+2
View File
@@ -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.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
import os
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Distance transform sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
This sample demonstrates Canny edge detection.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
import cv2.cv as cv
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Feature homography
==================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Feature-based image matching sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Robust line fitting.
==================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Floodfill sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
gabor_threads.py
=========
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
from numpy import random
import cv2
+2
View File
@@ -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
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Inpainting sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
K-means clusterization sample.
Usage:
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
''' An example of Laplacian Pyramid construction and merging.
Level : Intermediate
+2
View File
@@ -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.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Lucas-Kanade homography tracker
===============================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Lucas-Kanade tracker
====================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Morphology operations.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
MOSSE tracking sample
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
import video
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
#!/usr/bin/env python
'''
mouse_and_match.py [-i path | --input path: default ./]
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
MSER detector demo
==================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
import video
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
import numpy as np
import cv2
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Planar augmented reality
==================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Multitarget planar tracking
==================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Simple "Square Detector" program.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Simple example of stereo image matching and point cloud generation.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Texture flow direction estimation.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Multiscale Turing Patterns generator
====================================
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Video capture sample.
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Data matrix detector sample.
Usage:
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Multithreaded video processing sample.
Usage:
+2
View File
@@ -1,3 +1,5 @@
#/usr/bin/env python
'''
Watershed segmentation
=========