Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afikanyati/cadenCV
/ functions
Functions
41 in github.com/afikanyati/cadenCV
⨍
Functions
41
◇
Types & classes
4
↓ 28 callers
Method
getCorner
(self)
box.py:36
↓ 17 callers
Method
getPrimitive
(self)
primitive.py:14
↓ 14 callers
Method
draw
(self, img, color, thickness)
box.py:31
↓ 14 callers
Method
getBox
(self)
staff.py:37
↓ 14 callers
Method
getHeight
(self)
box.py:42
↓ 13 callers
Function
locate_templates
(img, templates, start, stop, threshold)
main.py:610
↓ 13 callers
Function
merge_boxes
(boxes, threshold)
main.py:621
↓ 10 callers
Method
getCenter
(self)
box.py:45
↓ 10 callers
Method
getPitch
(self, note_center_y)
staff.py:52
↓ 6 callers
Method
getDuration
(self)
primitive.py:20
↓ 5 callers
Method
getWidth
(self)
box.py:39
↓ 4 callers
Method
distance
(self, other)
box.py:19
↓ 4 callers
Method
setDuration
(self, duration)
primitive.py:11
↓ 3 callers
Method
getImage
(self)
staff.py:40
↓ 2 callers
Method
addBar
(self, bar)
staff.py:28
↓ 2 callers
Method
overlap
(self, other)
box.py:13
↓ 2 callers
Method
setPitch
(self, pitch)
primitive.py:8
↓ 2 callers
Method
setTimeSignature
(self, time)
staff.py:22
↓ 1 callers
Method
addPrimitive
(self, primitive)
bar.py:5
↓ 1 callers
Function
find_staffline_columns
(img, all_staffline_vertical_indices, line_width, line_spacing)
main.py:547
↓ 1 callers
Function
find_staffline_rows
(img, line_width, line_spacing)
main.py:495
↓ 1 callers
Method
getBars
(self)
staff.py:49
↓ 1 callers
Method
getLineWidth
(self)
staff.py:43
↓ 1 callers
Method
getPrimitives
(self)
bar.py:8
↓ 1 callers
Method
getTimeSignature
(self)
staff.py:34
↓ 1 callers
Function
get_ref_lengths
(img)
main.py:436
↓ 1 callers
Function
match
(img, templates, start_percent, stop_percent, threshold)
best_match.py:6
↓ 1 callers
Method
merge
(self, other)
box.py:24
↓ 1 callers
Method
setClef
(self, clef)
staff.py:19
Method
__init__
(self, x, y, w, h)
box.py:5
Method
__init__
(self, primitive, duration, box, pitch=-1)
primitive.py:2
Method
__init__
(self, staff_matrix, staff_box, line_width, line_spacing, staff_img, clef="treble", time_signature="44", instr
staff.py:4
Method
__init__
(self, key_signature="c")
bar.py:2
Function
deskew
(img)
main.py:404
Method
getBox
(self)
primitive.py:23
Method
getClef
(self)
staff.py:31
Method
getLineSpacing
(self)
staff.py:46
Method
getPitch
(self)
primitive.py:17
Function
open_file
(path)
main.py:605
Function
remove_stafflines
(img, all_staffline_vertical_indices)
main.py:592
Method
setInstrument
(self, instrument)
staff.py:25