<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://boofcv.org/index.php?action=history&amp;feed=atom&amp;title=Visualization</id>
	<title>Visualization - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://boofcv.org/index.php?action=history&amp;feed=atom&amp;title=Visualization"/>
	<link rel="alternate" type="text/html" href="https://boofcv.org/index.php?title=Visualization&amp;action=history"/>
	<updated>2026-05-14T12:34:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>https://boofcv.org/index.php?title=Visualization&amp;diff=2757&amp;oldid=prev</id>
		<title>Peter: Created page with &quot;Visualization is an important part of BoofCV and its development. This is evident in examples and demonstrations both of which heavily rely on these tools. Having controls whi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://boofcv.org/index.php?title=Visualization&amp;diff=2757&amp;oldid=prev"/>
		<updated>2020-07-13T05:02:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Visualization is an important part of BoofCV and its development. This is evident in examples and demonstrations both of which heavily rely on these tools. Having controls whi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Visualization is an important part of BoofCV and its development. This is evident in examples and demonstrations both of which heavily rely on these tools. Having controls which let you modify tuning parameters in real-time is a core part of BoofCV&amp;#039;s development process.&lt;br /&gt;
&lt;br /&gt;
The documentation is a bit sparse for right now, but you can find much of it by browsing the source code inside of demonstrations and examples. If you see something that you like just open up the code. Below is a list of example code that you might find helpful&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/lessthanoptimal/BoofCV/blob/SNAPSHOT/integration/boofcv-swing/src/main/java/boofcv/gui/image/VisualizeImageData.java Image Gradient]&lt;br /&gt;
* [https://github.com/lessthanoptimal/BoofCV/blob/SNAPSHOT/integration/boofcv-swing/src/main/java/boofcv/gui/feature/VisualizeFeatures.java Features]&lt;br /&gt;
* [https://github.com/lessthanoptimal/BoofCV/blob/SNAPSHOT/main/boofcv-io/src/main/java/boofcv/visualize/PointCloudViewer.java Point Clouds]&lt;br /&gt;
** [https://github.com/lessthanoptimal/BoofCV/blob/SNAPSHOT/examples/src/main/java/boofcv/examples/stereo/ExampleStereoDisparity3D.java Usage Example]&lt;br /&gt;
&lt;br /&gt;
== Writing Applications ==&lt;br /&gt;
Almost all Demonstrations in BoofCV extend [https://github.com/lessthanoptimal/BoofCV/blob/SNAPSHOT/demonstrations/src/main/java/boofcv/gui/DemonstrationBase.java DemonstrationBase] as it provides a structure for abstracting getting images, video streams, webcams, and files inside a GUI.&lt;br /&gt;
&lt;br /&gt;
== Visualizing Features ==&lt;br /&gt;
&lt;br /&gt;
== Visualizing 3D Data ==&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
</feed>