com.alibaba.simpleimage.analyze.sift.io
类 KDFeaturePointWriter

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointWriter

public class KDFeaturePointWriter
extends Object

作者:
axman 2013-5-15 10:57:14

构造方法摘要
KDFeaturePointWriter()
           
 
方法摘要
static void writeComplete(ObjectOutputStream out, KDFeaturePointListInfo kfl)
           
static void writeComplete(String filename, KDFeaturePointListInfo kfl)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

KDFeaturePointWriter

public KDFeaturePointWriter()
方法详细信息

writeComplete

public static void writeComplete(String filename,
                                 KDFeaturePointListInfo kfl)

writeComplete

public static void writeComplete(ObjectOutputStream out,
                                 KDFeaturePointListInfo kfl)


Copyright © 2012–2013 Alibaba Group. All rights reserved.