Ask Your Question
1

where to get simple.jpg

asked 2015-10-06 11:05:43 -0600

Jochen0x90h gravatar image

updated 2015-10-07 11:11:43 -0600

theodore gravatar image

Hi!

Where do I get the sample images simple.jpg, chessboard.jpg, home.jpg, fly.png and others from the Python feature detection and description tutorial ( http://docs.opencv.org/3.0-beta/doc/p... )?

Jochen

edit retag flag offensive close merge delete

Comments

2

they seem to be missing from the source folder. I guess you can open a bug report / request about adding the image files. I managed though to find the home.jpg file elsewhere.

theodore gravatar imagetheodore ( 2015-10-06 11:44:33 -0600 )edit
1

They are indeed missing ... if someone is able to retrieve them somewhere, I am willing to add them back!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-07 04:15:59 -0600 )edit
1
LBerger gravatar imageLBerger ( 2015-10-07 10:40:13 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
4

answered 2015-10-07 10:18:49 -0600

theodore gravatar image

updated 2015-10-07 10:47:54 -0600

I managed to retrieve the home.jpg, simple.jpg in their original form and the fly.png in a processed form. I had to use the inpaint() functionality in order to achieve as much as possible something close to the original version of the image, since I could not find it somewhere. For the chessboard.jpg I cannot get something related to the original image but I guess any sample related to a chessboard pattern would work similarly with the image the tutorial's author is using.

EDIT

we found the fly.jpg many thanks to @LBerger ;-)

And the images are here:

fly.png

image description

image description

home.jpg

image description

simple.jpg

image description

edit flag offensive delete link more

Comments

2

reverse engineering ++ ;)

berak gravatar imageberak ( 2015-10-07 10:20:42 -0600 )edit

Thanks a lot!

Jochen0x90h gravatar imageJochen0x90h ( 2015-10-07 12:40:55 -0600 )edit

I will add them today! You can find the PR here: https://github.com/Itseez/opencv/pull...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-08 03:45:59 -0600 )edit

by the way the original name of simple is blox which is more meaningful (http://www.ee.surrey.ac.uk/CVSSP/demo...). Therefore I would suggest to change the name to blox, also in the example code

Jochen0x90h gravatar imageJochen0x90h ( 2015-10-08 04:06:35 -0600 )edit

@Jochen0x90h will do so!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-08 04:19:23 -0600 )edit

BTW which sample code uses simple.jpg? I cannot see it.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-08 04:23:16 -0600 )edit
1

This code uses simple.jpg: http://docs.opencv.org/3.0-beta/doc/p...

Jochen0x90h gravatar imageJochen0x90h ( 2015-10-08 04:40:04 -0600 )edit
1

Everythin was added! Thank you for the input!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-12 06:37:10 -0600 )edit
3

answered 2016-10-22 08:55:33 -0600

FunKing gravatar image

updated 2016-10-24 10:55:08 -0600

Many tutorials have missing images. I've asked Abid Rahman K (one of the authors of the tutorials) for help to find the missing files, but in the meantime, I'll share what I've seen as missing, and what I've found on the web:

Basic Operations on Images is missing: opencv_logo.png

Arithmetic Operations on Images is missing: ml.png, opencv_logo.jpg (actually, it is a different file from the one currently in the source)

Geometric Transformations of Imagesis missing: drawing.png, sudokusmall.png. Found replacement/original for sudokusmall.png at http://web.archive.org/web/2014060110...

Image Thresholdingis missing: gradient.png, dave.jpg, noisy2.png. Found replacement/original for dave.jpg at http://web.archive.org/web/2014060110... (I've created a version of noisy2.png, but the results were somewhat different from the tutorial)

Smoothing Images is missing: opencv_logo.png. It seems to be a copy of doc/opencv-logo-white.png

Image Pyramids is missing: apple.jpg, orange.jpg (originals from here)

I'll try to and more details later.

edit flag offensive delete link more

Comments

thanks for caring !

berak gravatar imageberak ( 2016-10-22 09:02:45 -0600 )edit

@FunKing, I will take again a look at this and supply a PR with the necessary resources if we can locate them again.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-10-24 02:40:05 -0600 )edit

A PR for all of this: https://github.com/opencv/opencv/pull... Still 2 images that I did not find...

StevenPuttemans gravatar imageStevenPuttemans ( 2016-10-25 04:51:28 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-10-06 11:05:43 -0600

Seen: 4,301 times

Last updated: Oct 24 '16