<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Rebecca-E project</title>
	<link>http://robotics.icstweb.org/rebecca-e</link>
	<description></description>
	<lastBuildDate>Mon, 11 May 2009 14:41:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>rebecca-e-025.jar</title>
		<description><![CDATA[Download: Rebecca-E-025.jar]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2009/05/11/rebecca-e-025jar/</link>
			</item>
	<item>
		<title>Camera Capture &amp; Color Segmentation</title>
		<description><![CDATA[Source paper: Efficient Graph-Based Image Segmentation. (with Daniel Huttenlocher) International Journal of Computer Vision, Vol. 59, No. 2, September 2004. [PDF text] Project Code: Rebecca-E-0.10.1.jar Rebecca-E-0.10.1]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/05/07/cameracapturecolorsegmentation/</link>
			</item>
	<item>
		<title>CameraCapture.java Pipe</title>
		<description><![CDATA[This Pipe is a compilation of the JMF examples provided by David Fischer (http://www.mutong.com/fischer/java/usbcam/) and the sun.com. The Pipe performs fast image capturing from web-camera. The process contains next steps: Init camera Capture the last frame from a camera to a BufferedImage, put it to the output slot every time you run the Execute() method; [...]]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/05/02/cameracapturepipe/</link>
			</item>
	<item>
		<title>example2: load/process/show image</title>
		<description><![CDATA[There is an example of a simple image processing code. The process contains next steps: loading image, cloning it, performing some operations with the first copy and showing results on the user screen. Project files: Rebecca-E-0.9.zip Project dir: Rebecca-E-0.9 ImageLoaderDialog.java &#8230; screenshot: the pipeline&#8217;s scheme: the pipeline&#8217;s code: package Run; import java.awt.image.BufferedImage; import rebecca.e9.core.*; import [...]]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/05/01/5454654654/</link>
			</item>
	<item>
		<title>Award</title>
		<description><![CDATA[The Rebecca-E project has been awarded the first prize of the XLVI International Scientific Student&#8217;s Conference, 2008, Novosibirsk State University.]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/04/30/award/</link>
			</item>
	<item>
		<title>screenshots1</title>
		<description><![CDATA[]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/04/24/screenshots1/</link>
			</item>
	<item>
		<title>example1</title>
		<description><![CDATA[package rebecca.e9.standart.pipes; import rebecca.e9.core.*; public class EmptyPipe extends Pipe { public EmptyPipe() { super(&#8220;Do nothing.&#8221;); } public void Execute() { } public void Init() { } public void ShutDown() { } } package Run; import rebecca.e9.core.*; public class EmptyPipeLine extends PipeLine { public EmptyPipeLine() { super(&#8220;Empty PipeLine &#8211; performs nothing&#8221;); } } package rebecca.e9.standart.pipes; import [...]]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/04/20/27/</link>
			</item>
	<item>
		<title>How to use the Rebecca-E</title>
		<description><![CDATA[The Rebecca-Е Framework Project is currently being developed using Java and C# programming languages. The framework provides virtual pipeline architecture. Every Pipe performs its task in separate process (thread). The Pipes organize connected pipe structures called “Pipelines” and perform combined tasks. The Pipelines correspond to combined-tasks and organize groups called “Factories”. Each Factory implements a [...]]]></description>
		<link>http://robotics.icstweb.org/rebecca-e/2008/04/20/howto/</link>
			</item>
</channel>
</rss>
