-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopen-source-functions.txt
51 lines (49 loc) · 1.09 KB
/
open-source-functions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#this file contains all the functions we used from any opensource library
#opencv:
1-getTickCount
2-getTickFrequency
3-imshow
4-erode
5-dilate
5-boundingRect
6-contourArea
7-convexHull
8-GaussianBlur
9-moments
10-drawContours
11-arcLength
12-approxPolyDP
13-convexityDefects
14-VideoCapture
15-flip
16-rectangle
17-cvtColor
18-putText
19-destroyAllWindows
20-threshold
21-waitKey
22-absdiff
23-bitwise_and
----------------------------------------------------------------------
#NUMPY :
1-ones
2-maximum
3-minimum
4-ones_like
5-linalg.norm
6-Algebraic operations like +,*,-,**
---------------------------------------------------------------------
#pyautogui:
1-moveRel
2-dragRel
3-scroll
4-press
5-click
7-rightClick
------------------------------------------------------------------
#scipy:
1-find_objects
-----------------------------------------------------------------
#others:
from argparse: ArgumentParser,add_argument,parse_args
from math: sqrt,acos