| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
PatchGenerator
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 88
|
|||
|
|||
| backgroundMax | |||
| backgroundMin | |||
| lambdaMax | |||
| lambdaMin | |||
| noiseRange | |||
| phiMax | |||
| phiMin | |||
| randomBlur | |||
| thetaMax | |||
| thetaMin | |||
| this | |||
|
Inherited from |
|||
|
|||
__call__( (PatchGenerator)arg1, (Mat)image, (Point2f)pt, (Mat)patch, (Size2i)patchSize, (RNG)rng) -> None :
C++ signature :
void __call__(cv::PatchGenerator {lvalue},cv::Mat,cv::Point_<float>,cv::Mat {lvalue},cv::Size_<int>,cv::RNG {lvalue})
__call__( (PatchGenerator)arg1, (Mat)image, (Mat)transform, (Mat)patch, (Size2i)patchSize, (RNG)rng) -> None :
C++ signature :
void __call__(cv::PatchGenerator {lvalue},cv::Mat,cv::Mat,cv::Mat {lvalue},cv::Size_<int>,cv::RNG {lvalue})
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)_backgroundMin, (object)_backgroundMax, (object)_noiseRange [, (bool)_randomBlur=True [, (object)_lambdaMin=0.59999999999999998 [, (object)_lambdaMax=1.5 [, (object)_thetaMin=-3.1415926535897931 [, (object)_thetaMax=3.1415926535897931 [, (object)_phiMin=-3.1415926535897931 [, (object)_phiMax=3.1415926535897931]]]]]]]) -> None :
C++ signature :
void __init__(_object*,double,double,double [,bool=True [,double=0.59999999999999998 [,double=1.5 [,double=-3.1415926535897931 [,double=3.1415926535897931 [,double=-3.1415926535897931 [,double=3.1415926535897931]]]]]]])
|
helper for pickle
|
generateRandomTransform( (PatchGenerator)arg1, (Point2f)srcCenter, (Point2f)dstCenter, (Mat)transform, (RNG)rng [, (bool)inverse=False]) -> None :
C++ signature :
void generateRandomTransform(cv::PatchGenerator {lvalue},cv::Point_<float>,cv::Point_<float>,cv::Mat {lvalue},cv::RNG {lvalue} [,bool=False])
|
warpWholeImage( (PatchGenerator)arg1, (Mat)image, (Mat)matT, (Mat)buf, (Mat)warped, (object)border, (RNG)rng) -> None :
C++ signature :
void warpWholeImage(cv::PatchGenerator {lvalue},cv::Mat,cv::Mat {lvalue},cv::Mat {lvalue},cv::Mat {lvalue},int,cv::RNG {lvalue})
|
|
|||
backgroundMax
|
backgroundMin
|
lambdaMax
|
lambdaMin
|
noiseRange
|
phiMax
|
phiMin
|
randomBlur
|
thetaMax
|
thetaMin
|
this
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:51 2010 | http://epydoc.sourceforge.net |