Property | Type | Description | |
---|---|---|---|
_configReader | |||
_fileNames | String[] | ||
_imageData | Datatype.ImageData[] | ||
_stats | Datatype.Stats[] |
Method | Description | |
---|---|---|
AddCaliberUnit ( Datatype caliberUnit ) : void |
See
|
|
AddWeaponName ( String weaponName ) : void |
See
|
|
GenerateReport ( int index, String reportPath ) : void |
Generates an Excel report of the image data.
|
|
GetCaliberUnits ( ) : List |
See
|
|
GetDiameterInPixels ( int index ) : int |
Returns the diameter of a bullet hole in pixels.
|
|
GetFileNames ( ) : String[] |
Returns the list of filenames being processed.
|
|
GetImageData ( int index ) : Datatype.ImageData |
Returns the image data for a particular image.
|
|
GetNumberOfImages ( ) : int |
Returns the number of images to be processed.
|
|
GetWeaponNames ( ) : List |
See
|
|
LoadData ( List |
Loads the list of
|
|
Master ( ) : System |
Constructs a
|
|
ProcessImage ( int index, Datatype partialImageData ) : IList |
Processes the given image and returns a list of potential bullet holes.
|
|
SaveData ( int index ) : int |
Saves the image data for a particular image.
|
|
SetFileNames ( String fileNames ) : void |
Sets the filenames to the array of input filenames.
|
|
SetPoints ( int index, List |
Sets the point coordinates of bullet holes for an image.
|
|
setImageData ( int index, Datatype imageData ) : void |
Sets the image data at a particular index.
|
Method | Description | |
---|---|---|
CheckStats ( int index ) : void |
Checks to see if the statistics for an image are current and updates them if necessary.
|
Method | Description | |
---|---|---|
GetConfigReader ( ) : |
Returns the local
|
public AddCaliberUnit ( Datatype caliberUnit ) : void | ||
caliberUnit | Datatype | |
return | void |
public AddWeaponName ( String weaponName ) : void | ||
weaponName | String | |
return | void |
protected CheckStats ( int index ) : void | ||
index | int | The index of the image. |
return | void |
public GenerateReport ( int index, String reportPath ) : void | ||
index | int | The index of the image. |
reportPath | String | The filepath to save the report. |
return | void |
public GetDiameterInPixels ( int index ) : int | ||
index | int | The index of the image. |
return | int |
public GetImageData ( int index ) : Datatype.ImageData | ||
index | int | The index of the image for which to return data. |
return | Datatype.ImageData |
public LoadData ( List |
||
targetIDs | List |
The list of TargetID s to load. |
return | String>.Dictionary |
public ProcessImage ( int index, Datatype partialImageData ) : IList |
||
index | int | The index of the image to process. |
partialImageData | Datatype | The partial image data specifically containing the filename, number of shots /// fired, caliber information, scaling information, and region of interest. |
return | IList |
public SaveData ( int index ) : int | ||
index | int | The index of the image to save. |
return | int |
public SetFileNames ( String fileNames ) : void | ||
fileNames | String | The filenames of the target images. |
return | void |
public SetPoints ( int index, List |
||
index | int | The index of the image. |
points | List |
The point coordinates of the bullet holes. |
return | void |
public setImageData ( int index, Datatype imageData ) : void | ||
index | int | The index at which to set to image data. |
imageData | Datatype | The image data to set. |
return | void |
protected ConfigReader,SANTA.IO _configReader | ||
return |
protected Datatype.ImageData[] _imageData | ||
return | Datatype.ImageData[] |