Revision: 56336
http://sourceforge.net/p/brlcad/code/56336
Author: mohitdaga
Date: 2013-07-30 16:18:59 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Organizing comments in icv.h
Modified Paths:
--------------
brlcad/trunk/include/icv.h
Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h 2013-07-30 15:44:32 UTC (rev 56335)
+++ brlcad/trunk/include/icv.h 2013-07-30 16:18:59 UTC (rev 56336)
@@ -220,8 +220,6 @@
* returns a three channel image.
* If a three channel image is passed, this function returns the same image.
*/
-
-
ICV_EXPORT int icv_image_gray2rgb(icv_image_t *img);
typedef enum {
@@ -275,11 +273,10 @@
* @return 0 on success; on failure return 1
*
* User can specify weights in the arguments, for the selected
- * color planes. If 0 weight is chosen this utility assigns equal
- * weights.
+ * color planes. If 0 weight is chosen this utility assigns equal
+ * weights.
*
*/
-
ICV_EXPORT int icv_image_rgb2gray(icv_image_t *img,
ICV_DEPTH_METHOD method,
ICV_COLOR color,
@@ -306,7 +303,6 @@
* data in vertical direction.
* @return 0 on success.
*/
-
ICV_EXPORT extern int icv_rect(icv_image_t *img, int xorig, int yorig, int
xnum, int ynum);
/**
@@ -327,7 +323,6 @@
*
* @return 0 on success; on failure -1; and logs the error message.
*/
-
ICV_EXPORT extern int icv_crop(icv_image_t *img,
int ulx, int uly,
int urx, int ury,
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