mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix some comments
This commit is contained in:
parent
36f6864dfa
commit
d0d8dbdb20
2 changed files with 2 additions and 2 deletions
|
@ -583,7 +583,7 @@ prepare_decoding(int argc, VALUE *argv, int* iscolor, int* need_release)
|
|||
* Reads an image from a buffer in memory.
|
||||
*
|
||||
* Parameters:
|
||||
* buf <CvMat, Array> - Input array
|
||||
* buf <CvMat, Array, String> - Input array
|
||||
* iscolor <Integer> - Flags specifying the color type of a decoded image (the same flags as CvMat#load)
|
||||
*/
|
||||
VALUE
|
||||
|
|
|
@ -138,7 +138,7 @@ rb_load_image(int argc, VALUE *argv, VALUE self)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* decode_image(buf[, iscolor=CV_LOAD_IMAGE_COLOR]) -> CvMat
|
||||
* decode_image(buf[, iscolor=CV_LOAD_IMAGE_COLOR]) -> IplImage
|
||||
*
|
||||
* Reads an image from a buffer in memory.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue