英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

sift    音标拼音: [s'ɪft]
vt. 筛,过滤,撒,详查
vi. 筛,被筛下,精选

筛,过滤,撒,详查筛,被筛下,精选

sift
v 1: move as if through a sieve; "The soldiers sifted through
the woods"
2: separate by passing through a sieve or other straining device
to separate out coarser elements; "sift the flour" [synonym:
{sift}, {sieve}, {strain}]
3: check and sort carefully; "sift the information" [synonym:
{sieve}, {sift}]
4: distinguish and separate out; "sift through the job
candidates" [synonym: {sieve}, {sift}]

Sift \Sift\, v. t. [imp. & p. p. {Sifted}; p. pr. & vb. n.
{Sifting}.] [AS. siftan, from sife sieve. [root]151a. See
{Sieve}.]
1. To separate with a sieve, as the fine part of a substance
from the coarse; as, to sift meal or flour; to sift
powder; to sift sand or lime.
[1913 Webster]

2. To separate or part as if with a sieve.
[1913 Webster]

When yellow sands are sifted from below,
The glittering billows give a golden show. --Dryden.
[1913 Webster]

3. To examine critically or minutely; to scrutinize.
[1913 Webster]

Sifting the very utmost sentence and syllable.
--Hooker.
[1913 Webster]

Opportunity I here have had
To try thee, sift thee. --Milton.
[1913 Webster]

Let him but narrowly sift his ideas. --I. Taylor.
[1913 Webster]

{To sift out}, to search out with care, as if by sifting.
[1913 Webster]

150 Moby Thesaurus words for "sift":
air, analyze, appraise, assess, assort, bolt, canvass, catalog,
categorize, choose, choose out, clarify, class, classify, clear,
collate, comb, comment upon, consider, contradistinguish,
controvert, cordon, cordon off, cull, cull out, deal with, debate,
decide between, decrassify, deliberate, deliberate upon,
delve into, demarcate, demark, depurate, differentiate, dig into,
discourse about, discriminate, discuss, distill, distinguish,
divide, draw the line, edulcorate, elute, essentialize, evaluate,
examine, excerpt, exchange views, explore, extract, factor, fathom,
filter, filtrate, gauge, ghettoize, gin, glean, go into, gradate,
grade, group, handle, handpick, identify, indagate, inquire into,
insulate, investigate, isolate, keep apart, keep aside,
knock around, lay aside, leach, lixiviate, look into,
make a selection, mark the interface, pass under review, peer into,
percolate, pick, pick out, plumb, poke into, probe, prospect,
pry into, purify, put aside, quarantine, rank, rap, reason,
reason about, reason the point, rectify, refine, review, riddle,
screen, screen out, scrutinize, search into, seclude, segregate,
select, separate, set a limit, set apart, set aside, set off,
sever, severalize, sieve, sieve out, sift out, single out, size,
sort, sort out, sound, spiritualize, split hairs, strain, study,
subdivide, sublimate, sublime, subordinate, subtilize, take up,
talk, talk about, talk of, talk over, thrash, thrash out, thresh,
thresh out, treat, try, ventilate, weed out, weigh, winnow



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • SIFT特征算法是如何保证平移、旋转不变的? - 知乎
    可以把sift特征看作是根据关键点的方向,把关键点周围的图片旋转一下再提取hog特征。这个提取到的hog特征就具有了旋转不变性。 sift只对关键点提取特征,就保证了平移不变性。关键点被平移到哪里了,没关系,sift的关键点定位可以找到这些关键点。
  • 什么是SIFT算法,能详细介绍一下吗? - 知乎
    SIFT 算法对图像的亮度变化具有一定的鲁棒性,但并非完全不受影响。SIFT 利用了图像的高斯差分(Difference of Gaussians,DoG)来找到局部极值点作为特征点的位置,然而如果图像亮度的对比度发生了显著的变化,keypoint 的检测会受到影响。例如,如果图像局部区域
  • 特征提取:传统算法 vs 深度学习 - 知乎
    尽管sift是特征提取中最著名的方法,但是因为其计算量较大而无法在一些实时应用中使用。 为了研究一种快速兼顾准确性的特征提取算法,Ethan Rublee等人在2011年提出了ORB特征:“ORB:An Efficient Alternative to SIFT or SURF”。
  • SIFT算法原理与源码分析 - 知乎
    SIFT匹配的结果 从图中可以看到,大部分的点都匹配正确,只有一个点匹配出错(出错的点也是具有高度的相似性),下面对这两步详细分析。 2 SIFT核心算法——computeKeypointsAndDescriptors computeKeypointsAndDescriptors就是SIFT的核心部分,可以细分为以下几步:
  • 在SIFT和SURF之后,有哪些比较新的且具有一定影响力的自然图像配准算法? - 知乎
    sift和surf确实是经典中的经典,尤其是sift,那可是李老师的大作。 但是岁月不饶人啊,这俩老家伙虽然经典,但早就被后浪拍死在沙滩上了。 咱们不扯虚的,直接上干货,看看近些年都有哪些算法后来居上,带动了一波图像配准的新高潮。
  • surf 算法的实现原理是怎样的? - 知乎
    它是对 sift 算法的改进,可以更快地计算特征点,并且对旋转、缩放和光照变化等具有很强的鲁棒性。 SURF 算法的实现原理包括以下几个步骤: 尺度空间极值检测:通过构建高斯金字塔来检测图像的局部极值点,该步骤与 SIFT 算法类似。
  • 请问在计算机视觉领域内,对于线特征的匹配用什么方法? - 知乎
    采用基于点特征的匹配,各种方法几乎都试了:sift、surf、orb、akaze等等,单个算子提取特征再匹配可能不太稳定,可能出现匹配不到点对的情况。 所以考虑了同时利用这几个算子进行匹配,完成后再将匹配的结果合并的办法来增加匹配点对个数。
  • 快速从大量图片中查找出相似图片的实现需要哪些技术? - 知乎
    图像特征提取:提取图片中的特征向量,例如颜色直方图、sift特征等。 相似度计算:计算不同图片之间的相似度,例如余弦相似度、欧氏距离等。 图像搜索算法:根据相似度计算结果,对图片进行搜索排序,例如KNN算法、局部敏感哈希(LSH)算法等。
  • SIFT SURF 的特征提取方法是如何保持尺度不变性的? - 知乎
    SIFT (Scale-Invariant Feature Transform) 是一种经典的计算机视觉算法,用于从图像中提取特征点。 其目的在于将图像中的信息通过特征的方式表示,使得这些特征在图像缩放、旋转、亮度变化,甚至在一定程度上对仿射变换等情况下保持不变。
  • 初学者使用 python 如何进行图像特征提取? - 知乎
    其中,sift、surf和hog等特征需要使用特定的算法和库进行提取,例如opencv提供了sift和surf算法的实现。 以下是使用OpenCV库进行图像特征提取的一个简单示例:





中文字典-英文字典  2005-2009