Revision: 56689
          http://sourceforge.net/p/brlcad/code/56689
Author:   carlmoore
Date:     2013-08-08 16:06:11 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
remove trailing blanks/tabs; make minor formatting changes and make correction 
to NITERP (all of this is in **comments**)

Modified Paths:
--------------
    brlcad/trunk/include/icv.h

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-08 16:03:58 UTC (rev 56688)
+++ brlcad/trunk/include/icv.h  2013-08-08 16:06:11 UTC (rev 56689)
@@ -589,25 +589,25 @@
 
 /**
  * This function resizes the given input image.
- * Mode of usage. 
+ * Mode of usage:
  * a) ICV_RESIZE_UNDERSAMPLE : This method undersamples the said image
- * eg. icv_resize(bif, ICV_RESIZE_UNDERSAMPLE, 0, 0, 2);
- *   undersamples the image with a factor of 2.
+ * e.g. icv_resize(bif, ICV_RESIZE_UNDERSAMPLE, 0, 0, 2);
+ *  undersamples the image with a factor of 2.
  *
- * b) ICV_RESIZE_SHRINK : This Shrinks the image, keeping the light 
+ * b) ICV_RESIZE_SHRINK : This Shrinks the image, keeping the light
  * energy per square area as constant.
- * eg. icv_resize(bif, ICV_RESIZE_SHRINK,0,0,2); shrinks the image 
- * with a factor of 2.
+ * e.g. icv_resize(bif, ICV_RESIZE_SHRINK,0,0,2);
+ *  shrinks the image with a factor of 2.
  *
- * c) ICV_RESIZE_NITERP : This interpolates using nearest neighbour 
+ * c) ICV_RESIZE_NINTERP : This interpolates using nearest neighbour
  * method.
- * eg. icv_resize(bif, ICV_RESIZE_NITERP,1024,1024,0);
- *  Interpolates the output image to have the size of 1024X1024.
- * 
- * d) ICV_RESIZE_BINTERP : This interpolates using bilinear 
+ * e.g. icv_resize(bif, ICV_RESIZE_NINTERP,1024,1024,0);
+ *  interpolates the output image to have the size of 1024X1024.
+ *
+ * d) ICV_RESIZE_BINTERP : This interpolates using bilinear
  * Interpolation Method.
- * eg. icv_resize(bif, ICV_RESIZE_NITERP,1024,1024,0);
- *  Interpolates the output image to have the size of 1024X1024.
+ * e.g. icv_resize(bif, ICV_RESIZE_BINTERP,1024,1024,0);
+ *  interpolates the output image to have the size of 1024X1024.
  *
  */
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to