Skip to content

Commit

Permalink
write description of Highgui::IplImage in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TyounanMOTI committed Mar 25, 2010
1 parent eb63fc1 commit 56505c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rb_webcam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class CvCapture < NiceFFI::OpaqueStruct
:signed_16bit, SIGNED_FLAG | 16,
:signed_32bit, SIGNED_FLAG | 32 ]

# Grabbed webcam image will be stored in this structure.
# http://opencv.willowgarage.com/documentation/basic_structures.html#iplimage
class IplImage < NiceFFI::Struct
layout :n_size, :int,
Expand Down

0 comments on commit 56505c6

Please sign in to comment.