Home
last modified time | relevance | path

Searched refs:n_keypoints (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/
H A Dorb.py118 n_keypoints=500, fast_n=9, fast_threshold=0.08, argument
122 self.n_keypoints = n_keypoints
200 if keypoints.shape[0] < self.n_keypoints:
207 best_indices = responses.argsort()[::-1][:self.n_keypoints]
335 if keypoints.shape[0] < self.n_keypoints:
343 best_indices = responses.argsort()[::-1][:self.n_keypoints]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/tests/
H A Dtest_orb.py20 detector_extractor = ORB(n_keypoints=10, fast_n=12, fast_threshold=0.20)
64 detector_extractor = ORB(n_keypoints=15, fast_n=12,
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/features_detection/
H A Dplot_orb.py29 descriptor_extractor = ORB(n_keypoints=200)
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggstream.c1414 guint64 i, n_keypoints, isize; in gst_ogg_map_add_index() local
1433 n_keypoints = GST_READ_UINT64_LE (data); in gst_ogg_map_add_index()
1476 G_GINT64_FORMAT, n_keypoints, pad->kp_denom); in gst_ogg_map_add_index()
1478 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
1486 for (i = 0; i < n_keypoints; i++) { in gst_ogg_map_add_index()
1503 if (isize != n_keypoints) { in gst_ogg_map_add_index()
1505 G_GUINT64_FORMAT, n_keypoints, isize); in gst_ogg_map_add_index()