|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacemorph.Stats.Model.DataDescription
Facemorph.Stats.Model.ImageSetDescription
protected class Model.ImageSetDescription
Field Summary | |
---|---|
java.io.File |
averageImageFile
The image file containing the averaged image. |
java.io.File |
averageTemplateFile
The template file containing the averaged template |
Batch |
batch
A batch file containing a list of images and templates |
boolean |
imageWarp
If using images and templates, will these need to warped to an average. |
java.io.File |
maskFile
|
boolean |
threePointAligned
If using images and templates, will these need to be pre-aligned (or if being output the process reversed) |
boolean |
usingTemplateSet
If the data set contains a list of template names, will these be used? |
Fields inherited from class Facemorph.Stats.Model.DataDescription |
---|
fileName, processedDataMatrix, processedDataVector, selectedRecords, selectedVariables |
Constructor Summary | |
---|---|
Model.ImageSetDescription()
|
|
Model.ImageSetDescription(iniFile in)
|
Method Summary | |
---|---|
boolean |
computeAverage()
If using images and templates, and warping to an average, will this average need to be computed (using the image list) or is it supplied. |
boolean |
largeData()
If the data is too large to be stored in a single Matrix or vector it must be loaded and processed on the fly |
boolean |
loadFileData()
Attempt to load the data in a data description from a file |
boolean |
read(iniFile in)
|
boolean |
usingImageSet()
If the data set contains a list of image name, will these be used? |
boolean |
usingSubset()
If only a subset of the data is being used (or a mask in the case of image data) |
Methods inherited from class Facemorph.Stats.Model.DataDescription |
---|
getProcessedDataMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Batch batch
public boolean usingTemplateSet
public boolean threePointAligned
public boolean imageWarp
public java.io.File averageImageFile
public java.io.File averageTemplateFile
public java.io.File maskFile
Constructor Detail |
---|
public Model.ImageSetDescription()
public Model.ImageSetDescription(iniFile in)
Method Detail |
---|
public boolean usingImageSet()
usingImageSet
in class Model.DataDescription
public boolean computeAverage()
public boolean usingSubset()
usingSubset
in class Model.DataDescription
public boolean largeData()
largeData
in class Model.DataDescription
public boolean read(iniFile in)
read
in class Model.DataDescription
public boolean loadFileData()
loadFileData
in class Model.DataDescription
data
- data-description to load
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |