You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ We are using the following technologies in our project,
18
18
2. Python
19
19
3. CUDA C
20
20
4. Google Test
21
-
5.SWIG
21
+
5.Boost.Python
22
22
23
23
How to contribute?
24
24
------------------
@@ -49,7 +49,7 @@ We recommend you to introduce yourself on our [gitter channel](https://gitter.im
49
49
Please follow the rules and guidelines given below,
50
50
51
51
1. For Python we follow the [numpydoc docstring guide](https://numpydoc.readthedocs.io/en/latest/format.html).
52
-
2. For C++ we follow the coding style of OpenCV mentioned [here](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).
52
+
2. For C++ we follow our own coding style mentioned [here](https://github.com/RoboticsClubIITJ/AdaBoost/issues/2#issuecomment-569714848).
53
53
3. Follow the Pull Request policy given [here](https://github.com/RoboticsClubIITJ/AdaBoost/wiki/Pull-Request-Policy). All changes are made through Pull Requests, no direct commits to the master branch.
0 commit comments