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
Alternatively, the high-resolution image can be saved directly using `cv2`.
46
+
Alternatively, the high-resolution image can be saved directly using `OpenCV`.
40
47
```Python
41
48
import cv2
42
49
cv2.imwrite(
@@ -48,12 +55,8 @@ cv2.imwrite(
48
55
If you use this software in your publications, please cite it [](https://doi.org/10.5281/zenodo.5979819)
49
56
```bibtex
50
57
@software{brainplotlib,
51
-
author = {Ma Feilong and
52
-
Guo Jiahui and
53
-
M. Ida Gobbini and
54
-
James V. Haxby},
55
-
title = {{brainplotlib: plotting brain data on cortical
56
-
surface}},
58
+
author = {Ma Feilong and Guo Jiahui and M. Ida Gobbini and James V. Haxby},
59
+
title = {brainplotlib: plotting brain data on cortical surface},
0 commit comments