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
↓ 35 callers
Method
getActiveImageData
()
src/store/selectors/LabelsSelector.ts:32
↓ 30 callers
Function
updateImageDataById
(id: string, newImageData: ImageData)
src/store/labels/actionCreators.ts:50
↓ 27 callers
Method
getLabelNames
()
src/store/selectors/LabelsSelector.ts:7
↓ 21 callers
Function
updateActiveLabelId
(activeLabelId: string)
src/store/labels/actionCreators.ts:23
↓ 21 callers
Function
updateActivePopupType
(activePopupType: PopupWindowType)
src/store/general/actionCreators.ts:17
↓ 19 callers
Method
fullRender
()
src/logic/actions/EditorActions.ts:64
↓ 18 callers
Method
isPointInside
(rect: IRect, point: IPoint)
src/utils/RectUtil.ts:25
↓ 17 callers
Method
close
()
src/logic/actions/PopupActions.ts:6
↓ 17 callers
Method
isMouseOverLine
(mouse: IPoint, line: ILine, radius: number)
src/utils/RenderEngineUtil.ts:111
↓ 17 callers
Function
updateCustomCursorStyle
(customCursorStyle: CustomCursorStyle)
src/store/general/actionCreators.ts:26
↓ 16 callers
Method
getById
(uuid: string)
src/logic/imageRepository/ImageRepository.ts:18
↓ 16 callers
Method
getImagesData
()
src/store/selectors/LabelsSelector.ts:24
↓ 16 callers
Method
isMac
(userAgent: string)
src/utils/PlatformUtil.ts:14
↓ 15 callers
Method
setViewPortActionsDisabledStatus
(status: boolean)
src/logic/actions/EditorActions.ts:81
↓ 14 callers
Method
getHighlightedLabelId
()
src/store/selectors/LabelsSelector.ts:55
↓ 13 callers
Method
createErrorNotification
(content: NotificationContent)
src/utils/NotificationUtil.ts:7
↓ 12 callers
Method
getImageDataById
(id: string)
src/store/selectors/LabelsSelector.ts:46
↓ 12 callers
Method
setPointBetweenPixels
(point: IPoint)
src/utils/RenderEngineUtil.ts:85
↓ 11 callers
Method
snapPointToRect
(point: IPoint, rect: IRect)
src/utils/RectUtil.ts:156
↓ 11 callers
Method
transferPointFromImageToViewPortContent
(point: IPoint, data: EditorData)
src/utils/RenderEngineUtil.ts:26
↓ 10 callers
Function
onFailure
(error: Error)
src/views/PopupView/LoadLabelNamesPopup/LoadLabelNamesPopup.tsx:36
↓ 10 callers
Method
setActiveLabelOnActiveImage
(labelIndex: number)
src/logic/actions/ImageActions.ts:47
↓ 9 callers
Method
getActiveLabelId
()
src/store/selectors/LabelsSelector.ts:51
↓ 9 callers
Method
getActiveLabelType
()
src/store/selectors/LabelsSelector.ts:20
↓ 9 callers
Method
getExportFileName
()
src/utils/ExporterUtil.ts:6
↓ 9 callers
Method
transferPointFromViewPortContentToImage
(point: IPoint, data: EditorData)
src/utils/RenderEngineUtil.ts:42
↓ 8 callers
Method
detect
(imageId: string, image: HTMLImageElement)
src/logic/actions/AIActions.ts:20
↓ 8 callers
Function
getButtonWithTooltip
( key: string, tooltipMessage: string, imageSrc: string, imageAlt: string, isActive: boole
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:34
↓ 8 callers
Method
getRectWithCenterAndSize
(centerPoint: IPoint, size: ISize)
src/utils/RectUtil.ts:35
↓ 8 callers
Method
getZoom
()
src/store/selectors/GeneralSelector.ts:40
↓ 8 callers
Method
isMouseOverAnchor
(mouse: IPoint, anchor: IPoint)
src/logic/render/PolygonRenderEngine.ts:402
↓ 8 callers
Method
isMouseOverCanvas
(data: EditorData)
src/utils/RenderEngineUtil.ts:22
↓ 8 callers
Method
isMouseOverImage
(data: EditorData)
src/utils/RenderEngineUtil.ts:18
↓ 8 callers
Method
loadImage
(fileData: File)
src/utils/FileUtil.ts:12
↓ 8 callers
Function
updateHighlightedLabelId
(highlightedLabelId: string)
src/store/labels/actionCreators.ts:32
↓ 7 callers
Method
createLabelRect
(labelId: string, rect: IRect)
src/utils/LabelUtil.ts:19
↓ 7 callers
Method
drawCircleWithFill
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, color = '#ffffff')
src/utils/DrawUtil.ts:57
↓ 7 callers
Method
getSize
(rect: IRect)
src/utils/RectUtil.ts:173
↓ 7 callers
Method
match
(array1: T[], array2: P[], predicate: (key: T, value: P) => boolean)
src/utils/ArrayUtil.ts:38
↓ 7 callers
Method
saveAs
(content: string, fileName: string)
src/utils/ExporterUtil.ts:12
↓ 7 callers
Method
subtract
(p1: IPoint, p2: IPoint)
src/utils/PointUtil.ts:15
↓ 7 callers
Method
switchCtx
(context: ContextType)
src/logic/context/ContextManager.ts:26
↓ 7 callers
Method
validateYOLOAnnotationComponents
(components: string[], labelNamesCount: number)
src/logic/import/yolo/YOLOUtils.ts:79
↓ 6 callers
Method
calculateImageScale
(data: EditorData)
src/utils/RenderEngineUtil.ts:14
↓ 6 callers
Method
extractFileName
(name: string)
src/utils/FileUtil.ts:58
↓ 6 callers
Method
getCenter
(rect: IRect)
src/utils/RectUtil.ts:166
↓ 6 callers
Method
getRatio
(rect: IRect)
src/utils/RectUtil.ts:9
↓ 6 callers
Method
getRejectedSuggestedLabelList
()
src/store/selectors/AISelector.ts:9
↓ 6 callers
Method
hexToRGB
(hex: string, alpha: number | null = null)
src/utils/DrawUtil.ts:122
↓ 6 callers
Method
isAISSDObjectDetectorModelLoaded
()
src/store/selectors/AISelector.ts:13
↓ 6 callers
Method
isAIYOLOObjectDetectorModelLoaded
()
src/store/selectors/AISelector.ts:17
↓ 6 callers
Method
isCreationInProgress
()
src/logic/render/PolygonRenderEngine.ts:394
↓ 6 callers
Method
isResizeInProgress
()
src/logic/render/PolygonRenderEngine.ts:398
↓ 6 callers
Function
onSuccess
(labels: LabelName[])
src/views/PopupView/LoadLabelNamesPopup/LoadLabelNamesPopup.tsx:31
↓ 6 callers
Method
parseLabelsNamesFromString
(content: string)
src/logic/import/yolo/YOLOUtils.ts:8
↓ 6 callers
Method
partition
(array: T[], predicate: (T) => boolean)
src/utils/ArrayUtil.ts:28
↓ 6 callers
Method
setScrollPosition
(position: IPoint)
src/logic/actions/ViewPortActions.ts:118
↓ 6 callers
Method
snapValueToRange
(value: number, min: number, max: number)
src/utils/NumberUtil.ts:2
↓ 6 callers
Function
submitNewNotification
(notification: INotification)
src/store/notifications/actionCreators.ts:4
↓ 6 callers
Function
updateSuggestedLabelList
(labelList: string[])
src/store/ai/actionCreators.ts:4
↓ 5 callers
Method
add
(fx: Promise<any>)
src/logic/imageRepository/ImageLoadManager.ts:6
↓ 5 callers
Method
addAndRun
(fx: Promise<any>)
src/logic/imageRepository/ImageLoadManager.ts:14
↓ 5 callers
Method
calculateRectRelativeToActiveImage
(rect: IRect, data: EditorData)
src/logic/render/RectRenderEngine.ts:231
↓ 5 callers
Method
excludeRejectedLabelNames
(suggestedLabels: string[], rejectedLabels: string[])
src/logic/actions/AIActions.ts:11
↓ 5 callers
Method
export
()
src/logic/export/polygon/VGGExporter.ts:9
↓ 5 callers
Method
getByInfiniteIndex
(array: T[], index: number)
src/utils/ArrayUtil.ts:58
↓ 5 callers
Method
getDistanceFromLine
(l: ILine, p: IPoint)
src/utils/LineUtil.ts:5
↓ 5 callers
Method
getEditorData
(event?: Event)
src/logic/actions/EditorActions.ts:89
↓ 5 callers
Method
getImageDragModeStatus
()
src/store/selectors/GeneralSelector.ts:20
↓ 5 callers
Method
getLeadingColor
()
src/logic/helpers/CSSHelper.ts:5
↓ 5 callers
Method
isResizeInProgress
()
src/logic/render/LineRenderEngine.ts:179
↓ 5 callers
Method
isRoboflowAPIModelLoaded
()
src/store/selectors/AISelector.ts:25
↓ 5 callers
Method
loadModel
(callback?: () => unknown)
src/ai/PoseDetector.ts:18
↓ 5 callers
Method
multiply
(p1: IPoint, factor: number)
src/utils/PointUtil.ts:22
↓ 5 callers
Method
resizeViewPortContent
()
src/logic/actions/ViewPortActions.ts:78
↓ 5 callers
Method
setZoom
(value: number)
src/logic/actions/ViewPortActions.ts:180
↓ 5 callers
Method
translate
(rect: IRect, delta: IPoint)
src/utils/RectUtil.ts:117
↓ 5 callers
Function
updateFirstLabelCreatedFlag
(firstLabelCreatedFlag: boolean)
src/store/labels/actionCreators.ts:87
↓ 4 callers
Method
calculateAbsoluteScrollPosition
(relativePosition: IPoint)
src/logic/actions/ViewPortActions.ts:85
↓ 4 callers
Method
deg2rad
(angleDeg:number)
src/utils/UnitUtil.ts:3
↓ 4 callers
Method
detectRects
(imageId: string, image: HTMLImageElement)
src/logic/actions/AISSDObjectDetectionActions.ts:23
↓ 4 callers
Method
drawLine
(labelId: string, line: ILine, isActive: boolean)
src/logic/render/LineRenderEngine.ts:154
↓ 4 callers
Method
getActiveLabelNameId
()
src/store/selectors/LabelsSelector.ts:16
↓ 4 callers
Method
getActivePolygonLabel
()
src/store/selectors/LabelsSelector.ts:77
↓ 4 callers
Method
getRelativeScrollPosition
()
src/logic/actions/ViewPortActions.ts:94
↓ 4 callers
Method
isInProgress
()
src/logic/render/LineRenderEngine.ts:175
↓ 4 callers
Method
mapImageDataToVGG
(imageData: ImageData, labelNames: LabelName[])
src/logic/export/polygon/VGGExporter.ts:40
↓ 4 callers
Method
predict
(image: HTMLImageElement, callback?: (predictions: Pose[]) => unknown)
src/ai/PoseDetector.ts:50
↓ 4 callers
Method
scaleRect
(rect:IRect, scale: number)
src/utils/RectUtil.ts:134
↓ 4 callers
Method
toggleAnnotationVisibility
(annotation: AnnotationType)
src/utils/LabelUtil.ts:52
↓ 4 callers
Method
toggleLabelVisibilityById
(imageId: string, labelId: string)
src/logic/actions/LabelActions.ts:74
↓ 4 callers
Method
transferLineFromImageToViewPortContent
(line: ILine, data: EditorData)
src/utils/RenderEngineUtil.ts:35
↓ 4 callers
Method
transferPolygonFromImageToViewPortContent
(polygon: IPoint[], data: EditorData)
src/utils/RenderEngineUtil.ts:31
↓ 4 callers
Method
translateViewPortPosition
(direction: Direction)
src/logic/actions/ViewPortActions.ts:123
↓ 4 callers
Function
updateActiveLabelType
(activeLabelType: LabelType)
src/store/labels/actionCreators.ts:41
↓ 4 callers
Function
updatePreventCustomCursorStatus
(preventCustomCursor: boolean)
src/store/general/actionCreators.ts:44
↓ 4 callers
Method
wrapDefaultCursorStyleInCancel
(data: EditorData)
src/utils/RenderEngineUtil.ts:73
↓ 4 callers
Method
wrapRectLabelIntoYOLO
(labelRect: LabelRect, labelNames: LabelName[], imageSize: ISize)
src/logic/export/RectLabelsExporter.ts:60
↓ 3 callers
Method
acceptAllSuggestedRectLabels
(imageData: ImageData)
src/logic/actions/AISSDObjectDetectionActions.ts:84
↓ 3 callers
Method
calculateViewPortContentImageRect
()
src/logic/actions/ViewPortActions.ts:57
next →
1–100 of 748, ranked by callers