Benny

@BennyHito

Hello, everyone~ Nice to meet you. Here are diverse learning notes. Hope that this site can help you.

Joined on Sep 13, 2021

  • OpenCV installation on Ubuntu 18.04 Install the OpenCV with versions of Python 2/3 and C++ on Ubuntu 18.04 Preparations # Update the package lists sudo apt update -y # Install required packages sudo apt install -y pkg-config python-dev python-numpy python-scipy python-setuptools python-pip
     Like  Bookmark
  • Qt Creator Installation on Ubuntu 18.04 The following scripts can be written to a bash file named "qtcreator_install.sh". YELLOW="\e[1;33m" ENDCOLOR="\e[m" echo -e "${YELLOW}[Begin to install Qt Creator 4.5.2 & Qt 5.9.5]${ENDCOLOR}" echo -e "${YELLOW}[Update the package lists]${ENDCOLOR}"
     Like  Bookmark
  • VS Code Installation on Ubuntu 18.04 The following scripts can be written to a bash file named "vscode_install.sh". YELLOW="\e[1;33m" ENDCOLOR="\e[m" echo -e "${YELLOW}[Begin to install VS CODE]${ENDCOLOR}" echo -e "${YELLOW}[Add key and source list of vscode to apt]${ENDCOLOR}"
     Like  Bookmark
  • OpenCV introduction Reference https://opencv.org/releases/ https://docs.opencv.org/4.6.0/ Environment Setup https://hackmd.io/4TXk4tknSMmlW77bZCzZtA#Additional-Environment-Setup-If-Required
     Like  Bookmark
  • Item Detail Remark 格式 首要任務:下載研討會或期刊規定格式。 雖說萬事起頭難,但這步驟一點都不難,就跟使用計算機前先按下開關一樣簡單。 流水號 章節、圖、表、方程式、參考文獻 。
     Like  Bookmark
  • ROS installation on Ubuntu 18.04 Use virtual machine to install Ubuntu 18.04 on Windows 10 Then, install ROS melodic on Ubuntu 18.04 Find and install your preferred virtual machine Vmware player :heart: https://www.vmware.com/tw/products/workstation-player.html VirtualBox https://www.virtualbox.org/ Hyper-V https://docs.microsoft.com/zh-tw/virtualization/hyper-v-on-windows/about/
     Like  Bookmark