OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Subdiv2D
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/imgproc/misc/java/test/
Subdiv2DTest.java
6
import org.opencv.imgproc.
Subdiv2D
;
48
Subdiv2D
s2d = new
Subdiv2D
( new Rect(0, 0, 50, 50) );
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
46
int
Subdiv2D
::nextEdge(int edge) const
52
int
Subdiv2D
::rotateEdge(int edge, int rotate) const
57
int
Subdiv2D
::symEdge(int edge) const
62
int
Subdiv2D
::getEdge(int edge, int nextEdgeType) const
69
int
Subdiv2D
::edgeOrg(int edge, CV_OUT Point2f* orgpt) const
81
int
Subdiv2D
::edgeDst(int edge, CV_OUT Point2f* dstpt) const
94
Point2f
Subdiv2D
::getVertex(int vertex, CV_OUT int* firstEdge) const
103
Subdiv2D
::
Subdiv2D
()
111
Subdiv2D
::Subdiv2D(Rect rect
[
all
...]
/external/opencv3/samples/cpp/
delaunay2.cpp
24
static void draw_subdiv( Mat& img,
Subdiv2D
& subdiv, Scalar delaunay_color )
54
static void locate_point( Mat& img,
Subdiv2D
& subdiv, Point2f fp, Scalar active_color )
69
e = subdiv.getEdge(e,
Subdiv2D
::NEXT_AROUND_LEFT);
78
static void paint_voronoi( Mat& img,
Subdiv2D
& subdiv )
113
Subdiv2D
subdiv(rect);
/external/opencv3/modules/java/src/
imgproc+Subdiv2D.java
18
// C++: class
Subdiv2D
19
//javadoc:
Subdiv2D
20
public class
Subdiv2D
{
23
protected
Subdiv2D
(long addr) { nativeObj = addr; }
43
// C++:
Subdiv2D
()
46
//javadoc:
Subdiv2D
::
Subdiv2D
()
47
public
Subdiv2D
()
57
// C++:
Subdiv2D
(Rect rect)
60
//javadoc:
Subdiv2D
::Subdiv2D(rect
[
all
...]
imgproc.cpp
196
//
Subdiv2D
()
208
cv::
Subdiv2D
* _retval_ = new cv::
Subdiv2D
( );
221
//
Subdiv2D
(Rect rect)
233
cv::
Subdiv2D
* _retval_ = new cv::
Subdiv2D
( rect );
259
cv::
Subdiv2D
* me = (cv::
Subdiv2D
*) self; //TODO: check for NULL
292
cv::
Subdiv2D
* me = (cv::
Subdiv2D
*) self; //TODO: check for NUL
[
all
...]
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 87 milliseconds