Ground-Truthing GUI
1.0
|
CActionButton | Manages all the Qt signals coming from the main window |
CAddIconPicture | Adds an icon at the top-left corner of a rectangle |
CCreateFileAbstraction | Creates a text file related to an image |
CExtractInformation | Extracts all the rectangles information contained in a text file |
CFileAbstraction | Inherits the QFile class |
CFileExistsWindow | Warning window |
CFileReader | Reads the text file content |
CFileWriter | Write in a text file |
CImage | Inherits the QPixmap class |
CImageGraphicsScene | Displays the rectangles and work on the image |
CImageGraphicsView | Displays the image |
CImageViewer | Main window of the application |
CRectangleDraw | Describes a rectangle drawn by the user |
CRectangleWindow | The annotation window |
CRemoveConfirmationWindow | The window asking for the user confirmation when he wants to delete a rectangle |
CSaveRectangle | Saves all the rectangles information in the text file |