Method | Description | |
---|---|---|
Detect ( Byte>.Image |
Detect planar object from the specific image
|
|
GetModelPoints ( ) : Emgu.CV.Structure.MKeyPoint[] |
Get the model points stored in this detector
|
|
PlanarObjectDetector ( ) : System |
Create a planar Object detector
|
|
Train ( byte>.Image |
Train the planar object detector using the specific image
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release the unmanaged memory associated with this detector
|
public Detect ( Byte>.Image |
||
image | Byte>.Image | The image where the planar object will be detected |
h | HomographyMatrix | The homography matrix which will be updated |
return | System.Drawing.PointF[] |
public GetModelPoints ( ) : Emgu.CV.Structure.MKeyPoint[] | ||
return | Emgu.CV.Structure.MKeyPoint[] |
public Train ( byte>.Image |
||
image | byte>.Image | The training image |
npoints | int | Use 300 for default |
patchSize | int | Use 31 for default |
nstructs | int | Use 50 for default |
structSize | int | Use 9 for default |
nviews | int | Use 5000 for default |
keyPointDetector | The keypoint detector to be used | |
patchGenerator | The patch generator to be used | |
return | void |