Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.6 KB

Brief

The repos is to show the basic fundamental practice to advanced level in C/C++ coding.

The repos is also to append more refernce about library, practice, coding stuff, incluing the reference of 3D, AI, CV, CUDA... etc

Items

[ C/C++ ]

  1. bitwise_operation
  2. thread
  3. sequential_containers
  • DataType,
  • PointArray,
  • Vector,
  • Quene,
  • Design Pattern,
  • Linked-List

Reference

a. cs231a-notes: good fundamental things for coding, cs231-standford

b. tennis-court-detection: I like this side project.

c. CVPR2019-SiamMask: this is cvpr-2019 reference papers

d. GPUfit: related to gpu

e. Learning-OpenCV-3_examples: opencv3 examples

f. professional-cuda-c-programming: c/c++, cuda programming

g. Cuda-MultiDimensional-MovingAverage: moving_average_filter is implemented in cuda in c

h. Open3D: open source 3d viewer created in a windows team.

i. survey_on_tennis_tech: Paper research on tennis

j. openpose: open source library for pose-estimation

k. yolov4-custom-functions: tutorial materila for yolov4