www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,59 @@
|
|||
package it.acxent.face;
|
||||
|
||||
import it.acxent.common.Parm;
|
||||
import it.acxent.db.ApplParmFull;
|
||||
import it.acxent.db.ResParm;
|
||||
import it.acxent.dm.FaceDetectionMethod;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
public interface FotoI {
|
||||
ApplParmFull getApFull();
|
||||
|
||||
long getId_foto();
|
||||
|
||||
String getFileNameFaceRecognition();
|
||||
|
||||
boolean hasFotoFaces();
|
||||
|
||||
long getNumOfFaces();
|
||||
|
||||
ResParm _ricalcolaFotoFaces();
|
||||
|
||||
Parm getParm(String paramString);
|
||||
|
||||
long getFlgFotoSearch();
|
||||
|
||||
Timestamp getTsInserimento();
|
||||
|
||||
String getMd5();
|
||||
|
||||
void setMd5(String paramString);
|
||||
|
||||
void findByPrimaryKey(long paramLong);
|
||||
|
||||
ResParm save();
|
||||
|
||||
long getHeight();
|
||||
|
||||
long getWidth();
|
||||
|
||||
FaceDetectionMethod getFaceDetectionMethodReal();
|
||||
|
||||
long getDimMinFotoFaceReal();
|
||||
|
||||
long getMargineFotoBottom();
|
||||
|
||||
long getMargineFotoTop();
|
||||
|
||||
long getMargineFotoSx();
|
||||
|
||||
long getMargineFotoDx();
|
||||
|
||||
double getDetectFaceConfidentThresold();
|
||||
|
||||
void setId_faceDetectionMethod(long paramLong);
|
||||
|
||||
long getId_faceDetectionMethod();
|
||||
|
||||
long getFaceSize();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue