adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ...

This commit is contained in:
StevenPuttemans 2015-10-08 11:03:30 +02:00
parent d945aff132
commit 913c266b4a
9 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ See the example below:
import cv2
import numpy as np
filename = 'chessboard.jpg'
filename = 'chessboard.png'
img = cv2.imread(filename)
gray = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)

View File

@ -50,7 +50,7 @@ import numpy as np
import cv2
from matplotlib import pyplot as plt
img = cv2.imread('simple.jpg')
img = cv2.imread('blox.jpg')
gray = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)
corners = cv2.goodFeaturesToTrack(gray,25,0.01,10)

BIN
samples/data/blox.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
samples/data/butterfly.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
samples/data/chessboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
samples/data/home.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
samples/data/left.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
samples/data/messi5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
samples/data/right.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB