Skip to content

Added the sample from patch #2288 : reading in sequence of images#1166

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
StevenPuttemans:patch_2288
Jul 31, 2013
Merged

Added the sample from patch #2288 : reading in sequence of images#1166
opencv-pushbot merged 1 commit intoopencv:masterfrom
StevenPuttemans:patch_2288

Conversation

@StevenPuttemans
Copy link
Copy Markdown

Submitted the sample suggested in patch #2288 (http://code.opencv.org/issues/2288).

Remark:

  • Documentation already added the notice on master branch of image sequencing
  • Do we need a link to the example in the documentation?

@ivan-korolev
Copy link
Copy Markdown
Contributor

@StevenPuttemans Thank you for PR, could you please fix build: http://pullrequest.opencv.org/?

@StevenPuttemans
Copy link
Copy Markdown
Author

Ill try to have a look at what goes wrong :) It is not that easy to understand, but I will do my best!

@StevenPuttemans
Copy link
Copy Markdown
Author

Lets see if problems are solved now. It seems that this were the two main causes of error.

@StevenPuttemans
Copy link
Copy Markdown
Author

@ivan-korolev Build fixed, it seems all tests are passed now.

@ivan-korolev
Copy link
Copy Markdown
Contributor

@StevenPuttemans Thanks you! Could you please combine the commits into 1 so that we have a clear history in the repository?

@StevenPuttemans
Copy link
Copy Markdown
Author

Well people told me I could do this using the rebase command. However, last time I did that I completely screwed up my pull request and had to make a new one. Could you explain me the rebase command to merge the last 4 commits?

@StevenPuttemans
Copy link
Copy Markdown
Author

Found myself a good guide, mastered the rebase technique :) Tested it on other pull request, will do it here also.

@StevenPuttemans
Copy link
Copy Markdown
Author

Build fixed, commits merged into single one! Ready to merge I guess.

@ivan-korolev
Copy link
Copy Markdown
Contributor

@StevenPuttemans Thank you!
@kirill-kornyakov Kirill, could you please review?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help text is a bit inconsistent: example_%%02d.jpg isn't the 1st image file name but the mask.
It also would be great to explain how the mask relates to file names (e.g. 'the mask "example_%%02d.jpg" means reading images named as "example_00.jpg", "example_01.jpg", etc.')

Added bugfixes
- Changed CV_WINDOW_NORMAL to 1
- Changed the help function to static
- Added extra help information on mask specifics
@StevenPuttemans
Copy link
Copy Markdown
Author

Adapted and rebased to single commit.

@ghost ghost assigned apavlenko Jul 31, 2013
@apavlenko
Copy link
Copy Markdown
Contributor

👍

@opencv-pushbot opencv-pushbot merged commit f33fe94 into opencv:master Jul 31, 2013
@StevenPuttemans
Copy link
Copy Markdown
Author

👍

@StevenPuttemans StevenPuttemans deleted the patch_2288 branch July 31, 2013 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants