Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wkentaro/labelme
/ open
Method
open
labelme/_widgets/canvas.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
return
dataclasses.replace(self, closed=True)
60
61
def
open(self) -> _DraftShape:
62
return
dataclasses.replace(self, closed=False)
63
64
def
add_point(
65
self, point: QPointF, label: int = 1, *, autoclose: bool = False
Callers
15
_imread
Function · 0.80
tutorial
Method · 0.80
undo_last_line
Method · 0.80
img_data_to_pil
Function · 0.80
test_multispectral_tiff_float32
Function · 0.80
test_grayscale_tiff_float32
Function · 0.80
test_constant_value_tiff_returns_black
Function · 0.80
test_two_band_tiff_falls_back_to_first_band
Function · 0.80
test_img_arr_to_b64
Function · 0.80
test_img_data_to_png_data
Function · 0.80
_make_jpeg_with_red_marker
Function · 0.80
test_apply_exif_orientation_passes_through_jpeg_without_exif
Function · 0.80
Calls
no outgoing calls
Tested by
9
test_multispectral_tiff_float32
Function · 0.64
test_grayscale_tiff_float32
Function · 0.64
test_constant_value_tiff_returns_black
Function · 0.64
test_two_band_tiff_falls_back_to_first_band
Function · 0.64
test_img_arr_to_b64
Function · 0.64
test_img_data_to_png_data
Function · 0.64
_make_jpeg_with_red_marker
Function · 0.64
test_apply_exif_orientation_passes_through_jpeg_without_exif
Function · 0.64
test_select_mask_shape_by_click
Function · 0.64