Fixed typo

This commit is contained in:
Andrew Murray 2018-04-11 13:46:42 +10:00
parent e24fad40ad
commit 032027303f

View File

@ -49,7 +49,7 @@ table_index3D(int index1D, int index2D, int index3D,
/*
Transforms colors of imIn using provided 3D lookup table
and puts the result in imOut. Returns imOut on sucess or 0 on error.
and puts the result in imOut. Returns imOut on success or 0 on error.
imOut, imIn images, should be the same size and may be the same image.
Should have 3 or 4 channels.