Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
abe2ea59
Commit
abe2ea59
authored
Apr 12, 2013
by
Andrey Kamaev
Committed by
OpenCV Buildbot
Apr 12, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #802 from SpecLad:shebang
parents
36028bd8
57d4c86b
Hide whitespace changes
Inline
Side-by-side
Showing
82 changed files
with
81 additions
and
83 deletions
+81
-83
check_docs.py
doc/check_docs.py
+1
-1
check_docs2.py
doc/check_docs2.py
+1
-1
conf.py
doc/conf.py
+1
-1
ocv.py
doc/ocv.py
+1
-1
patch_refman_latex.py
doc/patch_refman_latex.py
+1
-1
gen_pattern.py
doc/pattern_tools/gen_pattern.py
+1
-1
svgfig.py
doc/pattern_tools/svgfig.py
+1
-1
reformat.py
doc/reformat.py
+1
-1
create_csv.py
modules/contrib/doc/facerec/src/create_csv.py
+1
-1
mark_nvidia.py
modules/gpu/misc/mark_nvidia.py
+1
-1
check-tests.py
modules/java/check-tests.py
+1
-1
gen_java.py
modules/java/generator/gen_java.py
+1
-1
gen_javadoc.py
modules/java/generator/gen_javadoc.py
+1
-1
rst_parser.py
modules/java/generator/rst_parser.py
+1
-1
cv.py
modules/python/src2/cv.py
+0
-2
gen.py
modules/python/src2/gen.py
+1
-1
gen2.py
modules/python/src2/gen2.py
+1
-1
hdr_parser.py
modules/python/src2/hdr_parser.py
+1
-1
calchist.py
modules/python/test/calchist.py
+1
-1
camera_calibration.py
modules/python/test/camera_calibration.py
+1
-1
findstereocorrespondence.py
modules/python/test/findstereocorrespondence.py
+1
-1
goodfeatures.py
modules/python/test/goodfeatures.py
+1
-1
leak1.py
modules/python/test/leak1.py
+1
-1
leak2.py
modules/python/test/leak2.py
+1
-1
leak3.py
modules/python/test/leak3.py
+1
-1
leak4.py
modules/python/test/leak4.py
+1
-1
precornerdetect.py
modules/python/test/precornerdetect.py
+1
-1
test.py
modules/python/test/test.py
+1
-1
test2.py
modules/python/test/test2.py
+1
-1
ticket_6.py
modules/python/test/ticket_6.py
+1
-1
tickets.py
modules/python/test/tickets.py
+1
-1
transformations.py
modules/python/test/transformations.py
+1
-1
testlog_parser.py
modules/ts/misc/testlog_parser.py
+1
-1
_coverage.py
samples/python2/_coverage.py
+1
-1
_doc.py
samples/python2/_doc.py
+1
-1
asift.py
samples/python2/asift.py
+1
-1
browse.py
samples/python2/browse.py
+1
-1
calibrate.py
samples/python2/calibrate.py
+1
-1
camshift.py
samples/python2/camshift.py
+1
-1
coherence.py
samples/python2/coherence.py
+1
-1
color_histogram.py
samples/python2/color_histogram.py
+1
-1
common.py
samples/python2/common.py
+1
-1
contours.py
samples/python2/contours.py
+1
-1
deconvolution.py
samples/python2/deconvolution.py
+1
-1
demo.py
samples/python2/demo.py
+1
-1
dft.py
samples/python2/dft.py
+1
-1
digits.py
samples/python2/digits.py
+1
-1
digits_adjust.py
samples/python2/digits_adjust.py
+1
-1
digits_video.py
samples/python2/digits_video.py
+1
-1
distrans.py
samples/python2/distrans.py
+1
-1
edge.py
samples/python2/edge.py
+1
-1
facedetect.py
samples/python2/facedetect.py
+1
-1
feature_homography.py
samples/python2/feature_homography.py
+1
-1
find_obj.py
samples/python2/find_obj.py
+1
-1
fitline.py
samples/python2/fitline.py
+1
-1
floodfill.py
samples/python2/floodfill.py
+1
-1
gabor_threads.py
samples/python2/gabor_threads.py
+1
-1
gaussian_mix.py
samples/python2/gaussian_mix.py
+1
-1
hist.py
samples/python2/hist.py
+1
-1
inpaint.py
samples/python2/inpaint.py
+1
-1
kmeans.py
samples/python2/kmeans.py
+1
-1
lappyr.py
samples/python2/lappyr.py
+1
-1
letter_recog.py
samples/python2/letter_recog.py
+1
-1
lk_homography.py
samples/python2/lk_homography.py
+1
-1
lk_track.py
samples/python2/lk_track.py
+1
-1
morphology.py
samples/python2/morphology.py
+1
-1
mosse.py
samples/python2/mosse.py
+1
-1
motempl.py
samples/python2/motempl.py
+1
-1
mouse_and_match.py
samples/python2/mouse_and_match.py
+1
-1
mser.py
samples/python2/mser.py
+1
-1
opt_flow.py
samples/python2/opt_flow.py
+1
-1
peopledetect.py
samples/python2/peopledetect.py
+1
-1
plane_ar.py
samples/python2/plane_ar.py
+1
-1
plane_tracker.py
samples/python2/plane_tracker.py
+1
-1
squares.py
samples/python2/squares.py
+1
-1
stereo_match.py
samples/python2/stereo_match.py
+1
-1
texture_flow.py
samples/python2/texture_flow.py
+1
-1
turing.py
samples/python2/turing.py
+1
-1
video.py
samples/python2/video.py
+1
-1
video_dmtx.py
samples/python2/video_dmtx.py
+1
-1
video_threaded.py
samples/python2/video_threaded.py
+1
-1
watershed.py
samples/python2/watershed.py
+1
-1
No files found.
doc/check_docs.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
,
glob
...
...
doc/check_docs2.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
os
,
sys
,
fnmatch
,
re
...
...
doc/conf.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
# -*- coding: utf-8 -*-
#
...
...
doc/ocv.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
# -*- coding: utf-8 -*-
"""
ocv domain, a modified copy of sphinx.domains.cpp + shpinx.domains.python.
...
...
doc/patch_refman_latex.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
...
...
doc/pattern_tools/gen_pattern.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
"""gen_pattern.py
To run:
...
...
doc/pattern_tools/svgfig.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
# svgfig.py copyright (C) 2008 Jim Pivarski <jpivarski@gmail.com>
#
...
...
doc/reformat.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
os
,
sys
,
re
...
...
modules/contrib/doc/facerec/src/create_csv.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
import
os.path
...
...
modules/gpu/misc/mark_nvidia.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
,
re
...
...
modules/java/check-tests.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
,
os
,
re
...
...
modules/java/generator/gen_java.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
,
re
,
os
.
path
from
string
import
Template
...
...
modules/java/generator/gen_javadoc.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
os
,
sys
,
re
,
string
,
glob
from
optparse
import
OptionParser
...
...
modules/java/generator/rst_parser.py
View file @
abe2ea59
#/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"
]
...
...
modules/python/src2/cv.py
100755 → 100644
View file @
abe2ea59
#/usr/bin/env python
from
cv2.cv
import
*
modules/python/src2/gen.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
from
string
import
Template
...
...
modules/python/src2/gen2.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
hdr_parser
,
sys
,
re
,
os
,
cStringIO
from
string
import
Template
...
...
modules/python/src2/hdr_parser.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
os
,
sys
,
re
,
string
...
...
modules/python/test/calchist.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
# Calculating and displaying 2D Hue-Saturation histogram of a color image
import
sys
...
...
modules/python/test/camera_calibration.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
import
math
...
...
modules/python/test/findstereocorrespondence.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
import
cv2.cv
as
cv
...
...
modules/python/test/goodfeatures.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
import
unittest
...
...
modules/python/test/leak1.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
import
numpy
as
np
...
...
modules/python/test/leak2.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
import
numpy
as
np
...
...
modules/python/test/leak3.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
import
math
...
...
modules/python/test/leak4.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
import
math
...
...
modules/python/test/precornerdetect.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2.cv
as
cv
...
...
modules/python/test/test.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
unittest
import
random
...
...
modules/python/test/test2.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
unittest
import
random
...
...
modules/python/test/ticket_6.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
urllib
import
cv2.cv
as
cv
...
...
modules/python/test/tickets.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
unittest
import
random
...
...
modules/python/test/transformations.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
# -*- coding: utf-8 -*-
# transformations.py
...
...
modules/ts/misc/testlog_parser.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
sys
,
re
,
os
.
path
from
xml.dom.minidom
import
parse
...
...
samples/python2/_coverage.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Utility for measuring python opencv API coverage by samples.
...
...
samples/python2/_doc.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Scans current directory for *.py files and reports
...
...
samples/python2/asift.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Affine invariant feature-based image matching sample.
...
...
samples/python2/browse.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
browse.py
...
...
samples/python2/calibrate.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/camshift.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Camshift tracker
...
...
samples/python2/coherence.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Coherence-enhancing filtering example
...
...
samples/python2/color_histogram.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/common.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
This module contais some common routines used by other samples.
...
...
samples/python2/contours.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
This program illustrates the use of findContours and drawContours.
...
...
samples/python2/deconvolution.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Wiener deconvolution.
...
...
samples/python2/demo.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Sample-launcher application.
...
...
samples/python2/dft.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
cv2
import
numpy
as
np
...
...
samples/python2/digits.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
SVM and KNearest digit recognition.
...
...
samples/python2/digits_adjust.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Digit recognition adjustment.
...
...
samples/python2/digits_video.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/distrans.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Distance transform sample.
...
...
samples/python2/edge.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
This sample demonstrates Canny edge detection.
...
...
samples/python2/facedetect.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/feature_homography.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Feature homography
...
...
samples/python2/find_obj.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Feature-based image matching sample.
...
...
samples/python2/fitline.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Robust line fitting.
...
...
samples/python2/floodfill.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Floodfill sample.
...
...
samples/python2/gabor_threads.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
gabor_threads.py
...
...
samples/python2/gaussian_mix.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
from
numpy
import
random
...
...
samples/python2/hist.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
''' This is a sample for histogram plotting for RGB images and grayscale images for better understanding of colour distribution
...
...
samples/python2/inpaint.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Inpainting sample.
...
...
samples/python2/kmeans.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
K-means clusterization sample.
...
...
samples/python2/lappyr.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
''' An example of Laplacian Pyramid construction and merging.
...
...
samples/python2/letter_recog.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
The sample demonstrates how to train Random Trees classifier
...
...
samples/python2/lk_homography.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Lucas-Kanade homography tracker
...
...
samples/python2/lk_track.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Lucas-Kanade tracker
...
...
samples/python2/morphology.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Morphology operations.
...
...
samples/python2/mosse.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
MOSSE tracking sample
...
...
samples/python2/motempl.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/mouse_and_match.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
#!/usr/bin/env python
'''
...
...
samples/python2/mser.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
MSER detector demo
...
...
samples/python2/opt_flow.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/peopledetect.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
import
numpy
as
np
import
cv2
...
...
samples/python2/plane_ar.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Planar augmented reality
...
...
samples/python2/plane_tracker.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Multitarget planar tracking
...
...
samples/python2/squares.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Simple "Square Detector" program.
...
...
samples/python2/stereo_match.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Simple example of stereo image matching and point cloud generation.
...
...
samples/python2/texture_flow.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Texture flow direction estimation.
...
...
samples/python2/turing.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Multiscale Turing Patterns generator
...
...
samples/python2/video.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Video capture sample.
...
...
samples/python2/video_dmtx.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Data matrix detector sample.
...
...
samples/python2/video_threaded.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Multithreaded video processing sample.
...
...
samples/python2/watershed.py
View file @
abe2ea59
#/usr/bin/env python
#
!
/usr/bin/env python
'''
Watershed segmentation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment