Skip to content

aorthey/cpp-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-utils

opencv/

  • load_images.cpp: Load and extract info from image
  • face_recognition.cpp: simple opencv hair features to detect a set of faces
  • face_recognition_kalmanian_style.cpp: kalman filter on top of opencv hair feature detector
  • hough2.cpp: houghman transformation

cuda/

  • cuda_interface.cu: testbed for cuda_functions.h
  • cuda_functions.cu: methods to conduct matrix multiplication on device (GPU) or host (CPU) and compare them

core/

  • iostream.cpp: having an inherited std::stream to display more infos like linenumber/file etc
  • vector-inheritance.cpp: inheritance of std::vector to add some functionality

control/

  • car_planning.cpp: some pid control for car like system
  • linear_system.cpp: helper drawing function of linear system

gtk/

  • test_gtk.cpp: hello world in gtk

About

A set of some handy C/C++ Utility Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published