MCPcopy Create free account

hub / github.com/afikanyati/cadenCV / functions

Functions41 in github.com/afikanyati/cadenCV

↓ 28 callersMethodgetCorner
(self)
box.py:36
↓ 17 callersMethodgetPrimitive
(self)
primitive.py:14
↓ 14 callersMethoddraw
(self, img, color, thickness)
box.py:31
↓ 14 callersMethodgetBox
(self)
staff.py:37
↓ 14 callersMethodgetHeight
(self)
box.py:42
↓ 13 callersFunctionlocate_templates
(img, templates, start, stop, threshold)
main.py:610
↓ 13 callersFunctionmerge_boxes
(boxes, threshold)
main.py:621
↓ 10 callersMethodgetCenter
(self)
box.py:45
↓ 10 callersMethodgetPitch
(self, note_center_y)
staff.py:52
↓ 6 callersMethodgetDuration
(self)
primitive.py:20
↓ 5 callersMethodgetWidth
(self)
box.py:39
↓ 4 callersMethoddistance
(self, other)
box.py:19
↓ 4 callersMethodsetDuration
(self, duration)
primitive.py:11
↓ 3 callersMethodgetImage
(self)
staff.py:40
↓ 2 callersMethodaddBar
(self, bar)
staff.py:28
↓ 2 callersMethodoverlap
(self, other)
box.py:13
↓ 2 callersMethodsetPitch
(self, pitch)
primitive.py:8
↓ 2 callersMethodsetTimeSignature
(self, time)
staff.py:22
↓ 1 callersMethodaddPrimitive
(self, primitive)
bar.py:5
↓ 1 callersFunctionfind_staffline_columns
(img, all_staffline_vertical_indices, line_width, line_spacing)
main.py:547
↓ 1 callersFunctionfind_staffline_rows
(img, line_width, line_spacing)
main.py:495
↓ 1 callersMethodgetBars
(self)
staff.py:49
↓ 1 callersMethodgetLineWidth
(self)
staff.py:43
↓ 1 callersMethodgetPrimitives
(self)
bar.py:8
↓ 1 callersMethodgetTimeSignature
(self)
staff.py:34
↓ 1 callersFunctionget_ref_lengths
(img)
main.py:436
↓ 1 callersFunctionmatch
(img, templates, start_percent, stop_percent, threshold)
best_match.py:6
↓ 1 callersMethodmerge
(self, other)
box.py:24
↓ 1 callersMethodsetClef
(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
Functiondeskew
(img)
main.py:404
MethodgetBox
(self)
primitive.py:23
MethodgetClef
(self)
staff.py:31
MethodgetLineSpacing
(self)
staff.py:46
MethodgetPitch
(self)
primitive.py:17
Functionopen_file
(path)
main.py:605
Functionremove_stafflines
(img, all_staffline_vertical_indices)
main.py:592
MethodsetInstrument
(self, instrument)
staff.py:25