/TouchDesigner

This is the research and development repository related to my teaching in the Academy of Visual Arts, HKBU, using the TouchDesigner software.

Primary LanguageC++

TouchDesigner

This is the research and development repository related to my teaching in the Academy of Visual Arts, HKBU, using the TouchDesigner software. Majority of the code will be tutorials covering the use of various Python libraries within TouchDesigner.

TestScriptTOP - an introduction to the use of Script TOP with basic pass through of video device input to the output window.

ScriptTOPCanny - a demonstration of Script TOP with the cv2.Canny function for edge detecion.

MediaPipeFaceDetection - an example of using the MediaPipe face detection and drawing function.

FaceDetectionScriptCHOP - a functional prototype using MediaPipe for face detection in TouchDesigner.

MediaPipeFaceMeshTOP - a demonstration of the Face Mesh function in the MediaPipe solutions.

MediaPipeFaceMeshSOP - a more advanced version of the Face Mesh example. It will generate a 3D mesh from a Script SOP using the face mesh data from the MediaPipe soluitons.

MediaPipeHandTOP - a simple demonstration of the hand tracking solution from MediaPipe with the display in a Script TOP.

MediaPipeHandCHOP - an example to extract the hand tracking details in a Script CHOP. It only uses the Index Finger Tip for interaction design.

MediaPipeHandCHOP2 - another example to expose all the finger details in a Script CHOP. It aligns the circle TOP to each of the finger tip.

MediaPipePoseTOP - a simple example to illustrate the usage of the pose tracking solution in MediaPipe with a Script TOP.

MediaPipePoseCHOP - an example of pose tracking in MediaPipe with a Script CHOP, showing the pose landmarks details.

FaceDetectionDlib1 - another face detection example using the Dlib in a Script CHOP.