Searched defs:CirclesGridFinderParameters (Results 1 – 3 of 3) sorted by relevance
883 struct CV_EXPORTS_W_SIMPLE CirclesGridFinderParameters struct886 CV_PROP_RW cv::Size2f densityNeighborhoodSize;887 CV_PROP_RW float minDensity;888 CV_PROP_RW int kmeansAttempts;889 CV_PROP_RW int minDistanceToAddKeypoint;890 CV_PROP_RW int keypointScale;891 CV_PROP_RW float minGraphConfidence;892 CV_PROP_RW float vertexGain;893 CV_PROP_RW float vertexPenalty;894 CV_PROP_RW float existingVertexGain;[all …]