public static class opencv_imgproc.GeneralizedHough extends opencv_core.Algorithm
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.GeneralizedHough() |
opencv_imgproc.GeneralizedHough(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_imgproc.GeneralizedHough |
create(int method) |
void |
detect(opencv_core.Mat image,
opencv_core.Mat positions) |
void |
detect(opencv_core.Mat image,
opencv_core.Mat positions,
opencv_core.Mat votes,
int cannyThreshold)
find template on image
|
void |
detect(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Mat positions) |
void |
detect(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Mat positions,
opencv_core.Mat votes) |
void |
release() |
void |
setTemplate(opencv_core.Mat templ) |
void |
setTemplate(opencv_core.Mat templ,
int cannyThreshold,
opencv_core.Point templCenter)
set template to search
|
void |
setTemplate(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy) |
void |
setTemplate(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Point templCenter) |
_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, info, name, paramHelp, paramHelp, paramType, paramType, position, read, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setString, writeaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_imgproc.GeneralizedHough()
public opencv_imgproc.GeneralizedHough(Pointer p)
public opencv_imgproc.GeneralizedHough create(int method)
public void setTemplate(opencv_core.Mat templ, int cannyThreshold, opencv_core.Point templCenter)
public void setTemplate(opencv_core.Mat templ)
public void setTemplate(opencv_core.Mat edges, opencv_core.Mat dx, opencv_core.Mat dy, opencv_core.Point templCenter)
public void setTemplate(opencv_core.Mat edges, opencv_core.Mat dx, opencv_core.Mat dy)
public void detect(opencv_core.Mat image, opencv_core.Mat positions, opencv_core.Mat votes, int cannyThreshold)
public void detect(opencv_core.Mat image, opencv_core.Mat positions)
public void detect(opencv_core.Mat edges, opencv_core.Mat dx, opencv_core.Mat dy, opencv_core.Mat positions, opencv_core.Mat votes)
public void detect(opencv_core.Mat edges, opencv_core.Mat dx, opencv_core.Mat dy, opencv_core.Mat positions)
public void release()
Copyright © 2014. All Rights Reserved.