opencv/samples/python2
Sven Wehner f7041bacc0 grabcut.py sample: Allow drawing rect from bottom/right
The grabcut sample script isn't able to create rectangles correctly that are
drawn from e.g. bottom-right to top-left.
This small commit uses four min() calls to determine the correct
top-left point of the rectangle.
It also removes some unnecessary white spaces before colons.
2014-02-10 16:53:17 +01:00
..
data
_coverage.py
_doc.py
asift.py
browse.py
calibrate.py
camshift.py
coherence.py
color_histogram.py
common.py
contours.py
deconvolution.py
demo.py
dft.py
digits_adjust.py
digits_video.py
digits.py
distrans.py
edge.py
facedetect.py
facerec_demo.py
feature_homography.py
find_obj.py
fitline.py
floodfill.py
gabor_threads.py
gaussian_mix.py
grabcut.py grabcut.py sample: Allow drawing rect from bottom/right 2014-02-10 16:53:17 +01:00
hist.py
houghcircles.py
houghlines.py
inpaint.py
kmeans.py
lappyr.py
letter_recog.py
lk_homography.py
lk_track.py
logpolar.py Add cv::logPolar, cv::linearPolar, and a python example 2013-09-30 22:31:19 +02:00
morphology.py
mosse.py
motempl.py
mouse_and_match.py mouse_and_match.py missing import cv2 2013-11-24 15:58:13 +01:00
mser.py
opt_flow.py
peopledetect.py
plane_ar.py
plane_tracker.py
squares.py
stereo_match.py
texture_flow.py
turing.py
video_dmtx.py
video_threaded.py
video.py
watershed.py