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
↓ 2 callers
Function
updateActiveLabelNameId
(activeLabelNameId: string)
src/store/labels/actionCreators.ts:14
↓ 2 callers
Method
updateActivelyCreatedLabel
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:268
↓ 2 callers
Method
updateCtx
(context: ContextType)
src/logic/context/ContextManager.ts:35
↓ 2 callers
Function
updateImageData
(imageData: ImageData[])
src/store/labels/actionCreators.ts:69
↓ 2 callers
Function
updateLabelNames
(labels: LabelName[])
src/store/labels/actionCreators.ts:78
↓ 2 callers
Function
updateRejectedSuggestedLabelList
(labelList: string[])
src/store/ai/actionCreators.ts:13
↓ 2 callers
Function
updateRoboflowAPIDetails
(roboflowAPIDetails: RoboflowAPIDetails)
src/store/ai/actionCreators.ts:58
↓ 2 callers
Function
wrapOnClick
(onClick?: () => void, disabled?: boolean)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:75
↓ 2 callers
Method
wrapRectLabelIntoCSV
( labelRect: LabelRect, labelNames: LabelName[], imageSize: ISize, imageName:
src/logic/export/RectLabelsExporter.ts:84
↓ 1 callers
Method
acceptAllSuggestedLabels
(imageData: ImageData)
src/logic/actions/AIActions.ts:67
↓ 1 callers
Method
acceptAllSuggestedPointLabels
(imageData: ImageData)
src/logic/actions/AIPoseDetectionActions.ts:99
↓ 1 callers
Method
add
(p1: IPoint, p2: IPoint)
src/utils/PointUtil.ts:8
↓ 1 callers
Function
addImageData
(imageData: ImageData[])
src/store/labels/actionCreators.ts:60
↓ 1 callers
Method
addPolygonLabel
(polygon: IPoint[])
src/logic/render/PolygonRenderEngine.ts:300
↓ 1 callers
Method
addSuggestedAnchorToPolygonLabel
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:360
↓ 1 callers
Method
addToCombo
(keyCode: string)
src/logic/context/ContextManager.ts:83
↓ 1 callers
Method
applyAnnotations
(imageData: ImageData, rawAnnotations: string, labelNames: LabelName[])
src/logic/import/yolo/YOLOImporter.ts:79
↓ 1 callers
Method
applyLabels
(imageData: ImageData[], annotationsObject: COCOObject)
src/logic/import/coco/COCOImporter.ts:58
↓ 1 callers
Method
applyResizeToPolygonLabel
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:326
↓ 1 callers
Method
applyUpdateToLineLabel
(data: EditorData)
src/logic/render/LineRenderEngine.ts:235
↓ 1 callers
Method
calculateAnchorPoints
(listSize: ISize, childSize: ISize, childCount: number)
src/utils/VirtualListUtil.ts:23
↓ 1 callers
Function
changeLabelNameColorCallback
(id: string)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:93
↓ 1 callers
Method
clearCanvas
(canvas:HTMLCanvasElement)
src/utils/DrawUtil.ts:8
↓ 1 callers
Function
configureStore
()
src/configureStore.ts:4
↓ 1 callers
Method
convertDirectionToVector
(direction: Direction)
src/utils/DirectionUtil.ts:5
↓ 1 callers
Method
createMessageNotification
(content: NotificationContent)
src/utils/NotificationUtil.ts:16
↓ 1 callers
Method
deleteActiveLabel
()
src/logic/actions/LabelActions.ts:10
↓ 1 callers
Function
deleteLabelNameCallback
(id: string)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:84
↓ 1 callers
Method
deleteLineLabelById
(imageId: string, labelLineId: string)
src/logic/actions/LabelActions.ts:52
↓ 1 callers
Function
deselectAll
()
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:77
↓ 1 callers
Method
deserialize
(text: string)
src/logic/import/coco/COCOImporter.ts:50
↓ 1 callers
Method
detectPoseForActiveImage
()
src/logic/actions/AIPoseDetectionActions.ts:19
↓ 1 callers
Method
detectRects
(imageId: string, image: HTMLImageElement)
src/logic/actions/AIYOLOObjectDetectionActions.ts:23
↓ 1 callers
Method
drawActiveRect
(labelRect: LabelRect, data: EditorData)
src/logic/render/RectRenderEngine.ts:175
↓ 1 callers
Method
drawActivelyCreatedLabel
(data: EditorData)
src/logic/render/LineRenderEngine.ts:113
↓ 1 callers
Method
drawActivelyCreatedLabel
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:194
↓ 1 callers
Method
drawActivelyResizeLabel
(data: EditorData)
src/logic/render/LineRenderEngine.ts:121
↓ 1 callers
Method
drawActivelyResizeLabel
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:209
↓ 1 callers
Method
drawCurrentlyCreatedRect
(mousePosition: IPoint, imageRect: IRect)
src/logic/render/RectRenderEngine.ts:151
↓ 1 callers
Method
drawExistingLabels
(data: EditorData)
src/logic/render/LineRenderEngine.ts:98
↓ 1 callers
Method
drawExistingLabels
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:220
↓ 1 callers
Method
drawImage
(image: HTMLImageElement, imageRect: IRect)
src/logic/render/PrimaryEditorRenderEngine.ts:81
↓ 1 callers
Method
drawInactiveRect
(labelRect: LabelRect, data: EditorData)
src/logic/render/RectRenderEngine.ts:166
↓ 1 callers
Method
drawSuggestedAnchor
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:250
↓ 1 callers
Method
endExistingLabelResize
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:320
↓ 1 callers
Method
endExistingLabelUpdate
(data: EditorData)
src/logic/render/LineRenderEngine.ts:229
↓ 1 callers
Method
endRectTransformation
()
src/logic/render/RectRenderEngine.ts:313
↓ 1 callers
Method
equals
(p1: IPoint, p2: IPoint)
src/utils/PointUtil.ts:4
↓ 1 callers
Method
execute
(event: KeyboardEvent)
src/logic/context/ContextManager.ts:70
↓ 1 callers
Method
exportAsCSV
()
src/logic/export/RectLabelsExporter.ts:198
↓ 1 callers
Method
exportAsCSV
()
src/logic/export/TagLabelsExport.ts:21
↓ 1 callers
Method
exportAsCSV
()
src/logic/export/LineLabelExport.ts:19
↓ 1 callers
Method
exportAsCSV
()
src/logic/export/PointLabelsExport.ts:19
↓ 1 callers
Method
exportAsJSON
()
src/logic/export/TagLabelsExport.ts:33
↓ 1 callers
Method
exportAsVOC
()
src/logic/export/RectLabelsExporter.ts:119
↓ 1 callers
Method
exportAsYOLO
()
src/logic/export/RectLabelsExporter.ts:33
↓ 1 callers
Function
extractNames
()
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:123
↓ 1 callers
Method
extractNewSuggestedLabelNames
(labels: LabelName[], predictions: DetectedObject[])
src/logic/actions/AISSDObjectDetectionActions.ts:75
↓ 1 callers
Method
extractNewSuggestedLabelNames
(labels: LabelName[], predictions: DetectedObject[])
src/logic/actions/AIYOLOObjectDetectionActions.ts:75
↓ 1 callers
Method
extractNewSuggestedLabelNames
(labels: LabelName[], predictions: DetectedObject[])
src/logic/actions/AIRoboflowAPIObjectDetectionActions.ts:67
↓ 1 callers
Function
extractSelectedNames
()
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:105
↓ 1 callers
Function
extractUnselectedNames
()
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:114
↓ 1 callers
Method
finishLabelCreation
()
src/logic/render/PolygonRenderEngine.ts:287
↓ 1 callers
Method
getActiveCombo
()
src/logic/context/ContextManager.ts:16
↓ 1 callers
Method
getActiveContext
()
src/store/selectors/GeneralSelector.ts:12
↓ 1 callers
Method
getAnchorUnderMouse
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:431
↓ 1 callers
Method
getAnchorUnderMouse
(data: EditorData)
src/logic/render/RectRenderEngine.ts:292
↓ 1 callers
Method
getAnnotationsComponent
(imagesData: ImageData[], labelNames: LabelName[])
src/logic/export/polygon/COCOExporter.ts:73
↓ 1 callers
Method
getCOCOArea
(vertices: IPoint[])
src/logic/export/polygon/COCOExporter.ts:121
↓ 1 callers
Method
getCOCOBbox
(vertices: IPoint[])
src/logic/export/polygon/COCOExporter.ts:107
↓ 1 callers
Method
getCOCOSegmentation
(vertices: IPoint[])
src/logic/export/polygon/COCOExporter.ts:102
↓ 1 callers
Function
getChildren
()
src/views/EditorView/SideNavigationBar/PolygonLabelsList/PolygonLabelsList.tsx:80
↓ 1 callers
Function
getChildren
()
src/views/EditorView/SideNavigationBar/PointLabelsList/PointLabelsList.tsx:81
↓ 1 callers
Function
getChildren
()
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:67
↓ 1 callers
Function
getChildren
()
src/views/EditorView/SideNavigationBar/RectLabelsList/RectLabelsList.tsx:84
↓ 1 callers
Function
getChildren
()
src/views/EditorView/SideNavigationBar/LineLabelsList/LineLabelsList.tsx:80
↓ 1 callers
Function
getClassName
()
src/views/MobileMainView/MobileMainView.tsx:20
↓ 1 callers
Function
getClassName
()
src/views/Common/ImageButton/ImageButton.tsx:40
↓ 1 callers
Function
getClassName
()
src/views/Common/UnderlineTextButton/UnderlineTextButton.tsx:18
↓ 1 callers
Function
getClassName
()
src/views/Common/TextButton/TextButton.tsx:18
↓ 1 callers
Function
getClassName
()
src/views/EditorView/EditorView.tsx:16
↓ 1 callers
Function
getClassName
()
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:83
↓ 1 callers
Function
getClassName
()
src/views/EditorView/VerticalEditorButton/VerticalEditorButton.tsx:20
↓ 1 callers
Function
getClassName
()
src/views/EditorView/SideNavigationBar/SideNavigationBar.tsx:17
↓ 1 callers
Function
getClassName
()
src/views/EditorView/LabelControlPanel/LabelControlPanel.tsx:77
↓ 1 callers
Function
getClassName
()
src/views/EditorView/EditorBottomNavigationBar/EditorBottomNavigationBar.tsx:27
↓ 1 callers
Function
getClassName
()
src/views/MainView/MainView.tsx:26
↓ 1 callers
Method
getClassName
(baseClass: string)
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:97
↓ 1 callers
Method
getClassName
()
src/views/EditorView/SideNavigationBar/LabelInputField/LabelInputField.tsx:63
↓ 1 callers
Method
getCrossHairVisibleStatus
()
src/store/selectors/GeneralSelector.ts:24
↓ 1 callers
Method
getCustomCursorStyle
()
src/store/selectors/GeneralSelector.ts:28
↓ 1 callers
Function
getDropDownContent
()
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:71
↓ 1 callers
Function
getDropDownMenuContentOption
(disabled: boolean)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:64
↓ 1 callers
Function
getDropDownMenuTabClassName
(tabIdx: number)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:57
↓ 1 callers
Function
getDropDownTab
(data: DropDownMenuNode, index: number)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:85
↓ 1 callers
Function
getDropDownWindow
(data: DropDownMenuNode)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:101
↓ 1 callers
Function
getDropZoneContent
()
src/views/PopupView/LoadMoreImagesPopup/LoadMoreImagesPopup.tsx:34
↓ 1 callers
Function
getDropZoneContent
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:207
↓ 1 callers
Function
getDropZoneContent
()
src/views/PopupView/LoadLabelNamesPopup/LoadLabelNamesPopup.tsx:66
↓ 1 callers
Function
getDropZoneContent
()
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:110
← previous
next →
201–300 of 748, ranked by callers