Join Bill Weinman for an in-depth discussion in this video Overview of the solution, part of Code Clinic: C++.
- I call this solution ImageSort,…but it actually has several parts to it.…The first part is to identify the files to be sorted.…This is the part that searches the file system recursively.…Then we have to extract the metadata…from the image file for this I'm using…an open source library called Exiv2,…more about that in a moment.…Once we have the metadata, we need to find…the image caption or description so we can sort by it,…and then we need to display a list of the images…sorted by the image caption.…
I'm using the Exiv2 open source library…to extract the metadata from the image file.…Exiv2 is an open source C++ library…that works on many different types of files…including JPEGs and PINGs.…It reads all the popular types of metadata…including Exif or IPTC and XMP,…and this is important because you really…can't predict what sort of metadata your images will have.…One final note about this library,…Exiv2 is designed to work on UNIX based systems.…
It does work on Windows but it's challenging…to compile it in Microsoft Visual Studio.…
Author
Updated
12/16/2014Released
7/15/2014Bill introduces challenges and provides an overview of his solutions in C++. Challenges include topics such as statistical analysis, searching directories for images, and accessing peripheral devices.
Visit other courses in the series to see how to solve the exact same challenges in languages like C#, Java, PHP, Python, and Ruby.
Skill Level Intermediate
Duration
Views
Q: I am unable to access the Lake Pend Oreille data from outside the U.S.
A: A static copy of this data is provided here for lynda.com members outside of the U.S
Related Courses
-
Learning C++
with Peggy Fisher2h 36m Beginner -
Code Clinic: C#
with David Gassner3h 14m Intermediate -
Code Clinic: Java
with Patrick Royal1h 33m Intermediate
-
Introduction
-
Problem One: Exploring Lake Pend Oreille
-
Solution overview2m 51s
-
Problem Two: Image Analysis
-
Image analysis2m 48s
-
Solution overview2m 3s
-
My solution: Fuzzy matching6m 46s
-
-
Problem Three: Eight Queens
-
Introduction1m 51s
-
Overview of the solution1m 26s
-
Command line interface9m 17s
-
Implementation2m 10s
-
Presentation and display3m 1s
-
-
Problem Four: Accessing Peripherals
-
Introduction1m 21s
-
Overview of the solution3m 50s
-
Interface design2m 37s
-
Creating the waveform3m 21s
-
Capturing the touch position1m 52s
-
-
Problem Five: Recursion and Directories
-
Introduction2m 3s
-
Searching for files2m 56s
-
Finding the caption2m 19s
-
Displaying results2m 20s
-
-
Problem Six: Building the Web
-
Introduction1m 34s
-
Overview of the solution6m 6s
-
Parsing the CSV file6m 15s
-
Generating XML3m 45s
-
Processing the HTML file6m 14s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Overview of the solution