Module: CVFFI::CvScalarFunctions

Defined in:
lib/opencv-ffi-wrappers/core/scalar.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
# File 'lib/opencv-ffi-wrappers/core/scalar.rb', line 9

def self.included(base)
  base.extend(ClassMethods)
end

Instance Method Details

#to_CvScalarObject



13
14
15
# File 'lib/opencv-ffi-wrappers/core/scalar.rb', line 13

def to_CvScalar
  self
end