MCPcopy Create free account

hub / github.com/SkalskiP/make-sense / functions

Functions748 in github.com/SkalskiP/make-sense

↓ 3 callersMethodcalculateViewPortContentSize
()
src/logic/actions/ViewPortActions.ts:43
↓ 3 callersFunctioncallbackWithLabelNamesValidation
(callback: () => any)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:58
↓ 3 callersMethodcleanAnnotations
(item: ImageData)
src/utils/ImageDataUtil.ts:24
↓ 3 callersMethodcreateLabelName
(name: string)
src/utils/LabelUtil.ts:11
↓ 3 callersMethodcreateLabelPolygon
(labelId: string, vertices: IPoint[])
src/utils/LabelUtil.ts:31
↓ 3 callersMethodexpand
(rect: IRect, delta: IPoint)
src/utils/RectUtil.ts:125
↓ 3 callersMethodextractFileExtension
(name: string)
src/utils/FileUtil.ts:53
↓ 3 callersMethodextractNewSuggestedLabelNames
(labels: LabelName[], predictions: Pose[])
src/logic/actions/AIPoseDetectionActions.ts:84
↓ 3 callersMethodgetAbsoluteScrollPosition
()
src/logic/actions/ViewPortActions.ts:106
↓ 3 callersMethodgetActiveImageIndex
()
src/store/selectors/LabelsSelector.ts:28
↓ 3 callersMethodgetActiveLineLabel
()
src/store/selectors/LabelsSelector.ts:86
↓ 3 callersMethodgetActiveRectLabel
()
src/store/selectors/LabelsSelector.ts:59
↓ 3 callersFunctiongetClassName
(labelId: string)
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:54
↓ 3 callersMethodgetEdges
(vertices: IPoint[], closed: boolean = true)
src/utils/PolygonUtil.ts:5
↓ 3 callersMethodgetEventType
(event: Event)
src/utils/MouseEventUtil.ts:4
↓ 3 callersMethodgetImageByIndex
(index: number)
src/logic/actions/ImageActions.ts:33
↓ 3 callersMethodgetLabelPointUnderMouse
(mousePosition: IPoint, data: EditorData)
src/logic/render/PointRenderEngine.ts:176
↓ 3 callersMethodgetMousePositionOnCanvasFromEvent
(event: React.MouseEvent<HTMLCanvasElement, MouseEvent> | MouseEvent, canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:7
↓ 3 callersMethodgetProjectName
()
src/store/selectors/GeneralSelector.ts:32
↓ 3 callersMethodgetRectUnderMouse
(data: EditorData)
src/logic/render/RectRenderEngine.ts:246
↓ 3 callersMethodisAIPoseDetectorModelLoaded
()
src/store/selectors/AISelector.ts:21
↓ 3 callersMethodisInProgress
()
src/logic/render/PointRenderEngine.ts:172
↓ 3 callersMethodisValueInRange
(value: number, min: number, max: number)
src/utils/NumberUtil.ts:10
↓ 3 callersMethodmapPolygonToVGG
(path: IPoint[])
src/logic/export/polygon/VGGExporter.ts:67
↓ 3 callersMethodparseYOLOAnnotationFromString
( rawAnnotation: string, labelNames: LabelName[], imageSize: ISize, imageName:
src/logic/import/yolo/YOLOUtils.ts:54
↓ 3 callersMethodparseYOLOAnnotationsFromString
( rawAnnotations: string, labelNames: LabelName[], imageSize: ISize, imageName
src/logic/import/yolo/YOLOUtils.ts:40
↓ 3 callersMethodrejectAllSuggestedRectLabels
(imageData: ImageData)
src/logic/actions/AISSDObjectDetectionActions.ts:99
↓ 3 callersMethodrestoreCtx
()
src/logic/context/ContextManager.ts:49
↓ 3 callersMethodsetRectBetweenPixels
(rect: IRect)
src/utils/RenderEngineUtil.ts:92
↓ 3 callersMethodstoreImage
(id: string, image: HTMLImageElement)
src/logic/imageRepository/ImageRepository.ts:8
↓ 3 callersMethodupdate
(data: EditorData)
src/logic/helpers/ViewPortHelper.ts:16
↓ 3 callersMethodzoomIn
()
src/logic/actions/ViewPortActions.ts:136
↓ 3 callersMethodzoomOut
()
src/logic/actions/ViewPortActions.ts:148
↓ 2 callersMethodaddLabelAndFinishCreation
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:292
↓ 2 callersMethodarrange
(items: ImageData[], idArrangement: string[])
src/utils/ImageDataUtil.ts:35
↓ 2 callersMethodbbox2rect
(bbox: COCOBBox)
src/logic/import/coco/COCOUtils.ts:7
↓ 2 callersMethodcalculateContentSize
(listSize: ISize, childSize: ISize, gridSize: ISize)
src/utils/VirtualListUtil.ts:11
↓ 2 callersFunctioncalculateEditorSize
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:39
↓ 2 callersMethodcalculateGridSize
(listSize: ISize, childSize: ISize, childCount: number)
src/utils/VirtualListUtil.ts:5
↓ 2 callersMethodcancelLabelCreation
()
src/logic/render/LineRenderEngine.ts:214
↓ 2 callersFunctionchangeModelSource
(source: ModelSource)
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:127
↓ 2 callersMethodcreateImageDataFromFileData
(fileData: File)
src/utils/ImageDataUtil.ts:7
↓ 2 callersMethodcreateLabelPoint
(labelId: string, point: IPoint)
src/utils/LabelUtil.ts:40
↓ 2 callersMethoddeleteImageLabelById
(imageId: string, labelId: string)
src/logic/actions/LabelActions.ts:16
↓ 2 callersMethoddeletePointLabelById
(imageId: string, labelPointId: string)
src/logic/actions/LabelActions.ts:41
↓ 2 callersMethoddeletePolygonLabelById
(imageId: string, labelPolygonId: string)
src/logic/actions/LabelActions.ts:63
↓ 2 callersMethoddeleteRectLabelById
(imageId: string, labelRectId: string)
src/logic/actions/LabelActions.ts:30
↓ 2 callersMethoddetectPoses
(imageId: string, image: HTMLImageElement)
src/logic/actions/AIPoseDetectionActions.ts:24
↓ 2 callersMethoddetectRectsForActiveImage
()
src/logic/actions/AISSDObjectDetectionActions.ts:18
↓ 2 callersFunctiondisableAcceptButton
()
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:59
↓ 2 callersMethoddiscardSuggestedPoint
()
src/logic/render/PolygonRenderEngine.ts:351
↓ 2 callersMethoddrawPolygon
(labelId: string | null, polygon: IPoint[], isActive: boolean)
src/logic/render/PolygonRenderEngine.ts:235
↓ 2 callersMethoddrawPolygonWithFill
(canvas:HTMLCanvasElement, anchors: IPoint[], color = '#fff')
src/utils/DrawUtil.ts:97
↓ 2 callersMethoddrawRect
(canvas:HTMLCanvasElement, rect:IRect, color = '#fff', thickness = 1)
src/utils/DrawUtil.ts:26
↓ 2 callersMethoddrawRectWithFill
(canvas:HTMLCanvasElement, rect:IRect, color = '#fff')
src/utils/DrawUtil.ts:37
↓ 2 callersFunctionextractSelectedModel
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:49
↓ 2 callersMethodfilterFilesData
(filesData: File[], imagesData: ImageData[])
src/logic/import/yolo/YOLOImporter.ts:49
↓ 2 callersMethodfitInsideRectWithRatio
(containerRect: IRect, ratio: number)
src/utils/RectUtil.ts:43
↓ 2 callersMethodgetActions
()
src/logic/context/BaseContext.ts:6
↓ 2 callersMethodgetActivePointLabel
()
src/store/selectors/LabelsSelector.ts:68
↓ 2 callersMethodgetActivePopupType
()
src/store/selectors/GeneralSelector.ts:8
↓ 2 callersMethodgetAnchorTypeUnderMouse
(data: EditorData)
src/logic/render/LineRenderEngine.ts:282
↓ 2 callersMethodgetAnchorUnderMouseByRect
(rect: IRect, mousePosition: IPoint, imageRect: IRect)
src/logic/render/RectRenderEngine.ts:281
↓ 2 callersMethodgetCategoriesComponent
(labelNames: LabelName[])
src/logic/export/polygon/COCOExporter.ts:49
↓ 2 callersFunctiongetDummyFileData
(fileName: string)
src/logic/__tests__/import/yolo/YOLOImporter.test.ts:25
↓ 2 callersFunctiongetDummyImageData
(id: string)
src/utils/__tests__/ImageDataUtil.test.ts:8
↓ 2 callersFunctiongetEditorFeatureTiles
(features: IEditorFeature[])
src/views/MobileMainView/MobileMainView.tsx:31
↓ 2 callersMethodgetEnablePerClassColorationStatus
()
src/store/selectors/GeneralSelector.ts:44
↓ 2 callersMethodgetInfoComponent
(description: string)
src/logic/export/polygon/COCOExporter.ts:43
↓ 2 callersMethodgetKeyCodeFromEvent
(event: KeyboardEvent)
src/logic/context/ContextManager.ts:94
↓ 2 callersMethodgetLineUnderMouse
(data: EditorData)
src/logic/render/LineRenderEngine.ts:265
↓ 2 callersMethodgetNextImage
()
src/logic/actions/ImageActions.ts:28
↓ 2 callersMethodgetPolygonUnderMouse
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:411
↓ 2 callersMethodgetPreventCustomCursorStatus
()
src/store/selectors/GeneralSelector.ts:16
↓ 2 callersMethodgetPreviousImage
()
src/logic/actions/ImageActions.ts:23
↓ 2 callersMethodgetProjectType
()
src/store/selectors/GeneralSelector.ts:36
↓ 2 callersMethodisMouseOverRectEdges
(rect: IRect, data: EditorData)
src/logic/render/RectRenderEngine.ts:261
↓ 2 callersFunctionisPanelActive
()
src/views/EditorView/LabelControlPanel/LabelControlPanel.tsx:85
↓ 2 callersMethodloadLabelsList
( fileData: File, onSuccess: (labels: LabelName[]) => void, onFailure: (error: Error)
src/logic/import/yolo/YOLOUtils.ts:22
↓ 2 callersMethodmapRectToAnchors
(rect: IRect)
src/utils/RectUtil.ts:143
↓ 2 callersMethodmountSupportRenderingEngine
(activeLabelType: LabelType)
src/logic/actions/EditorActions.ts:30
↓ 2 callersMethodparseAnnotationsFromFileString
(document: Document, labelNames: Record<string, LabelName>)
src/logic/import/voc/VOCImporter.ts:108
↓ 2 callersFunctionpredicate
(item: number)
src/utils/__tests__/ArrayUtil.test.ts:17
↓ 2 callersMethodreadFile
(fileData: File)
src/utils/FileUtil.ts:32
↓ 2 callersMethodrender
(data: EditorData)
src/logic/render/LineRenderEngine.ts:91
↓ 2 callersFunctionrenderContent
()
src/views/PopupView/GenericLabelTypePopup/GenericLabelTypePopup.tsx:61
↓ 2 callersMethodrenderPoint
(labelPoint: LabelPoint, isActive: boolean, data: EditorData)
src/logic/render/PointRenderEngine.ts:136
↓ 2 callersMethodrenderRect
(rectOnImage: IRect, isActive: boolean, lineColor: string, anchorColor: string)
src/logic/render/RectRenderEngine.ts:189
↓ 2 callersMethodresizeCanvas
(newCanvasSize: ISize)
src/logic/actions/ViewPortActions.ts:71
↓ 2 callersMethodresizeRect
(inputRect: IRect, rectAnchor: Direction, delta)
src/utils/RectUtil.ts:65
↓ 2 callersFunctionresolveFormatType
(labelType: LabelType)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:37
↓ 2 callersMethodsegmentation2vertices
(segmentation: COCOSegmentation)
src/logic/import/coco/COCOUtils.ts:16
↓ 2 callersMethodsetActiveImage
(image: HTMLImageElement)
src/logic/actions/EditorActions.ts:77
↓ 2 callersMethodsetLoadingStatus
(status: boolean)
src/logic/actions/EditorActions.ts:74
↓ 2 callersMethodsetValueBetweenPixels
(value: number)
src/utils/RenderEngineUtil.ts:81
↓ 2 callersFunctionstartEditor
(projectType: ProjectType)
src/views/MainView/ImagesDropZone/ImagesDropZone.tsx:31
↓ 2 callersMethodstartExistingLabelResize
(data: EditorData, labelId: string, anchorIndex: number)
src/logic/render/PolygonRenderEngine.ts:314
↓ 2 callersMethodstartRectCreation
(mousePosition: IPoint)
src/logic/render/RectRenderEngine.ts:302
↓ 2 callersMethodtestableParseAnnotationsFromFileString
(document: Document, labelNames: Record<string, LabelName>)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:30
↓ 2 callersFunctionupdateActiveImageIndex
(activeImageIndex: number)
src/store/labels/actionCreators.ts:5
← previousnext →101–200 of 748, ranked by callers