Package pyopencv :: Module pyopencvext :: Class DifferentialImage
[hide private]
[frames] | no frames]

Class DifferentialImage

 object --+    
          |    
??.instance --+
              |
             DifferentialImage

Instance Methods [hide private]
 
__call__(...)
__call__( (DifferentialImage)arg1, (Mat)image) -> None :
 
__init__(...)
__init__( (object)arg1 [, (object)max_order=2 [, (object)ksize=3 [, (object)scale=1 [, (object)delta=0 [, (object)borderType=4]]]]]) -> None :
 
__reduce__(...)
helper for pickle
 
curvature(...)
curvature( (DifferentialImage)arg1, (Mat)output) -> None :
 
gradient(...)
gradient( (DifferentialImage)arg1, (Mat)output) -> None :
 
gradient_magnitude(...)
gradient_magnitude( (DifferentialImage)arg1, (Mat)output) -> None :
 
gradient_magnitude_squared(...)
gradient_magnitude_squared( (DifferentialImage)arg1, (Mat)output) -> None :
 
gradient_orientation(...)
gradient_orientation( (DifferentialImage)arg1, (Mat)output) -> None :
 
gradient_polar(...)
gradient_polar( (DifferentialImage)arg1, (Mat)output) -> None :
 
hessian(...)
hessian( (DifferentialImage)arg1, (Mat)output) -> None :
 
laplacian(...)
laplacian( (DifferentialImage)arg1, (Mat)output) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 248
Properties [hide private]
  Ix
  Ixx
  Ixy
  Iy
  Iyy
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (DifferentialImage)arg1, (Mat)image) -> None :
    
    Wrapped function:
        operator()

    C++ signature :
        void __call__(sdopencv::DifferentialImage {lvalue},cv::Mat)

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (object)max_order=2 [, (object)ksize=3 [, (object)scale=1 [, (object)delta=0 [, (object)borderType=4]]]]]) -> None :

    C++ signature :
        void __init__(_object* [,int=2 [,int=3 [,double=1 [,double=0 [,int=4]]]]])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

curvature(...)

 

curvature( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void curvature(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

gradient(...)

 

gradient( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void gradient(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

gradient_magnitude(...)

 

gradient_magnitude( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void gradient_magnitude(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

gradient_magnitude_squared(...)

 

gradient_magnitude_squared( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void gradient_magnitude_squared(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

gradient_orientation(...)

 

gradient_orientation( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void gradient_orientation(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

gradient_polar(...)

 

gradient_polar( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void gradient_polar(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

hessian(...)

 

hessian( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void hessian(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})

laplacian(...)

 

laplacian( (DifferentialImage)arg1, (Mat)output) -> None :

    C++ signature :
        void laplacian(sdopencv::DifferentialImage {lvalue},cv::Mat {lvalue})


Property Details [hide private]

Ix

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Ixx

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Ixy

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Iy

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Iyy

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)