All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tutorial-content.1.3.source-code.tutorial.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book id="openimaj-tutorial">
  <?dbhtml filename="index.html"?>

	<title>${book.title}</title>

	<bookinfo>
		<title>${book.title}</title>
		<edition>${project.version}</edition>
		<date>${timestamp}</date>

		<authorgroup>
			<author>
				<honorific>Dr</honorific>
				<surname>Hare</surname>
				<firstname>Jonathon</firstname>
				<affiliation>
					<orgdiv>Electronics and Computer Science</orgdiv>
					<orgname>${project.organization.name}</orgname>
					<authorblurb>
						<para>
							<ulink url="http://users.ecs.soton.ac.uk/jsh2">http://users.ecs.soton.ac.uk/jsh2</ulink>
						</para>
					</authorblurb>
				</affiliation>
			</author>
			<author>
				<honorific>Dr</honorific>
				<surname>Samangooei</surname>
				<firstname>Sina</firstname>
				<affiliation>
					<orgdiv>Electronics and Computer Science</orgdiv>
					<orgname>${project.organization.name}</orgname>
					<authorblurb>
						<para>
							<ulink url="http://users.ecs.soton.ac.uk/ss">http://users.ecs.soton.ac.uk/ss</ulink>
						</para>
					</authorblurb>
				</affiliation>
			</author>
			<author>
				<honorific>Dr</honorific>
				<surname>Dupplaw</surname>
				<firstname>David</firstname>
				<affiliation>
					<orgdiv>Electronics and Computer Science</orgdiv>
					<orgname>${project.organization.name}</orgname>
					<authorblurb>
						<para>
							<ulink url="http://users.ecs.soton.ac.uk/dpd">http://users.ecs.soton.ac.uk/dpd</ulink>
						</para>
					</authorblurb>
				</affiliation>
			</author>
		</authorgroup>

		<copyright>
			<year>2014</year>
			<holder>The University of Southampton and the individual authors.
			</holder>
		</copyright>

		<date>2014-09-12</date>

		<publisher>
			<publishername>The University of Southampton</publishername>

			<address><street>Highfield</street><city>Southampton</city><state>Hampshire</state><postcode>SO17 1BJ</postcode></address>
		</publisher>

		<mediaobject role="cover">
			<imageobject remap="lrg" role="front-large">
				<imagedata fileref="covers/cover.png" format="PNG" />
			</imageobject>
		</mediaobject>
	</bookinfo>

	<xi:include href="foreword.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	<xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	<xi:include href="modules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

	<part>
		<title>OpenIMAJ Fundamentals</title>
		<xi:include href="fundamentals/openimaj/getting-started-maven.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>

	<part>
		<title>Image Fundamentals</title>
		<xi:include href="fundamentals/image/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

		<xi:include href="fundamentals/image/proc-first-image.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/image/clust-segm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/image/image-hist-feats.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/image/sift-matching.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/image/image-datasets.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>

	<part>
		<title>Video Fundamentals</title>
		<xi:include href="fundamentals/video/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="fundamentals/video/video-proc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/video/face-finding.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>

	<part>
		<title>Audio Fundamentals</title>
		<xi:include href="fundamentals/audio/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="fundamentals/audio/audio-proc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/audio/audio-features.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>

<!--	
	<part>
		<title>Text Fundamentals</title>
		<xi:include href="fundamentals/text/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="fundamentals/text/nlp-pos-entities.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>
	
	<part>
		<title>Web Fundamentals</title>
		<xi:include href="fundamentals/web/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="fundamentals/web/web-page-analysis.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>
-->
	
	<part>
		<title>Streaming Data Fundamentals</title>
		<xi:include href="fundamentals/streaming/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
<!--		<xi:include href="fundamentals/streaming/stream-basics.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
		<xi:include href="fundamentals/streaming/twitter-images.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
	</part>

	<part>
		<title>Machine Learning Fundamentals</title> 
		<xi:include href="fundamentals/machine-learning/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="fundamentals/machine-learning/classification101.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!--		<xi:include href="fundamentals/machine-learning/image-annotation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="fundamentals/machine-learning/feature-detector.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
	</part>
	
	<part>
		<title>Facial Analysis</title>
		<xi:include href="advanced/faces/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="advanced/faces/eigenfaces.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!--
		<xi:include href="advanced/faces/pipeline-intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="advanced/faces/face-detection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="advanced/faces/face-alignment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="advanced/faces/face-features.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		<xi:include href="advanced/faces/face-annotation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-->
	</part>

	<part>
		<title>Advanced Techniques</title>
		<xi:include href="advanced/features/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
		
		<xi:include href="advanced/features/parallel-processing.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!--		<xi:include href="advanced/features/referencing-code.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
	</part>
	
	<xi:include href="colophon.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy