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
↓ 3 callers
Method
calculateViewPortContentSize
()
src/logic/actions/ViewPortActions.ts:43
↓ 3 callers
Function
callbackWithLabelNamesValidation
(callback: () => any)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:58
↓ 3 callers
Method
cleanAnnotations
(item: ImageData)
src/utils/ImageDataUtil.ts:24
↓ 3 callers
Method
createLabelName
(name: string)
src/utils/LabelUtil.ts:11
↓ 3 callers
Method
createLabelPolygon
(labelId: string, vertices: IPoint[])
src/utils/LabelUtil.ts:31
↓ 3 callers
Method
expand
(rect: IRect, delta: IPoint)
src/utils/RectUtil.ts:125
↓ 3 callers
Method
extractFileExtension
(name: string)
src/utils/FileUtil.ts:53
↓ 3 callers
Method
extractNewSuggestedLabelNames
(labels: LabelName[], predictions: Pose[])
src/logic/actions/AIPoseDetectionActions.ts:84
↓ 3 callers
Method
getAbsoluteScrollPosition
()
src/logic/actions/ViewPortActions.ts:106
↓ 3 callers
Method
getActiveImageIndex
()
src/store/selectors/LabelsSelector.ts:28
↓ 3 callers
Method
getActiveLineLabel
()
src/store/selectors/LabelsSelector.ts:86
↓ 3 callers
Method
getActiveRectLabel
()
src/store/selectors/LabelsSelector.ts:59
↓ 3 callers
Function
getClassName
(labelId: string)
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:54
↓ 3 callers
Method
getEdges
(vertices: IPoint[], closed: boolean = true)
src/utils/PolygonUtil.ts:5
↓ 3 callers
Method
getEventType
(event: Event)
src/utils/MouseEventUtil.ts:4
↓ 3 callers
Method
getImageByIndex
(index: number)
src/logic/actions/ImageActions.ts:33
↓ 3 callers
Method
getLabelPointUnderMouse
(mousePosition: IPoint, data: EditorData)
src/logic/render/PointRenderEngine.ts:176
↓ 3 callers
Method
getMousePositionOnCanvasFromEvent
(event: React.MouseEvent<HTMLCanvasElement, MouseEvent> | MouseEvent, canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:7
↓ 3 callers
Method
getProjectName
()
src/store/selectors/GeneralSelector.ts:32
↓ 3 callers
Method
getRectUnderMouse
(data: EditorData)
src/logic/render/RectRenderEngine.ts:246
↓ 3 callers
Method
isAIPoseDetectorModelLoaded
()
src/store/selectors/AISelector.ts:21
↓ 3 callers
Method
isInProgress
()
src/logic/render/PointRenderEngine.ts:172
↓ 3 callers
Method
isValueInRange
(value: number, min: number, max: number)
src/utils/NumberUtil.ts:10
↓ 3 callers
Method
mapPolygonToVGG
(path: IPoint[])
src/logic/export/polygon/VGGExporter.ts:67
↓ 3 callers
Method
parseYOLOAnnotationFromString
( rawAnnotation: string, labelNames: LabelName[], imageSize: ISize, imageName:
src/logic/import/yolo/YOLOUtils.ts:54
↓ 3 callers
Method
parseYOLOAnnotationsFromString
( rawAnnotations: string, labelNames: LabelName[], imageSize: ISize, imageName
src/logic/import/yolo/YOLOUtils.ts:40
↓ 3 callers
Method
rejectAllSuggestedRectLabels
(imageData: ImageData)
src/logic/actions/AISSDObjectDetectionActions.ts:99
↓ 3 callers
Method
restoreCtx
()
src/logic/context/ContextManager.ts:49
↓ 3 callers
Method
setRectBetweenPixels
(rect: IRect)
src/utils/RenderEngineUtil.ts:92
↓ 3 callers
Method
storeImage
(id: string, image: HTMLImageElement)
src/logic/imageRepository/ImageRepository.ts:8
↓ 3 callers
Method
update
(data: EditorData)
src/logic/helpers/ViewPortHelper.ts:16
↓ 3 callers
Method
zoomIn
()
src/logic/actions/ViewPortActions.ts:136
↓ 3 callers
Method
zoomOut
()
src/logic/actions/ViewPortActions.ts:148
↓ 2 callers
Method
addLabelAndFinishCreation
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:292
↓ 2 callers
Method
arrange
(items: ImageData[], idArrangement: string[])
src/utils/ImageDataUtil.ts:35
↓ 2 callers
Method
bbox2rect
(bbox: COCOBBox)
src/logic/import/coco/COCOUtils.ts:7
↓ 2 callers
Method
calculateContentSize
(listSize: ISize, childSize: ISize, gridSize: ISize)
src/utils/VirtualListUtil.ts:11
↓ 2 callers
Function
calculateEditorSize
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:39
↓ 2 callers
Method
calculateGridSize
(listSize: ISize, childSize: ISize, childCount: number)
src/utils/VirtualListUtil.ts:5
↓ 2 callers
Method
cancelLabelCreation
()
src/logic/render/LineRenderEngine.ts:214
↓ 2 callers
Function
changeModelSource
(source: ModelSource)
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:127
↓ 2 callers
Method
createImageDataFromFileData
(fileData: File)
src/utils/ImageDataUtil.ts:7
↓ 2 callers
Method
createLabelPoint
(labelId: string, point: IPoint)
src/utils/LabelUtil.ts:40
↓ 2 callers
Method
deleteImageLabelById
(imageId: string, labelId: string)
src/logic/actions/LabelActions.ts:16
↓ 2 callers
Method
deletePointLabelById
(imageId: string, labelPointId: string)
src/logic/actions/LabelActions.ts:41
↓ 2 callers
Method
deletePolygonLabelById
(imageId: string, labelPolygonId: string)
src/logic/actions/LabelActions.ts:63
↓ 2 callers
Method
deleteRectLabelById
(imageId: string, labelRectId: string)
src/logic/actions/LabelActions.ts:30
↓ 2 callers
Method
detectPoses
(imageId: string, image: HTMLImageElement)
src/logic/actions/AIPoseDetectionActions.ts:24
↓ 2 callers
Method
detectRectsForActiveImage
()
src/logic/actions/AISSDObjectDetectionActions.ts:18
↓ 2 callers
Function
disableAcceptButton
()
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:59
↓ 2 callers
Method
discardSuggestedPoint
()
src/logic/render/PolygonRenderEngine.ts:351
↓ 2 callers
Method
drawPolygon
(labelId: string | null, polygon: IPoint[], isActive: boolean)
src/logic/render/PolygonRenderEngine.ts:235
↓ 2 callers
Method
drawPolygonWithFill
(canvas:HTMLCanvasElement, anchors: IPoint[], color = '#fff')
src/utils/DrawUtil.ts:97
↓ 2 callers
Method
drawRect
(canvas:HTMLCanvasElement, rect:IRect, color = '#fff', thickness = 1)
src/utils/DrawUtil.ts:26
↓ 2 callers
Method
drawRectWithFill
(canvas:HTMLCanvasElement, rect:IRect, color = '#fff')
src/utils/DrawUtil.ts:37
↓ 2 callers
Function
extractSelectedModel
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:49
↓ 2 callers
Method
filterFilesData
(filesData: File[], imagesData: ImageData[])
src/logic/import/yolo/YOLOImporter.ts:49
↓ 2 callers
Method
fitInsideRectWithRatio
(containerRect: IRect, ratio: number)
src/utils/RectUtil.ts:43
↓ 2 callers
Method
getActions
()
src/logic/context/BaseContext.ts:6
↓ 2 callers
Method
getActivePointLabel
()
src/store/selectors/LabelsSelector.ts:68
↓ 2 callers
Method
getActivePopupType
()
src/store/selectors/GeneralSelector.ts:8
↓ 2 callers
Method
getAnchorTypeUnderMouse
(data: EditorData)
src/logic/render/LineRenderEngine.ts:282
↓ 2 callers
Method
getAnchorUnderMouseByRect
(rect: IRect, mousePosition: IPoint, imageRect: IRect)
src/logic/render/RectRenderEngine.ts:281
↓ 2 callers
Method
getCategoriesComponent
(labelNames: LabelName[])
src/logic/export/polygon/COCOExporter.ts:49
↓ 2 callers
Function
getDummyFileData
(fileName: string)
src/logic/__tests__/import/yolo/YOLOImporter.test.ts:25
↓ 2 callers
Function
getDummyImageData
(id: string)
src/utils/__tests__/ImageDataUtil.test.ts:8
↓ 2 callers
Function
getEditorFeatureTiles
(features: IEditorFeature[])
src/views/MobileMainView/MobileMainView.tsx:31
↓ 2 callers
Method
getEnablePerClassColorationStatus
()
src/store/selectors/GeneralSelector.ts:44
↓ 2 callers
Method
getInfoComponent
(description: string)
src/logic/export/polygon/COCOExporter.ts:43
↓ 2 callers
Method
getKeyCodeFromEvent
(event: KeyboardEvent)
src/logic/context/ContextManager.ts:94
↓ 2 callers
Method
getLineUnderMouse
(data: EditorData)
src/logic/render/LineRenderEngine.ts:265
↓ 2 callers
Method
getNextImage
()
src/logic/actions/ImageActions.ts:28
↓ 2 callers
Method
getPolygonUnderMouse
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:411
↓ 2 callers
Method
getPreventCustomCursorStatus
()
src/store/selectors/GeneralSelector.ts:16
↓ 2 callers
Method
getPreviousImage
()
src/logic/actions/ImageActions.ts:23
↓ 2 callers
Method
getProjectType
()
src/store/selectors/GeneralSelector.ts:36
↓ 2 callers
Method
isMouseOverRectEdges
(rect: IRect, data: EditorData)
src/logic/render/RectRenderEngine.ts:261
↓ 2 callers
Function
isPanelActive
()
src/views/EditorView/LabelControlPanel/LabelControlPanel.tsx:85
↓ 2 callers
Method
loadLabelsList
( fileData: File, onSuccess: (labels: LabelName[]) => void, onFailure: (error: Error)
src/logic/import/yolo/YOLOUtils.ts:22
↓ 2 callers
Method
mapRectToAnchors
(rect: IRect)
src/utils/RectUtil.ts:143
↓ 2 callers
Method
mountSupportRenderingEngine
(activeLabelType: LabelType)
src/logic/actions/EditorActions.ts:30
↓ 2 callers
Method
parseAnnotationsFromFileString
(document: Document, labelNames: Record<string, LabelName>)
src/logic/import/voc/VOCImporter.ts:108
↓ 2 callers
Function
predicate
(item: number)
src/utils/__tests__/ArrayUtil.test.ts:17
↓ 2 callers
Method
readFile
(fileData: File)
src/utils/FileUtil.ts:32
↓ 2 callers
Method
render
(data: EditorData)
src/logic/render/LineRenderEngine.ts:91
↓ 2 callers
Function
renderContent
()
src/views/PopupView/GenericLabelTypePopup/GenericLabelTypePopup.tsx:61
↓ 2 callers
Method
renderPoint
(labelPoint: LabelPoint, isActive: boolean, data: EditorData)
src/logic/render/PointRenderEngine.ts:136
↓ 2 callers
Method
renderRect
(rectOnImage: IRect, isActive: boolean, lineColor: string, anchorColor: string)
src/logic/render/RectRenderEngine.ts:189
↓ 2 callers
Method
resizeCanvas
(newCanvasSize: ISize)
src/logic/actions/ViewPortActions.ts:71
↓ 2 callers
Method
resizeRect
(inputRect: IRect, rectAnchor: Direction, delta)
src/utils/RectUtil.ts:65
↓ 2 callers
Function
resolveFormatType
(labelType: LabelType)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:37
↓ 2 callers
Method
segmentation2vertices
(segmentation: COCOSegmentation)
src/logic/import/coco/COCOUtils.ts:16
↓ 2 callers
Method
setActiveImage
(image: HTMLImageElement)
src/logic/actions/EditorActions.ts:77
↓ 2 callers
Method
setLoadingStatus
(status: boolean)
src/logic/actions/EditorActions.ts:74
↓ 2 callers
Method
setValueBetweenPixels
(value: number)
src/utils/RenderEngineUtil.ts:81
↓ 2 callers
Function
startEditor
(projectType: ProjectType)
src/views/MainView/ImagesDropZone/ImagesDropZone.tsx:31
↓ 2 callers
Method
startExistingLabelResize
(data: EditorData, labelId: string, anchorIndex: number)
src/logic/render/PolygonRenderEngine.ts:314
↓ 2 callers
Method
startRectCreation
(mousePosition: IPoint)
src/logic/render/RectRenderEngine.ts:302
↓ 2 callers
Method
testableParseAnnotationsFromFileString
(document: Document, labelNames: Record<string, LabelName>)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:30
↓ 2 callers
Function
updateActiveImageIndex
(activeImageIndex: number)
src/store/labels/actionCreators.ts:5
← previous
next →
101–200 of 748, ranked by callers