Method | Description | |
---|---|---|
AddImage ( int imageID, int DesignID ) : void | ||
AddImages ( int>.Dictionary |
||
AddImages ( List |
||
AugmentImages ( String directory, int numberOfRotations ) : void | ||
CropForDates ( String cropDirectory, String dateDirectory, bool augment ) : void | ||
GetDateImages ( int date, bool labeled, bool decades ) : double>.Dictionary |
||
GetImageAngles ( ) : List |
||
GetImageIDFromFileName ( String fileName ) : int | ||
GetInsertSQL ( |
||
GetMislabeledImageIDs ( ) : List |
||
UpdateAngle ( int imageID, float angle ) : void | ||
UpdateDate ( int imageID, int date ) : void |
Method | Description | |
---|---|---|
Augment ( String fileDir, String augmentDirectory, int imageID, float angle ) : int | ||
CropForDate ( String fileDir, String dateCropDirectory, int imageID, float angle, bool augment ) : int |
public static AddImage ( int imageID, int DesignID ) : void | ||
imageID | int | |
DesignID | int | |
return | void |
public static AddImages ( int>.Dictionary |
||
images | int>.Dictionary | |
return | void |
public static AddImages ( List |
||
imageResults | List |
|
return | void |
public static AugmentImages ( String directory, int numberOfRotations ) : void | ||
directory | String | |
numberOfRotations | int | |
return | void |
public static CropForDates ( String cropDirectory, String dateDirectory, bool augment ) : void | ||
cropDirectory | String | |
dateDirectory | String | |
augment | bool | |
return | void |
public static GetDateImages ( int date, bool labeled, bool decades ) : double>.Dictionary |
||
date | int | |
labeled | bool | |
decades | bool | |
return | double>.Dictionary |
public static GetImageIDFromFileName ( String fileName ) : int | ||
fileName | String | |
return | int |
public static GetInsertSQL ( |
||
imageResult | ||
return | String |
public static GetMislabeledImageIDs ( ) : List |
||
return | List |
public static UpdateAngle ( int imageID, float angle ) : void | ||
imageID | int | |
angle | float | |
return | void |
public static UpdateDate ( int imageID, int date ) : void | ||
imageID | int | |
date | int | |
return | void |