MCPcopy Create free account

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

Functions748 in github.com/SkalskiP/make-sense

FunctionaddNewOnClick
()
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:63
FunctionaiReducer
( state = initialState, action: AIActionTypes )
src/store/ai/reducer.ts:18
MethodcancelLabelCreation
()
src/logic/render/PolygonRenderEngine.ts:282
FunctionclosePopup
()
src/views/EditorView/TopNavigationBar/TopNavigationBar.tsx:36
MethodcomponentDidMount
()
src/views/Common/VirtualList/VirtualList.tsx:36
MethodcomponentDidMount
()
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:63
MethodcomponentDidMount
()
src/views/EditorView/SideNavigationBar/LabelInputField/LabelInputField.tsx:57
MethodcomponentDidMount
()
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:37
MethodcomponentDidMount
()
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:43
MethodcomponentDidMount
()
src/views/EditorView/Editor/Editor.tsx:64
MethodcomponentDidUpdate
(prevProps: Readonly<IProps>, prevState: Readonly<{}>, snapshot?: any)
src/views/EditorView/Editor/Editor.tsx:79
MethodcomponentWillUnmount
()
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:68
MethodcomponentWillUnmount
()
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:42
MethodcomponentWillUnmount
()
src/views/EditorView/Editor/Editor.tsx:75
MethodcomponentWillUpdate
(nextProps: Readonly<IProps>, nextState: Readonly<IState>, nextContext: any)
src/views/Common/VirtualList/VirtualList.tsx:49
MethodcomponentWillUpdate
(nextProps: Readonly<IProps>, nextState: Readonly<IState>, nextContext: any)
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:47
Functionconstructor
(canvas: HTMLCanvasElement)
src/logic/render/BaseRenderEngine.ts:14
Methodconstructor
()
src/utils/ArrayUtil.ts:7
Methodconstructor
()
src/utils/ArrayUtil.ts:14
Methodconstructor
()
src/utils/ArrayUtil.ts:21
Methodconstructor
(props)
src/views/Common/VirtualList/VirtualList.tsx:28
Methodconstructor
(props)
src/views/EditorView/SideNavigationBar/LabelsToolkit/LabelsToolkit.tsx:41
Methodconstructor
(props)
src/views/EditorView/SideNavigationBar/LabelInputField/LabelInputField.tsx:49
Methodconstructor
(props)
src/views/EditorView/SideNavigationBar/ImagesList/ImagesList.tsx:29
Methodconstructor
(props)
src/views/EditorView/SideNavigationBar/ImagePreview/ImagePreview.tsx:35
Methodconstructor
(props)
src/views/EditorView/Editor/Editor.tsx:50
Methodconstructor
(labelType: LabelType[])
src/logic/import/AnnotationImporter.ts:12
Methodconstructor
(message)
src/logic/import/yolo/YOLOErrors.ts:2
Methodconstructor
()
src/logic/import/yolo/YOLOErrors.ts:9
Methodconstructor
()
src/logic/import/yolo/YOLOErrors.ts:16
Methodconstructor
()
src/logic/import/yolo/YOLOErrors.ts:23
Methodconstructor
(imageName: string)
src/logic/import/yolo/YOLOErrors.ts:30
Methodconstructor
(message)
src/logic/import/coco/COCOErrors.ts:2
Methodconstructor
(message)
src/logic/import/coco/COCOErrors.ts:9
Methodconstructor
()
src/logic/import/coco/COCOErrors.ts:16
Methodconstructor
()
src/logic/import/coco/COCOErrors.ts:23
Methodconstructor
()
src/logic/import/coco/COCOErrors.ts:30
Methodconstructor
(message?: string)
src/logic/import/voc/VOCImporter.ts:17
Methodconstructor
(message?: string)
src/logic/import/voc/VOCImporter.ts:24
Methodconstructor
(canvas: HTMLCanvasElement)
src/logic/render/LineRenderEngine.ts:37
Methodconstructor
(canvas: HTMLCanvasElement)
src/logic/render/PolygonRenderEngine.ts:42
Methodconstructor
(canvas: HTMLCanvasElement)
src/logic/render/PointRenderEngine.ts:35
Methodconstructor
(canvas: HTMLCanvasElement)
src/logic/render/RectRenderEngine.ts:37
Methodconstructor
(canvas: HTMLCanvasElement)
src/logic/render/PrimaryEditorRenderEngine.ts:16
MethodcreateWarningNotification
(content: NotificationContent)
src/utils/NotificationUtil.ts:25
FunctioncrossHairOnClick
()
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:101
FunctiondeleteLineLabelById
(labelLineId: string)
src/views/EditorView/SideNavigationBar/LineLabelsList/LineLabelsList.tsx:51
FunctiondeleteNotificationById
(id: string)
src/store/notifications/actionCreators.ts:14
FunctiondeletePointLabelById
(labelPointId: string)
src/views/EditorView/SideNavigationBar/PointLabelsList/PointLabelsList.tsx:52
FunctiondeletePolygonLabelById
(labelPolygonId: string)
src/views/EditorView/SideNavigationBar/PolygonLabelsList/PolygonLabelsList.tsx:51
FunctiondeleteRectLabelById
(labelRectId: string)
src/views/EditorView/SideNavigationBar/RectLabelsList/RectLabelsList.tsx:52
MethoddetectRects
(imageData: ImageData)
src/logic/actions/AIRoboflowAPIObjectDetectionActions.ts:16
MethoddetectRectsForActiveImage
()
src/logic/actions/AIYOLOObjectDetectionActions.ts:18
MethoddrawCircle
(canvas:HTMLCanvasElement, anchorPoint:IPoint, radius:number, startAngleDeg:number, endAngleDeg:number, thickn
src/utils/DrawUtil.ts:69
MethoddrawLine
(canvas:HTMLCanvasElement, startPoint:IPoint, endPoint:IPoint, color = '#111111', thickness = 1)
src/utils/DrawUtil.ts:13
MethoddrawLine
(startPoint: IPoint, endPoint: IPoint)
src/logic/render/PrimaryEditorRenderEngine.ts:41
MethoddrawPolygon
(canvas:HTMLCanvasElement, anchors: IPoint[], color = '#fff', thickness = 1)
src/utils/DrawUtil.ts:82
MethoddrawText
(canvas:HTMLCanvasElement, text:string, textSize:number, anchorPoint:IPoint, color = '#ffffff', bold = false,
src/utils/DrawUtil.ts:111
FunctionendProject
()
src/views/MainView/MainView.tsx:21
Methodexport
(exportFormatType: AnnotationFormatType)
src/logic/export/RectLabelsExporter.ts:17
Methodexport
(exportFormatType: AnnotationFormatType)
src/logic/export/TagLabelsExport.ts:8
Methodexport
(exportFormatType: AnnotationFormatType)
src/logic/export/LineLabelExport.ts:9
Methodexport
(exportFormatType: AnnotationFormatType)
src/logic/export/PointLabelsExport.ts:9
Methodexport
()
src/logic/export/polygon/COCOExporter.ts:20
Methodexport
(exportFormatType: AnnotationFormatType)
src/logic/export/polygon/PolygonLabelsExporter.ts:6
FunctiongeneralReducer
( state = initialState, action: GeneralActionTypes )
src/store/general/reducer.ts:22
MethodgetCenter
(l: ILine)
src/utils/LineUtil.ts:14
MethodgetClientRect
(canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:18
FunctiongetDummyFileData
(fileName: string)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:25
FunctiongetDummyImageData
(fileName: string)
src/logic/__tests__/import/voc/VOCImporter.tests.ts:8
MethodgetSize
(canvas: HTMLCanvasElement)
src/utils/CanvasUtil.ts:31
MethodgetSize
(image: HTMLImageElement)
src/utils/ImageUtil.ts:4
MethodgetVertices
(rect: IRect)
src/utils/RectUtil.ts:180
FunctionimageDragOnClick
()
src/views/EditorView/EditorTopNavigationBar/EditorTopNavigationBar.tsx:92
Methodimport
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/AnnotationImporter.ts:16
Methodimport
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/yolo/YOLOImporter.ts:20
Methodimport
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/coco/COCOImporter.ts:26
Methodinsert
(arr, index, newItem)
src/logic/render/PolygonRenderEngine.ts:365
MethodisAIDisabled
()
src/store/selectors/AISelector.ts:32
MethodisDev
()
src/utils/EnvironmentUtil.ts:2
MethodisInProgress
()
src/logic/render/PolygonRenderEngine.ts:390
MethodisInProgress
()
src/logic/render/PrimaryEditorRenderEngine.ts:88
FunctionlabelsReducer
( state = initialState, action: LabelsActionTypes )
src/store/labels/reducer.ts:15
FunctionleftSideBarButtonOnClick
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:53
FunctionleftSideBarCompanionRender
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:62
FunctionleftSideBarRender
()
src/views/EditorView/EditorContainer/EditorContainer.tsx:74
MethodloadModel
(modelConfig: ModelConfig, onSuccess?: () => any, onFailure?: () => any)
src/ai/YOLOV5ObjectDetector.ts:18
MethodloadModel
( roboflowAPIDetails: RoboflowAPIDetails, onSuccess?: () => any, onFailure?: () => any
src/ai/RoboflowAPIObjectDetector.ts:33
MethodloadModel
(callback?: () => any)
src/ai/SSDObjectDetector.ts:17
FunctionmapStateToProps
(state: AppState)
src/App.tsx:66
FunctionmapStateToProps
(state: AppState)
src/views/MobileMainView/MobileMainView.tsx:135
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/PopupView.tsx:71
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:205
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/LoadMoreImagesPopup/LoadMoreImagesPopup.tsx:93
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:253
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/ExportLabelsPopup/ExportLabelPopup.tsx:110
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:201
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:276
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/LoadLabelNamesPopup/LoadLabelNamesPopup.tsx:142
FunctionmapStateToProps
(state: AppState)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:213
← previousnext →501–600 of 748, ranked by callers