summaryrefslogtreecommitdiff
path: root/libgphoto2/ahd_bayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2/ahd_bayer.c')
-rw-r--r--libgphoto2/ahd_bayer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2/ahd_bayer.c b/libgphoto2/ahd_bayer.c
index 5254d28dc..98d44b68a 100644
--- a/libgphoto2/ahd_bayer.c
+++ b/libgphoto2/ahd_bayer.c
@@ -14,7 +14,7 @@
* The algorithm is based upon the paper
*
* \par
- * Adaptive Homogeneity-Directed Democsaicing Algoritm,
+ * Adaptive Homogeneity-Directed Democsaicing Algorithm,
* Keigo Hirakawa and Thomas W. Parks, presented in the
* IEEE Transactions on Image Processing, vol. 14, no. 3, March 2005.
*
@@ -384,7 +384,7 @@ int get_diffs_row2(unsigned char * hom_buffer_h, unsigned char *hom_buffer_v,
* \param image the linear RGB array as both input and output
* \param w width of the above array
* \param h height of the above array
- * \param tile how the 2x2 bayer array is layed out
+ * \param tile how the 2x2 bayer array is laid out
*
* This function interpolates a bayer array which has been pre-expanded
* by gp_bayer_expand() to an RGB image. It applies the method of adaptive
@@ -622,7 +622,7 @@ int gp_ahd_interpolate (unsigned char *image, int w, int h, BayerTile tile)
* \param w width of the above array
* \param h height of the above array
* \param output RGB output array (linear, 3 bytes of R,G,B for every pixel)
- * \param tile how the 2x2 bayer array is layed out
+ * \param tile how the 2x2 bayer array is laid out
*
* A regular CCD uses a raster of 2 green, 1 blue and 1 red components to
* cover a 2x2 pixel area. The camera or the driver then interpolates a