Revision: 56445
http://sourceforge.net/p/brlcad/code/56445
Author: mohitdaga
Date: 2013-08-01 20:18:16 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Declare functions in the header.
Modified Paths:
--------------
brlcad/trunk/include/icv.h
Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h 2013-08-01 20:16:38 UTC (rev 56444)
+++ brlcad/trunk/include/icv.h 2013-08-01 20:18:16 UTC (rev 56445)
@@ -500,6 +500,15 @@
ICV_EXPORT size_t **icv_hist(icv_image_t* img, int n_bins);
+ICV_EXPORT double *icv_min(icv_image_t* img);
+
+ICV_EXPORT double *icv_mean(icv_image_t* img);
+
+ICV_EXPORT double *icv_sum(icv_image_t* img);
+
+ICV_EXPORT double *icv_max(icv_image_t* img);
+
+
/** @} */
/* end image utilities */
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