| Package | Description |
|---|---|
| net.gdface.sdk.fse | |
| net.gdface.sdk.fse.decorator | |
| net.gdface.sdk.fse.decorator.client | |
| net.gdface.sdk.fse.thrift |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<CodeBean> |
CodeBean.COMPARATOR
用于相似度排序的
Comparator实例 |
| Modifier and Type | Method and Description |
|---|---|
CodeBean |
FeatureSeDefaultImpl.getFeature(byte[] featureId) |
CodeBean |
FeatureSe.getFeature(byte[] featureId)
根据特征码ID在表中查找指定的记录
|
CodeBean |
FeatureSeDecorator.getFeature(byte[] featureId) |
CodeBean |
BaseFeatureSearchEngine.FeatureSeImpl.getFeature(byte[] featureId) |
<T> CodeBean |
FeatureSeGenericDecorator.getFeature(T featureId)
FeatureSe.getFeature(byte[])对应的泛型方法 |
CodeBean |
FeatureSeDefaultImpl.getFeatureByHex(java.lang.String featureId) |
CodeBean |
FeatureSe.getFeatureByHex(java.lang.String featureId)
根据特征码ID在表中查找指定的记录
|
CodeBean |
BaseFeatureSeImpl.getFeatureByHex(java.lang.String featureId) |
CodeBean |
FeatureSeDecorator.getFeatureByHex(java.lang.String featureId) |
<T> CodeBean |
FeatureSeGenericDecorator.getFeatureUnchecked(T featureId)
|
CodeBean[] |
FeatureSeDefaultImpl.searchCode(byte[] code,
double sim,
int rows) |
CodeBean[] |
FeatureSe.searchCode(byte[] code,
double sim,
int rows)
在内存表中根据比对相似度进行特征码搜索
|
CodeBean[] |
FeatureSeDecorator.searchCode(byte[] code,
double sim,
int rows) |
CodeBean[] |
BaseFeatureSearchEngine.FeatureSeImpl.searchCode(byte[] code,
double sim,
int rows) |
static CodeBean[] |
BaseFeatureSearchEngine.searchCode(byte[] code,
double sim,
int rows,
java.util.Collection<java.lang.String> imgMD5Set,
net.gdface.utils.TimeCostProbe timeCost)
|
static CodeBean[] |
BaseFeatureSearchEngine.searchCode(byte[] code,
double sim,
int rows,
java.util.Set<java.lang.String> imgMD5Set,
net.gdface.utils.TimeCostProbe timeCost)
特征码
code与数据库中的特征码比对,以相似度降序返回比对结果 |
<T> CodeBean[] |
FeatureSeGenericDecorator.searchCode(T code,
double sim,
int rows)
|
<T> CodeBean[] |
FeatureSeGenericDecorator.searchCodeUnchecked(T code,
double sim,
int rows)
|
CodeBean[] |
BaseFseDbEngine.searchFeatures(byte[] feature,
double similarty,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
int |
CodeBean.compareTo(CodeBean o) |
static FseResult[] |
CodeBean.toFseResult(CodeBean[] codeBeans) |
| Modifier and Type | Method and Description |
|---|---|
CodeBean |
CodeBean.delegate()
返回被装饰的
CodeBean实例 |
| Constructor and Description |
|---|
CodeBean(CodeBean delegate) |
| Modifier and Type | Method and Description |
|---|---|
CodeBean |
CodeBean.delegate() |
| Constructor and Description |
|---|
CodeBean(CodeBean delegate) |
| Modifier and Type | Method and Description |
|---|---|
CodeBean |
FeatureSeThriftClient.getFeature(byte[] featureId) |
CodeBean |
FeatureSeThriftClient.getFeatureByHex(java.lang.String featureId) |
CodeBean[] |
FeatureSeThriftClient.searchCode(byte[] code,
double sim,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<CodeBean> |
FeatureSeThriftClientAsync.getFeature(byte[] featureId)
see also
FeatureSe.getFeature(byte[]) |
com.google.common.util.concurrent.ListenableFuture<CodeBean> |
FeatureSeThriftClientAsync.getFeatureByHex(java.lang.String featureId)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureSeThriftClientAsync.getFeature(byte[] featureId,
com.google.common.util.concurrent.FutureCallback<CodeBean> callback) |
void |
FeatureSeThriftClientAsync.getFeatureByHex(java.lang.String featureId,
com.google.common.util.concurrent.FutureCallback<CodeBean> callback) |
Copyright © 2020. All rights reserved.