Revision: 56330
http://sourceforge.net/p/brlcad/code/56330
Author: mohitdaga
Date: 2013-07-30 15:05:32 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
TODO Note : TO add a get kernel function which will manage an arbitrary size of
kernel.
Modified Paths:
--------------
brlcad/trunk/src/libicv/filter.c
Modified: brlcad/trunk/src/libicv/filter.c
===================================================================
--- brlcad/trunk/src/libicv/filter.c 2013-07-30 14:58:53 UTC (rev 56329)
+++ brlcad/trunk/src/libicv/filter.c 2013-07-30 15:05:32 UTC (rev 56330)
@@ -96,6 +96,10 @@
out image and n_index corresponds to the nearby pixel in input
image*/
+ /* TODO A new Functionality. Update the get_kernel function to
+ accomodate the generalized kernel length. This can be based
+ upon a library of filters or closed form definitions. */
+
kern = bu_malloc(k_dim*k_dim*sizeof(double), "icv_filter : Kernel
Allocation");
icv_get_kernel(filter_type, kern, &offset);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits