Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对如何检测手掌的线条(心线,命运线)非常陌生,以便我可以访问然后进行分析。我将构建一个分析手掌并做出相应预测的程序。 这完全是边缘检测,但我怎样才能找到单独的线?有什么建议么?
查找 Canny 的边缘检测算法。它可以说是迄今为止最好的边缘检测器。
在这个非常简单的代码示例中,消息每隔一段时间就会丢失。这里有什么问题?
public class AndroidTesterActivity extends Activity { private static final int END = 500000; private static int i = 0; @Override public