<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.6" -->
<rss version="2.0">
    <channel>
        <title>gpucv</title>
        <description>WebSVN RSS feed - gpucv</description>
        <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2Fdoc%2FGpuCv_without_graph.doxy&amp;</link>
        <lastBuildDate>Fri, 24 May 2013 18:30:49 +0100</lastBuildDate>
        <generator>FeedCreator 1.6</generator>
        <item>
            <title> moved back branch allusse/cuda-3.0 to experimental/trunk</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2Fdoc%2F&amp;rev=547&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 547 - allusse&lt;/strong&gt; (2 file(s) modified)&lt;/div&gt;&lt;div&gt; moved back branch allusse/cuda-3.0 to experimental/trunk&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 31 May 2010 16:14:12 +0100</pubDate>
        </item>
        <item>
            <title>   * [U] update and clean allusse experimental ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Fallusse%2Fcuda-3.0%2Fgpucv%2Fdoc%2F&amp;rev=545&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 545 - allusse&lt;/strong&gt; (4 file(s) modified)&lt;/div&gt;&lt;div&gt;   * [U] update and clean allusse experimental branch to keep only CUDA version 3.0&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 31 May 2010 14:23:28 +0100</pubDate>
        </item>
        <item>
            <title>Moved previous branch into cuda 1.1</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Fallusse%2Fcuda.1.1%2Fgpucv%2Fdoc%2F&amp;rev=476&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 476 - allusse&lt;/strong&gt; (2 file(s) modified)&lt;/div&gt;&lt;div&gt;Moved previous branch into cuda 1.1&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Wed, 05 Nov 2008 14:17:06 +0100</pubDate>
        </item>
        <item>
            <title>* Global:
   * [A] CLASS_MEMORY_LOG to log memory ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Fallusse%2Fgpucv%2Fdoc%2F&amp;rev=468&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 468 - allusse&lt;/strong&gt; (91 file(s) modified)&lt;/div&gt;&lt;div&gt;* Global:&lt;br /&gt;
   * [A] CLASS_MEMORY_LOG to log memory usage information.&lt;br /&gt;
   * [U] cleaned StdAfx files.&lt;br /&gt;
* Doc:&lt;br /&gt;
   * [U]update, re organize group, add html footer and CSS style to match teh TWIKI platform style.&lt;br /&gt;
* GpuCV-CUDA:&lt;br /&gt;
   * [A] add preprocessor macros for the CUDA rules files to enable the use off all images formats, or just a simple one. It make debugging and compiling faster., See _GPUCV_CUDA_SUPPORT_ALL_IMAGE_FORMAT and _GPUCV_CUDA_SUPPORT_CHAR_FCT&lt;br /&gt;
   * [A] new macros for comparisons such as _ARITHM_OPER_EQUAL/_ARITHM_OPER_GREATER_OR_EQUAL/.. and their associated structs KERNEL_LOGIC_OPER_EQUAL/KERNEL_LOGIC_OPER_GREATER_OR_EQUAL/...&lt;br /&gt;
   * [U] kernels that were using CUDA textures are temporary disabled..&lt;br /&gt;
   * [U] All arithmetic and logics operators are now in separate files and have real CPP / CU  launchers.&lt;br /&gt;
   * [R] all cuda filter files are now called #NAME.filter.[cu/h] to avoid mixing with cpp object files.&lt;br /&gt;
* Cam-Demo:&lt;br /&gt;
   * [A] lut operator to test in real time, not working yet...&lt;br /&gt;
* Console-App:&lt;br /&gt;
   * [U] the command line parser.&lt;br /&gt;
   * [F] minor bugs in logical operators and runCmp.&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Sun, 26 Oct 2008 16:41:06 +0100</pubDate>
        </item>
        <item>
            <title>* Documentation:
   * [A] new files for group ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Fallusse%2Fgpucv%2Fdoc%2F&amp;rev=463&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 463 - allusse&lt;/strong&gt; (230 file(s) modified)&lt;/div&gt;&lt;div&gt;* Documentation:&lt;br /&gt;
   * [A] new files for group definitions.h&lt;br /&gt;
   * [UF] some group definition and links to have a clear tree in documentation(GPUCV_LIB_GRP/GPUCV_SDK_GRP)&lt;br /&gt;
   * [A] New doxygen project without graphs for fast doc generation.&lt;br /&gt;
* Global:&lt;br /&gt;
   * [F] Some main preprocessor definitions where not updated, ex _GPUCV_SUPPORT_CUDPP is now _GPUCV_CUDA_SUPPORT_CUDPP&lt;br /&gt;
   * [U] Auto indent all files.&lt;br /&gt;
   * [U] Global cleanup.&lt;br /&gt;
   * [B] OpenCV rise error when exiting the console applications...??&lt;br /&gt;
* GpuCV-CUDA:&lt;br /&gt;
   * [A] export function macros _GPUCV_CUDA_EXPORT_CU.&lt;br /&gt;
* GpuCVCamDemo:&lt;br /&gt;
   * [F] fix an issue with file loading.&lt;br /&gt;
   * [I] Todo=&amp;gt; add an option to choose which video file to load (command parameters or dialog box?)&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 16 Oct 2008 12:14:58 +0100</pubDate>
        </item>
    </channel>
</rss>
