Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkalskiP/make-sense
/ functions
Functions
748 in github.com/SkalskiP/make-sense
⨍
Functions
748
◇
Types & classes
315
Function
addNewOnClick
()
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:63
Function
aiReducer
( state = initialState, action: AIActionTypes )
src/store/ai/reducer.ts:18
Method
cancelLabelCreation
()
src/logic/render/PolygonRenderEngine.ts:282
Function
closePopup
()
src/views/EditorView/TopNavigationBar/TopNavigationBar.tsx:36
Method
componentDidMount
()
src/views/Common/VirtualList/VirtualList.tsx:36
Method
componentDidMount
()
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:63
Method
componentDidMount
()
src/views/EditorView/SideNavigationBar/LabelInputField/LabelInputField.tsx:57
Method
componentDidMount
()
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:37
Method
componentDidMount
()
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:43
Method
componentDidMount
()
src/views/EditorView/Editor/Editor.tsx:64
Method
componentDidUpdate
(prevProps: Readonly<IProps>, prevState: Readonly<{}>, snapshot?: any)
src/views/EditorView/Editor/Editor.tsx:79
Method
componentWillUnmount
()
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:68
Method
componentWillUnmount
()
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:42
Method
componentWillUnmount
()
src/views/EditorView/Editor/Editor.tsx:75
Method
componentWillUpdate
(nextProps: Readonly<IProps>, nextState: Readonly<IState>, nextContext: any)
src/views/Common/VirtualList/VirtualList.tsx:49
Method
componentWillUpdate
(nextProps: Readonly<IProps>, nextState: Readonly<IState>, nextContext: any)
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:47
Function
constructor
(canvas: HTMLCanvasElement)
src/logic/render/BaseRenderEngine.ts:14
Method
constructor
()
src/utils/ArrayUtil.ts:7
Method
constructor
()
src/utils/ArrayUtil.ts:14
Method
constructor
()
src/utils/ArrayUtil.ts:21
Method
constructor
(props)
src/views/Common/VirtualList/VirtualList.tsx:28
Method
constructor
(props)
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:41
Method
constructor
(props)
src/views/EditorView/SideNavigationBar/LabelInputField/LabelInputField.tsx:49
Method
constructor
(props)
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:29
Method
constructor
(props)
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:35
Method
constructor
(props)
src/views/EditorView/Editor/Editor.tsx:50
Method
constructor
(labelType: LabelType[])
src/logic/import/AnnotationImporter.ts:12
Method
constructor
(message)
src/logic/import/yolo/YOLOErrors.ts:2
Method
constructor
()
src/logic/import/yolo/YOLOErrors.ts:9
Method
constructor
()
src/logic/import/yolo/YOLOErrors.ts:16
Method
constructor
()
src/logic/import/yolo/YOLOErrors.ts:23
Method
constructor
(imageName: string)
src/logic/import/yolo/YOLOErrors.ts:30
Method
constructor
(message)
src/logic/import/coco/COCOErrors.ts:2
Method
constructor
(message)
src/logic/import/coco/COCOErrors.ts:9
Method
constructor
()
src/logic/import/coco/COCOErrors.ts:16
Method
constructor
()
src/logic/import/coco/COCOErrors.ts:23
Method
constructor
()
src/logic/import/coco/COCOErrors.ts:30
Method
constructor
(message?: string)
src/logic/import/voc/VOCImporter.ts:17
Method
constructor
(message?: string)
src/logic/import/voc/VOCImporter.ts:24
Method
constructor
(canvas: HTMLCanvasElement)
src/logic/render/LineRenderEngine.ts:37
Method
constructor
(canvas: HTMLCanvasElement)
src/logic/render/PolygonRenderEngine.ts:42
Method
constructor
(canvas: HTMLCanvasElement)
src/logic/render/PointRenderEngine.ts:35
Method
constructor
(canvas: HTMLCanvasElement)
src/logic/render/RectRenderEngine.ts:37
Method
constructor
(canvas: HTMLCanvasElement)
src/logic/render/PrimaryEditorRenderEngine.ts:16
Method
createWarningNotification
(content: NotificationContent)
src/utils/NotificationUtil.ts:25
Function
crossHairOnClick
()
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:101
Function
deleteLineLabelById
(labelLineId: string)
src/views/EditorView/SideNavigationBar/LineLabelsList/LineLabelsList.tsx:51
Function
deleteNotificationById
(id: string)
src/store/notifications/actionCreators.ts:14
Function
deletePointLabelById
(labelPointId: string)
src/views/EditorView/SideNavigationBar/PointLabelsList/PointLabelsList.tsx:52
Function
deletePolygonLabelById
(labelPolygonId: string)
src/views/EditorView/SideNavigationBar/PolygonLabelsList/PolygonLabelsList.tsx:51
Function
deleteRectLabelById
(labelRectId: string)
src/views/EditorView/SideNavigationBar/RectLabelsList/RectLabelsList.tsx:52
Method
detectRects
(imageData: ImageData)
src/logic/actions/AIRoboflowAPIObjectDetectionActions.ts:16
Method
detectRectsForActiveImage
()
src/logic/actions/AIYOLOObjectDetectionActions.ts:18
Method
drawCircle
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, startAngleDeg:number, endAngleDeg:number, thickn
src/utils/DrawUtil.ts:69
Method
drawLine
(canvas:HTMLCanvasElement, startPoint:IPoint, endPoint:IPoint, color = '#111111', thickness = 1)
src/utils/DrawUtil.ts:13
Method
drawLine
(startPoint: IPoint, endPoint: IPoint)
src/logic/render/PrimaryEditorRenderEngine.ts:41
Method
drawPolygon
(canvas:HTMLCanvasElement, anchors: IPoint[], color = '#fff', thickness = 1)
src/utils/DrawUtil.ts:82
Method
drawText
(canvas:HTMLCanvasElement, text:string, textSize:number, anchorPoint:IPoint, color = '#ffffff', bold = false,
src/utils/DrawUtil.ts:111
Function
endProject
()
src/views/MainView/MainView.tsx:21
Method
export
(exportFormatType: AnnotationFormatType)
src/logic/export/RectLabelsExporter.ts:17
Method
export
(exportFormatType: AnnotationFormatType)
src/logic/export/TagLabelsExport.ts:8
Method
export
(exportFormatType: AnnotationFormatType)
src/logic/export/LineLabelExport.ts:9
Method
export
(exportFormatType: AnnotationFormatType)
src/logic/export/PointLabelsExport.ts:9
Method
export
()
src/logic/export/polygon/COCOExporter.ts:20
Method
export
(exportFormatType: AnnotationFormatType)
src/logic/export/polygon/PolygonLabelsExporter.ts:6
Function
generalReducer
( state = initialState, action: GeneralActionTypes )
src/store/general/reducer.ts:22
Method
getCenter
(l: ILine)
src/utils/LineUtil.ts:14
Method
getClientRect
(canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:18
Function
getDummyFileData
(fileName: string)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:25
Function
getDummyImageData
(fileName: string)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:8
Method
getSize
(canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:31
Method
getSize
(image: HTMLImageElement)
src/utils/ImageUtil.ts:4
Method
getVertices
(rect: IRect)
src/utils/RectUtil.ts:180
Function
imageDragOnClick
()
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:92
Method
import
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/AnnotationImporter.ts:16
Method
import
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/yolo/YOLOImporter.ts:20
Method
import
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/coco/COCOImporter.ts:26
Method
insert
(arr, index, newItem)
src/logic/render/PolygonRenderEngine.ts:365
Method
isAIDisabled
()
src/store/selectors/AISelector.ts:32
Method
isDev
()
src/utils/EnvironmentUtil.ts:2
Method
isInProgress
()
src/logic/render/PolygonRenderEngine.ts:390
Method
isInProgress
()
src/logic/render/PrimaryEditorRenderEngine.ts:88
Function
labelsReducer
( state = initialState, action: LabelsActionTypes )
src/store/labels/reducer.ts:15
Function
leftSideBarButtonOnClick
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:53
Function
leftSideBarCompanionRender
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:62
Function
leftSideBarRender
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:74
Method
loadModel
(modelConfig: ModelConfig, onSuccess?: () => any, onFailure?: () => any)
src/ai/YOLOV5ObjectDetector.ts:18
Method
loadModel
( roboflowAPIDetails: RoboflowAPIDetails, onSuccess?: () => any, onFailure?: () => any
src/ai/RoboflowAPIObjectDetector.ts:33
Method
loadModel
(callback?: () => any)
src/ai/SSDObjectDetector.ts:17
Function
mapStateToProps
(state: AppState)
src/App.tsx:66
Function
mapStateToProps
(state: AppState)
src/views/MobileMainView/MobileMainView.tsx:135
Function
mapStateToProps
(state: AppState)
src/views/PopupView/PopupView.tsx:71
Function
mapStateToProps
(state: AppState)
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:205
Function
mapStateToProps
(state: AppState)
src/views/PopupView/LoadMoreImagesPopup/LoadMoreImagesPopup.tsx:93
Function
mapStateToProps
(state: AppState)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:253
Function
mapStateToProps
(state: AppState)
src/views/PopupView/ExportLabelsPopup/ExportLabelPopup.tsx:110
Function
mapStateToProps
(state: AppState)
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:201
Function
mapStateToProps
(state: AppState)
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:276
Function
mapStateToProps
(state: AppState)
src/views/PopupView/LoadLabelNamesPopup/LoadLabelNamesPopup.tsx:142
Function
mapStateToProps
(state: AppState)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:213
← previous
next →
501–600 of 748, ranked by callers